Template:Table list: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) (Undo revision 243551 by HiddenDragon (talk)) Tag: Undo |
HiddenDragon (talk | contribs) (Use documentation/template demo templates) |
||
Line 1: | Line 1: | ||
<includeonly><div class="bg3wiki-tablelist {{{style|}}}">{{{1|}}}</div></includeonly><noinclude>{{documentation|content=Adds a specially formatted description list. | <includeonly><div class="bg3wiki-tablelist {{{style|}}}">{{{1|}}}</div></includeonly><noinclude>{{documentation|content= | ||
Adds a specially formatted description list. | |||
== Example == | == Example == | ||
< | {{Template demo | ||
| style = table | |||
| <nowiki>{{table list| | |||
; term 1 : description | ; term 1 : description | ||
; term 2 : description | ; term 2 : description | ||
}}</ | }}</nowiki> | ||
| <nowiki>{{table list| | |||
{{table list| | |||
; term 1 : description | ; term 1 : description | ||
; term 2 : description | ; term 2 : description | ||
|style=nocolon}}</nowiki> | |||
}} | }} | ||
== Template data == | == Template data == | ||
<templatedata> | <templatedata> | ||
Line 37: | Line 27: | ||
} | } | ||
} | } | ||
</templatedata>}} | </templatedata> | ||
}} | |||
[[Category:Templates]] | |||
[[Category:List templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 22:38, 19 January 2025
Template documentation
Adds a specially formatted description list.
Example
Markup | Renders as |
---|---|
{{table list| ; term 1 : description ; term 2 : description }} |
|
{{table list| ; term 1 : description ; term 2 : description |style=nocolon}} |
|
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Format as a definition list. | Unknown | required |
style | style | no description | Unknown | optional |