Difference between revisions of "Template:Infobox/doc"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Created page with "A set of templates used to create a rough infobox. We'll get something better eventually. <pre>{{Infobox/Header |title= |image= |color_border= |bgcolor= |color= }}</pre> <pre...")
 
Line 20: Line 20:
}}</pre>
}}</pre>
<pre>{{Infobox/Footer}}</pre>
<pre>{{Infobox/Footer}}</pre>
Here's a pair of use examples:
<pre>{{Infobox/Header|title=Riot|image=Riot.jpg|color_border=grey|bgcolor=white|color=black}}
{{Infobox/Row|label=Map name|value=Riot!}}
{{Infobox/Row|label=Ideal player count|value=2-3}}
{{Infobox/Row|label=Author|value=Hellkeeper}}
{{Infobox/Footer}}</pre>
{{clear}}
{{Infobox/Header|title=Riot|image=Riot.jpg|color_border=grey|bgcolor=white|color=black}}
{{Infobox/Row|label=Map name|value=Riot!}}
{{Infobox/Row|label=Ideal player count|value=2-3}}
{{Infobox/Row|label=Author|value=Hellkeeper}}
{{Infobox/Footer}}

Revision as of 21:21, 12 July 2020

A set of templates used to create a rough infobox. We'll get something better eventually.

{{Infobox/Header
|title=
|image=
|color_border=
|bgcolor=
|color=
}}
{{Infobox/HeaderNoImage
|title=
|image=
|color_border=
|bgcolor=
|color=
}}
{{Infobox/Row
|label=
|value=
}}
{{Infobox/Footer}}

Here's a pair of use examples:

{{Infobox/Header|title=Riot|image=Riot.jpg|color_border=grey|bgcolor=white|color=black}}
{{Infobox/Row|label=Map name|value=Riot!}}
{{Infobox/Row|label=Ideal player count|value=2-3}}
{{Infobox/Row|label=Author|value=Hellkeeper}}
{{Infobox/Footer}}
Riot.jpg

Riot
Map name Riot!
Ideal player count 2-3
Author Hellkeeper