Template:List/doc

From Hearthstone Wiki
Jump to navigation Jump to search

This template is used as an alternative of MediaWiki's Lists feature to avoid putting headers inside a list. To be exact, if you make context like this:

*List 1
*List 2<!--
--><h2>Header</h2>

It will display as below:

  • List 1
  • List 2

    Header

if you make context like this:

<li>List 1</li>
<li>List 2</li><!--
--><h2>Header</h2>

It will display as below:

  • List 1
  • List 2
  • Header

    Usage[edit source]

    {{List|<list of context separated by &&}}