Template:Info grid table/doc: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(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. ==Usag...")
 
imported>Elaeagnifolia
No edit summary
 
Line 11: Line 11:


==Example==
==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 Content}}
}}
===With Info grid table row label===
<pre>{{Info grid table
<pre>{{Info grid table
|header=Title Name
|header=Title Name
Line 17: Line 32:
}}
}}
</pre>
</pre>
{{Info grid table
|header=Title Name
|content=
{{Info grid table row|label=Test|content=Test Content}}
}}


{{doc/end}}
{{doc/end}}

Latest revision as of 22:56, 4 May 2021

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

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.