|
|
Line 1: |
Line 1: |
| <includeonly><div class="bg3wiki-tablelist {{{style|}}}">{{{1|}}}</div></includeonly><noinclude>{{documentation|content=Adds a specially formatted description list. | | <templatestyles src="Template:Table alignment/tables.css" /><noinclude>{{documentation}}</noinclude> |
| | |
| == 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> | |