Template:Game: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Reverted edits by 75.44.190.228 (Talk); changed back to last version by CJA) |
||
Line 1: | Line 1: | ||
<noinclude> | |||
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;" | |||
|<pre>{{Game| title = | |||
|image = | |||
|creator = | |||
|company = | |||
|released = | |||
|genre = | |||
}}</pre> | |||
|} | |||
[[Category:Template]] | |||
</noinclude> | |||
{| 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: #00509f none; font-size: 150%; text-align: center;" | '''''{{{title}}}''''' | |||
|- | |||
| colspan="2" style="text-align: center;" | [[Image:{{{image|}}}|160px]] | |||
|- valign="top" | |||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Author''' | |||
| style="width:15em; padding: 5px;" | {{{creator}}} | |||
|- valign="top" | |||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''[[:Category:Programming Groups|Company]]''' | |||
| style="width:15em; padding: 5px;" | {{{company}}} | |||
|- valign="top" | |||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Release Date''' | |||
| style="width:15em; padding: 5px;" | {{{released}}} | |||
|- valign="top" | |||
| style="white-space: nowrap; background: #00509f none; padding: 5px;" | '''Genre''' | |||
| style="width:15em; padding: 5px;" | {{{genre}}} | |||
|} | |||
[[Category:Games]] |
Revision as of 02:08, 25 March 2007
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:|160px]] | |
Author | {{{creator}}} |
Company | {{{company}}} |
Release Date | {{{released}}} |
Genre | {{{genre}}} |