Template:Fieldset

From Step Mods | Change The Game
Revision as of 02:29, September 11, 2014 by DoubleYou (talk | contribs) (Created page with "<includeonly><div style="display:table;"><span style="background-color:#35383B; line-height:10%; position:absolute; margin-left:2em;">{{{1|}}}</span><div style="display:table;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Purpose & Usage

When placed within an html table, this template can be used to create rows with three columns, whose parameters behave in the following manner:

  • parameter 1 will be bold and aligned to the right. Only one value may be used.
  • parameter 2 will be an unordered list (bullet points) with separate list items separated by semicolons ; (commas were avoided, as sometimes it may be desired for it a bullet point to contain a comma, whereas likelihood of a semicolon is not much)
  • parameter 3 is inside the box.

Examples

Code:

{{Fieldset|Page|Option1; Option1; Option1; Option1}}

Result:

Page
Page
  • Option1
  • Option1
  • Option1
  • Option1

Code:

{{Fieldset|Page||{{Fieldset|Page|Option1; Option1; Option1; Option1}}}}

Result:

Page
Page
Page
Page
  • Option1
  • Option1
  • Option1
  • Option1

Code:

{{Fieldset|Page||You should really love this text.}}

Result:

Page
Page
You should really love this text.

See Also

None