Difference between revisions of "Template:Infobox/HeaderNoImage"

From Oldunreal-Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>{|style="float:right;border:2px outset {{{color_border}}}; width:300px;" cellspacing="1" cellpadding="1"
<includeonly>{|style="float:right;border:2px outset {{{color_border}}}; width:300px;" cellspacing="0" cellpadding="0"
!style="background-color:{{{bgcolor}}}; color:{{{color}}};" colspan="2" | <span style="font-weight:bold;font-size:14pt;">{{{title}}}</span>
!style="background-color:{{{bgcolor}}}; color:{{{color}}};" colspan="2" | <span style="font-weight:bold;font-size:14pt;">{{{title}}}</span>
</includeonly><noinclude>{{Infobox/doc}}</noinclude>
</includeonly><noinclude>{{Infobox/doc}}</noinclude>

Revision as of 20:28, 12 July 2020

Infobox templates
Infobox Class Infobox

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=
|color_border=
|bgcolor=
|color=
}}
{{Infobox/Row
|label=
|value=
|bgcolor_label=
|color_label=
|bgcolor=
|color=
}}
{{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!|bgcolor_label=grey|color_label=black|bgcolor=grey|color=white}}
{{Infobox/Row|label=Ideal player count|value=2-3|bgcolor_label=grey|color_label=black|bgcolor=grey|color=white}}
{{Infobox/Row|label=Author|value=Hellkeeper|bgcolor_label=grey|color_label=black|bgcolor=grey|color=white}}
{{Infobox/Footer}}
Riot.jpg

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