|
|
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly>
| | Currently not used. |
| {| class="navbox dxx-navbox"
| |
| ! colspan="2" class="dxx-navbox-title" | {{{title|Navigation}}}
| |
| {{{body|}}}
| |
| |}
| |
| </includeonly>
| |
| | |
| <noinclude>
| |
| Base wrapper for DevilutionX navboxes.
| |
| | |
| Usage (example):
| |
| | |
| <pre>
| |
| {{Navbox
| |
| |title = Items
| |
| |body =
| |
| |-
| |
| ! colspan="2" class="dxx-navbox-header" | General
| |
| |-
| |
| ! class="dxx-navbox-group" | Ores
| |
| | class="dxx-navbox-list" |
| |
| * [[Example item 1]]
| |
| * [[Example item 2]]
| |
| }}
| |
| </pre>
| |
| | |
| * <code>title</code> – text shown in the navbox title bar
| |
| * <code>body</code> – full table rows (headers, groups, lists, etc.)
| |
| | |
| [[Category:Navbox templates]]
| |
| </noinclude>
| |