Template:ClearListInstructions

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