Template:STDT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<pre>{{STDT}}</pre> | <pre>{{STDT}}</pre> | ||
<pre>{{STDT|<type>}}</pre> | <pre>{{STDT|<type>}}</pre> | ||
== Examples == | == Examples == |
Revision as of 13:49, 1 April 2019
class=" table"Template:TOCright
Description
The Standard Table Design Template is used to give tables across the wiki a similar design, fitting the topic of the main article.
Usage
{{STDT}}
{{STDT|<type>}}
Examples
Basic use
{| {{STDT}} ! Heading 1 !! Heading 2 !! Heading 3 |- ! Subheading 1 | 1.1 || 1.2 |- ! Subheading 2 | 2.1 || 2.2 |}
Heading 1 | Heading 2 | Heading 3 |
---|---|---|
Subheading 1 | 1.1 | 1.2 |
Subheading 2 | 2.1 | 2.2 |