Template:ClearList

Revision as of 00:16, 5 November 2008 by TakKendrick (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{ClearList}} provides a fix (work-around) for adding lists inside of templates like the MultiColumnBox template, where lists are passed inside of a parameter. Due to the way MediaWiki interprets parameters, a very small return is needed before a list. NOTE: This needs to be added for EACH column.

Example:

{{2ColumnBoxGray
| header = Box header here
| left = {{ClearList}}
* first item in list...
* second item in list...
* third item in list...
| right = {{ClearList}}
* fourth item in list...
* and so on...
}}
Box header here

  • first item in list...
  • second item in list...
  • third item in list...

  • fourth item in list...
  • and so on...