Actions

Template

Difference between revisions of "Hack"

From Sonic Retro

(Added "works on hardware" section. I think this would come in handy for people looking to play hacks on their consoles.)
 
(72 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="padding: 0.3em; float:right; margin-left:15px; border: 1px solid #999; border-right-width: 2px; border-bottom-width: 2px; background:#f4f4ff; text-align:left"
+
<pre>
| [[Image:{{{screen}}}]]
+
{{Hack
|-
+
| screen=
 +
| title=
 +
| version=
 +
| date=
 +
| status=
 +
| system=
 +
| worksonhardware=
 +
| originalgame=
 +
| peripherals=
 +
| romsize=
 +
| credits=
 +
| thanks=
 +
| visualmods=
 +
| audiomods=
 +
| layoutmods=
 +
| basicenginemods=
 +
| advenginemods=
 +
}}
 +
</pre>
  
|style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: #9966CC"| '''Fast Facts on {{PAGENAME}}'''
+
All fields except "screen" are optional.
|-
+
 
|style="padding: 0.3em; line-height: 1.5em"|
+
[[Category:Breakout box templates|Hack]]</noinclude>
:'''Current Version''': {{{version}}}
 
:'''Last Release''': {{{date}}}
 
:'''System''': [[{{{system}}}]]
 
:'''Credits''': {{{credit}}}
 
|}
 

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.