Template:Info grid table/doc

From Love and Deepspace Wiki
Revision as of 03:02, 31 January 2024 by Elaeagnifolia (talk | contribs) (Created page with "{{doc/start}} ==Description== Table that can be used with Template:Info grid general section. Can either manually input rows or Template:Info grid table row. ==Usage== <pre>{{Info grid table |header= |content= }} </pre> ==Example== ===No Info grid table row label=== <pre> {{Info grid table |header=Title Name |content= {{Info grid table row|content=Test Content}} }} </pre> {{Info grid table |header=Title Name |content= {{Info grid table row|content=Test Conten...")
(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