Template:Game: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
{| class="game" style="border-spacing: 5px; padding: 5px; margin-left: 5px; margin-right: 0px; margin-top: 0px; margin-bottom: 5px; width: 25em; font-size: 90%; align: right; float: right; clear: right;"
{| class="game" style="border-spacing: 5px; padding: 5px; margin-left: 5px; margin-right: 0px; margin-top: 0px; margin-bottom: 5px; width: 25em; font-size: 90%; align: right; float: right; clear: right;"
|-
|-
| colspan="2" style="background: #ccccff none; font-size: 150%; text-align: center;" | '''''{{{title}}}'''''
| colspan="2" style="background: #00509f none; font-size: 150%; text-align: center;" | '''''{{{title}}}'''''
|-
|-
| colspan="2" style="text-align: center;" | {{{image}}}
| colspan="2" style="text-align: center;" | {{{image}}}
|- valign="top"
|- valign="top"
| style="white-space: nowrap; background: #ccccff none; padding: 5px;" | '''Author'''
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Author'''
| style="width:15em; padding: 5px;" | {{{creator}}}
| style="width:15em; padding: 5px;" | {{{creator}}}
|- valign="top"
|- valign="top"
| style="white-space: nowrap; background: #ccccff none; padding: 5px;" | '''[[Company]]'''
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''[[Company]]'''
| style="width:15em; padding: 5px;" | {{{company}}}
| style="width:15em; padding: 5px;" | {{{company}}}
|- valign="top"
|- valign="top"
| style="white-space: nowrap; background: #ccccff none; padding: 5px;" | '''Release Date'''
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Release Date'''
| style="width:15em; padding: 5px;" | {{{released}}}
| style="width:15em; padding: 5px;" | {{{released}}}
|- valign="top"
|- valign="top"
| style="white-space: nowrap; background: #ccccff none; padding: 5px;" | '''Genre'''
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Genre'''
| style="width:15em; padding: 5px;" | {{{genre}}}
| style="width:15em; padding: 5px;" | {{{genre}}}
|}
|}


[[Category:Games]]
[[Category:Games]]

Revision as of 20:07, 15 October 2006

Here is both the code and a preview of the Game template. Use it in MZX/ZZT game articles. For the image, you can use the following code: [[Image:Filename|center||250 px|Caption]]

{{Game| title = 
|image = 
|creator = 
|company = 
|released = 
|genre = 
}}


{{{title}}}
{{{image}}}
Author {{{creator}}}
Company {{{company}}}
Release Date {{{released}}}
Genre {{{genre}}}