Template:Float

From Team Fortress Wiki
Revision as of 07:00, 5 August 2010 by Seb26 (talk | contribs) (Created page with '<div style="float: {{{pos|right}}}; width: {{{width|30%}}}; text-align: {{{textalign|left}}}; {{{style|}}}">{{{1|Lorem ipsum dolor sit amet.}}}</div>{{#if:{{{clr|yes}}}|{{clr}}}}…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Lorem ipsum dolor sit amet.

Usage

  • {{float
  • | 1 = Content to float. Use "1 = " if it contains | or other template-breaking characters.

  • | pos = right [default], left, center
  • | width = n% [default:30%]
  • | clr = yes, undefined [default] – if yes, uses {{clr}} to clear the area after the floating element.

  • | textalign = right, left [default], center
  • | style = valid CSS style [optional]
  • }}