Template:Table list: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
(Undo revision 243551 by HiddenDragon (talk))
Tag: Undo
 
Line 1: Line 1:
<templatestyles src="Template:Table alignment/tables.css" /><noinclude>{{documentation}}</noinclude>
<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.

Template parameters

ParameterDescriptionTypeStatus
Text1

Format as a definition list.

Unknownrequired
stylestyle

no description

Unknownoptional