Template:Info grid table

From Tears of Themis Wiki
Revision as of 22:51, 4 May 2021 by imported>Elaeagnifolia (Created page with "<noinclude>{{doc}}Category:Templates</noinclude><includeonly><nowiki/> {| class="wikitable" ! colspan=2 | {{{header|}}} {{{content|}}} |}</includeonly>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template-info.png Documentation

Description[edit source]

Table that can be used with Template:Info grid general section. Can either manually input rows or Template:Info grid table row.

Usage[edit source]

{{Info grid table
|header=
|content=
}}

Example[edit source]

No Info grid table row label[edit source]

{{Info grid table
|header=Title Name
|content=
{{Info grid table row|content=Test Content}}
}}

Title Name

Test Content

With Info grid table row label[edit source]

{{Info grid table
|header=Title Name
|content=
{{Info grid table row|label=Test|content=Test Content}}
}}

Title Name

Test Test Content