Difference between revisions of "Template:Infobox/HeaderNoImage"

From Oldunreal-Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{|style="float:right;border:4px outset {{{color_border}}}; width:300px;" cellspacing="0" cellpadding="0"
<includeonly>{|style="float:right;clear:both;border:4px outset {{{color_border|#cccccc}}}; 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|#cccccc}}}; color:{{{color|#000000}}};" colspan="2" | <span style="font-weight:bold;font-size:14pt;">{{{title|{{PAGENAME}}}}}</span>
|-
</includeonly><noinclude>{{Infobox/doc}}</noinclude>
</includeonly><noinclude>{{Infobox/doc}}</noinclude>

Latest revision as of 00:41, 12 October 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