Template:Info grid table

From Tears of Themis Wiki
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