Difference between revisions of "Template:Infobox game"

From SWG Utopia
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
|style="background-color:#444444;text-align:center;"|{{#if: {{{credo|}}} | {{{credo}}} |}}
 
|style="background-color:#444444;text-align:center;"|{{#if: {{{credo|}}} | {{{credo}}} |}}
 
|-
 
|-
|style="background-color:{{{color|#FF0000}}};text-align:center;font-weight:bold;font-size:20px;"|{{#if: {{{name|}}} | {{{name}}} |}}
+
|style="background-color:{{{color|#b22222}}};text-align:center;face-name:Lara;font-variant:small-caps;font-weight:bold;font-size:20px;"|{{#if: {{{name|}}} | {{{name}}} |}}
 
|-
 
|-
|style="background-color:#444444;text-align:center;"|Basic Information
+
|style="background-color:#444444;font-name:Lara;text-align:center;"|<font face="Lara" style="font-variant: small-caps">Basic Information</font>
 
|-
 
|-
 
{{#if: {{{developer|}}} |{{!}}*Developer: {{{developer}}}|}}
 
{{#if: {{{developer|}}} |{{!}}*Developer: {{{developer}}}|}}
Line 12: Line 12:
 
{{#if: {{{publisher|}}} |{{!}}*Publisher: {{{publisher}}}|}}
 
{{#if: {{{publisher|}}} |{{!}}*Publisher: {{{publisher}}}|}}
 
|}
 
|}
 +
<noinclude>
 +
The Game Infobox
 +
 +
Data:
 +
<pre>
 +
{{Infobox game
 +
|logo          = Crest/shield/logo/patch for game: [[image:image.png|350px]]
 +
|credo          = Do they have a Credo/Motto attached to their Crest?
 +
|color          = Government Color (#b22222 == Fire Brick Red).
 +
|name          = Name of this box
 +
|developer          = Developer's Name.
 +
|publisher          = Publisher's Name.
 +
}}
 +
</pre>
 +
 +
Example Use:
 +
{{Infobox game
 +
|logo          = [[Image:|350px]]
 +
|credo          =
 +
|color          = #b22222
 +
|name          = Name of this box
 +
|developer          = Developer's Name.
 +
|publisher          = Publisher's Name.
 +
}}
 +
 +
<pre>
 +
{{Infobox game
 +
|logo          = [[Image:|350px]]
 +
|credo          =
 +
|color          = #b22222
 +
|name          = Name of this box
 +
|developer          = Developer's Name.
 +
|publisher          = Publisher's Name.
 +
}}
 +
</pre>
 +
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 14:26, 10 November 2023

Basic Information

The Game Infobox

Data:

{{Infobox game
 |logo           = Crest/shield/logo/patch for game: [[image:image.png|350px]]
 |credo          = Do they have a Credo/Motto attached to their Crest?
 |color          = Government Color (#b22222 == Fire Brick Red).
 |name           = Name of this box
 |developer           = Developer's Name.
 |publisher           = Publisher's Name.
}}

Example Use:

[[Image:|350px]]
Name of this box
Basic Information
*Developer: Developer's Name.
*Publisher: Publisher's Name.


{{Infobox game
 |logo           = [[Image:|350px]]
 |credo          = 
 |color          = #b22222
 |name           = Name of this box
 |developer           = Developer's Name.
 |publisher           = Publisher's Name.
}}