Template:Table list: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) No edit summary Tag: Reverted |
HiddenDragon (talk | contribs) (Undo revision 243551 by HiddenDragon (talk)) Tag: Undo |
||
Line 1: | Line 1: | ||
< | <includeonly><div class="bg3wiki-tablelist {{{style|}}}">{{{1|}}}</div></includeonly><noinclude>{{documentation|content=Adds a specially formatted description list. | ||
== Example == | |||
<pre>{{table list| | |||
; term 1 : description | |||
; term 2 : description | |||
}}</pre> | |||
{{table list| | |||
; term 1 : description | |||
; term 2 : description | |||
}} | |||
== Example 2 == | |||
<pre>{{table list| | |||
; term 1 : description | |||
; term 2 : description | |||
|style=nocolon}}</pre> | |||
{{table list| | |||
; term 1 : description | |||
; term 2 : description | |||
|style=nocolon}} | |||
[[Category:Templates]] | |||
[[Category:List templates]] | |||
== Template data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Text", | |||
"description": "Format as a definition list.", | |||
"required": true | |||
}, | |||
"style": {} | |||
} | |||
} | |||
</templatedata>}} | |||
</noinclude> |
Latest revision as of 23:45, 2 November 2024
Template documentation
Adds a specially formatted description list.
Example
{{table list| ; term 1 : description ; term 2 : description }}
- term 1
- description
- term 2
- description
Example 2
{{table list| ; term 1 : description ; term 2 : description |style=nocolon}}
- term 1
- description
- term 2
- description
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Format as a definition list. | Unknown | required |
style | style | no description | Unknown | optional |