Template:Game: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
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: <nowiki>[[Image:</nowiki>''Filename''<nowiki>|center||120 px|</nowiki>''Caption''<nowiki>]]</nowiki>
Here is both the code and a preview of the Game template.  Use it in MZX/ZZT game articles. For the image, just enter the filename as it appears in the wiki uploads directory. The screenshot system on the front page will soon be retooled to grab screenshots from the wiki instead of the /screens directory.


{| style="background: transparent; float: left;"  
{| style="background: transparent; float: left;"  
Line 19: Line 19:
| colspan="2" style="background: #00509f 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:{{{image|}}}|263px]]
| colspan="2" style="text-align: center;" | [[Image:{{{image|}}}|120px]]
|- valign="top"
|- valign="top"
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Author'''
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Author'''

Revision as of 19:27, 17 October 2006

Here is both the code and a preview of the Game template. Use it in MZX/ZZT game articles. For the image, just enter the filename as it appears in the wiki uploads directory. The screenshot system on the front page will soon be retooled to grab screenshots from the wiki instead of the /screens directory.

{{Game| title = 
|image = 
|creator = 
|company = 
|released = 
|genre = 
}}
{{{title}}}
[[Image:|120px]]
Author {{{creator}}}
Company {{{company}}}
Release Date {{{released}}}
Genre {{{genre}}}