Actions

Template

Difference between revisions of "Hack"

From Sonic Retro

m (Distinguishes it from a game without looking as...purple-y. =X)
(Added "works on hardware" section. I think this would come in handy for people looking to play hacks on their consoles.)
 
(45 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 +
{{#vardefine:type|0}}{{#vardefine:genre|0}}{{BobTable|
 +
{{BobRow||{{{screen|}}}|default=[[File:Notavailable.svg]]<includeonly>[[Category:No titlescreen]]</includeonly>|content={{bobscreen|{{{screen}}}}}| align=center}}
 +
{{BobRow||{{{title|}}}|default=''<span itemprop="name">{{PAGENAME}}</span>''|content=''<span itemprop="name">{{{title}}}</span>''|headline=yes|align=center}}
 +
{{BobRow|Version|{{{version|}}}}}
 +
{{BobRow|Last release|{{{date|}}}}}
 +
{{BobRow|Status|{{{status|}}}}}
 +
{{BobRow|System|{{{system|}}}}}
 +
{{BobRow|Works on Hardware|{{{worksonhardware|}}}}}
 +
{{BobRow|ROM size|{{{romsize|}}}}}
 +
{{BobRow|Original game|''[[{{{originalgame|}}}]]''}}
 +
{{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:
  
{|cellpadding="0" cellspacing="0" style="max-width: 340px; padding: 0px; float: right; margin-left: 15px; border: 2px solid #D1E0F0; border-right-width: 2px; border-bottom-width: 2px; text-align: left"
+
<pre>
| style="text-align: center;"|
+
{{Hack
[[Image:{{{screen}}}]]
+
| screen=
|-
+
| title=
|style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: #6699BB; color:#FFF;"| '''Fast Facts on {{PAGENAME}}'''
+
| version=
|-
+
| date=
|style="padding: 0.3em; line-height: 1.5em"|
+
| status=
:'''Current Version''': {{{version}}}
+
| system=
:'''Last Release''': {{{date}}}
+
| worksonhardware=
:'''System''': [[{{{system}}}]]
+
| originalgame=
:'''Credits''': {{{credit}}}
+
| 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.