Actions

Template

Difference between revisions of "Hack"

From Sonic Retro

m
(Added "works on hardware" section. I think this would come in handy for people looking to play hacks on their consoles.)
 
(42 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{|cellpadding="0" cellspacing="0" style="max-width: 340px; padding: 0px; float: right; margin-left: 15px; border: 2px solid #003399; background-color:#FFF; border-right-width: 2px; border-bottom-width: 2px; text-align: left"
+
{{#vardefine:type|0}}{{#vardefine:genre|0}}{{BobTable|
| style="text-align: center;"|
+
{{BobRow||{{{screen|}}}|default=[[File:Notavailable.svg]]<includeonly>[[Category:No titlescreen]]</includeonly>|content={{bobscreen|{{{screen}}}}}| align=center}}
[[Image:{{{screen}}}]]
+
{{BobRow||{{{title|}}}|default=''<span itemprop="name">{{PAGENAME}}</span>''|content=''<span itemprop="name">{{{title}}}</span>''|headline=yes|align=center}}
|-
+
{{BobRow|Version|{{{version|}}}}}
|align="center" style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: #6699BB; color:#FFF;"| '''Fast Facts on <i>{{PAGENAME}}</i>'''
+
{{BobRow|Last release|{{{date|}}}}}
|-
+
{{BobRow|Status|{{{status|}}}}}
|style="padding: 0.3em; line-height: 1.5em"|
+
{{BobRow|System|{{{system|}}}}}
:'''Current Version''': {{{version}}}
+
{{BobRow|Works on Hardware|{{{worksonhardware|}}}}}
:'''Last Release''': {{{date}}}
+
{{BobRow|ROM size|{{{romsize|}}}}}
:'''System''': [[{{{system}}}]]
+
{{BobRow|Original game|''[[{{{originalgame|}}}]]''}}
:'''Credits''': {{{credit}}}
+
{{BobRow|Peripherals supported|{{{peripherals|}}}}}
|}
+
{{BobRow|Credits|{{{credits|}}}}}
 +
{{BobRow|Thanks|{{{thanks|}}}}}
 +
}}
 +
<includeonly><div style="display: none">
 +
{{#if: {{{originalgame|}}}|[[Category:{{{originalgame}}} hacks]]|}}
 +
{{#ifeq: {{{visualmods|}}}|yes|[[Category:Hacks with visual modifications]]|}}
 +
{{#ifeq: {{{audiomods|}}}|yes|[[Category:Hacks with audio modifications]]|}}
 +
{{#ifeq: {{{layoutmods|}}}|yes|[[Category:Hacks with layout modifications]]|}}
 +
{{#ifeq: {{{basicenginemods|}}}|yes|[[Category:Hacks with basic engine modifications]]|}}
 +
{{#ifeq: {{{advenginemods|}}}|yes|[[Category:Hacks with advanced engine modifications]]|}}
 +
{{#if: {{{romsize|}}} | | [[Category:Hacks with no ROM size]] }}</div></includeonly><noinclude>
 +
==Usage==
 +
This template is to be used on articles about [[hacks]]. Place the following at the top of a page:
 +
 
 +
<pre>
 +
{{Hack
 +
| screen=
 +
| title=
 +
| version=
 +
| date=
 +
| status=
 +
| system=
 +
| worksonhardware=
 +
| originalgame=
 +
| peripherals=
 +
| romsize=
 +
| credits=
 +
| thanks=
 +
| visualmods=
 +
| audiomods=
 +
| layoutmods=
 +
| basicenginemods=
 +
| advenginemods=
 +
}}
 +
</pre>
 +
 
 +
All fields except "screen" are optional.
 +
 
 +
[[Category:Breakout box templates|Hack]]</noinclude>

Latest revision as of 16:52, 15 December 2019

Notavailable.svg
Hack
Original game: [[]]

Usage

This template is to be used on articles about hacks. Place the following at the top of a page:

{{Hack
| screen=
| title=
| version=
| date=
| status=
| system=
| worksonhardware=
| originalgame=
| peripherals=
| romsize=
| credits=
| thanks=
| visualmods=
| audiomods=
| layoutmods=
| basicenginemods=
| advenginemods=
}}

All fields except "screen" are optional.