Template:Info grid table

From Love and Deepspace Wiki
Revision as of 03:02, 31 January 2024 by Elaeagnifolia (talk | contribs) (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)
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