Difference between revisions of "Template:Infobox game"
Jump to navigation
Jump to search
(Created page with "<infobox> <title source="name"> <default>{{PAGENAME}}</default> </title> <image source="image"> <caption source="caption-image"/> </image> <data source="deve...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {|style="width:350px;border:#000000 1px solid;background-color:#111111;color:#ffffff;float:right;" | |
− | + | |style="text-align:center;"|{{{logo|}}} | |
− | + | |- | |
− | + | |style="background-color:#444444;text-align:center;"|{{#if: {{{credo|}}} | {{{credo}}} |}} | |
− | + | |- | |
− | + | |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;font-name:Lara;text-align:center;"|<font face="Lara" style="font-variant: small-caps">Basic Information</font> | |
− | + | |- | |
− | + | {{#if: {{{developer|}}} |{{!}}*Developer: {{{developer}}}|}} | |
− | + | |- | |
− | + | {{#if: {{{publisher|}}} |{{!}}*Publisher: {{{publisher}}}|}} | |
− | + | |} | |
− | |||
<noinclude> | <noinclude> | ||
− | + | The Game Infobox | |
− | |||
+ | Data: | ||
<pre> | <pre> | ||
{{Infobox game | {{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). |
− | |developer= | + | |name = Name of this box |
− | |publisher= | + | |developer = Developer's Name. |
+ | |publisher = Publisher's Name. | ||
}} | }} | ||
− | |||
</pre> | </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 | {{Infobox game | ||
− | | | + | |logo = [[Image:|350px]] |
− | | | + | |credo = |
− | | | + | |color = #b22222 |
− | |developer= | + | |name = Name of this box |
− | |publisher= | + | |developer = Developer's Name. |
+ | |publisher = Publisher's Name. | ||
}} | }} | ||
+ | </pre> | ||
− | [ | + | [[Category:Templates]] |
</noinclude> | </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. }}