Difference between revisions of "Template:Clr"

From Event-B
Jump to navigationJump to search
imported>Mathieu
imported>Mathieu
m
Line 1: Line 1:
 +
<div style="clear:{{{1|both}}};"/>
 
<noinclude>
 
<noinclude>
 
This template displays a simple line break, without additional vertical spacing (except when used to skip left or right floating blocks).
 
This template displays a simple line break, without additional vertical spacing (except when used to skip left or right floating blocks).
Line 34: Line 35:
  
 
== Template ==
 
== Template ==
</noinclude><div style="clear:{{{1|both}}};"/>
+
</noinclude>

Revision as of 10:52, 5 August 2008

This template displays a simple line break, without additional vertical spacing (except when used to skip left or right floating blocks).

Usage

  • {{Clr}} (skip left and right floating blocks)
  • {{Clr|left}} (skip only left floating blocks)
  • {{Clr|right}} (skip only right floating blocks)

Example

Code Wiki Display
abcd{{Clr}}efgh abcd

efgh

abcd{{Clr}}{{Clr}}efgh abcd

efgh

[[Image:Wink.gif|50px|left|bloc gauche]]Text used to fill
[[Image:Wink.gif|150px|thumb|right|right floatting 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...

bloc gauche
Text used to fill
bloc flottant à droite
the free space around the floating blocks. Text used to fill the free space around the floating blocks.

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..

Template