Difference between pages "Template:Clr" and "File:Example variables.png"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Mathieu
m (Robot: Changing Category:Typesetting template)
 
(Maintenance script uploaded File:Example variables.png)
 
Line 1: Line 1:
<noinclude>
+
Example - The variables
This template displays a simple line break, without additional vertical spacing (except when used to skip left or right floating blocks).
 
 
 
== Usage ==
 
* <code><nowiki>{{Clr}}</nowiki></code> (skip left and right floating blocks)
 
* <code><nowiki>{{Clr|left}}</nowiki></code> (skip only left floating blocks)
 
* <code><nowiki>{{Clr|right}}</nowiki></code> (skip only right floating blocks)
 
 
 
== Example ==
 
:{|width="100%" border="1" cellspacing="0" cellpadding="2" style="border:1px solid #999999;border-collapse:collapse;background:#F8F8F8;"
 
|-bgcolor="#CCCCCC"
 
!Code Wiki
 
!width="300"|Display
 
|-
 
|<code><nowiki>abcd{{Clr}}efgh</nowiki></code>
 
|width="300"|abcd{{Clr}}efgh
 
|-
 
|<code><nowiki>abcd{{Clr}}{{Clr}}efgh</nowiki></code>
 
|width="300"|abcd{{Clr}}{{Clr}}efgh
 
|-
 
|
 
<code><nowiki>[[Image:Wink.gif|50px|left|bloc gauche]]Text used to fill</nowiki></code><br />
 
<code><nowiki>[[Image:Wink.gif|150px|thumb|right|right floating block]]the free space around the floating blocks. Text used to fill the free space around the floating blocks.</nowiki></code><br />
 
<code><nowiki>{{Clr}}</nowiki></code><br />
 
<code><nowiki>More longer text, needing the whole page width... More longer text, needing the whole page width... More longer text, needing the whole page width... More longer text, needing the whole page width... More longer text, needing the whole page width...</nowiki></code>
 
|width="300"|
 
[[Image:Wink.gif|50px|left|bloc gauche]]Text used to fill
 
[[Image:Wink.gif|150px|thumb|right|right floating block]]the free space around the floating blocks. Text used to fill the free space around the floating blocks.
 
{{Clr}}
 
More longer text, needing the whole page width... More longer text, needing the whole page width... More longer text, needing the whole page width... More longer text, needing the whole page width... More longer text, needing the whole page width..
 
|}
 
[[Category:Typesetting templates]]
 
== Template ==
 
</noinclude><div style="clear:{{{1|both}}};"></div>
 

Latest revision as of 20:50, 30 April 2020

Example - The variables