|
|
Line 1: |
Line 1: |
| {{Documentation subpage}} | | {{Documentation subpage}} |
| <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
| |
| This template is used to create a table to display information for a single video game or related title in a stand-alone list of video game titles. Not all parameters will be used. Different combinations of parameters are used to display different table formats.
| |
| <includeonly>{{intricate template}}</includeonly>
| |
|
| |
| ==Usage==
| |
| {| style="border: none; background: none; float:right;"
| |
| |'''Full template syntax'''<pre>{{VGtitle
| |
| |series= yes
| |
| |article=
| |
| |title=
| |
| |date=
| |
| |multiplereleasedates=
| |
| |canceled=
| |
| |refs=
| |
| |release=
| |
| |platform=
| |
| |notes=
| |
| }}</pre>
| |
| |}
| |
| ;Parameter descriptions
| |
| *<tt>series</tt>: Used to omit the "Original release date(s)" portion for entries about a whole series of video games. Parameter must be set to "yes" to work.
| |
| *<tt>article</tt>: Used to link the game title to the article's page name; produces a piped wikilink. Should be used even if the game's title and article title are the same.
| |
| *<tt>title</tt>: The game title—required.
| |
| *<tt>date</tt>: The game's release dates. Use {{tlx|Vgrelease}}.
| |
| *<tt>multiplereleasedates</tt>: Specifies if the date has single or multiple release dates. Used to format the "Original release date(s):" caption. Set this to "no" to display "date" or "yes" to display "dates".
| |
| *<tt>canceled</tt>: Used in place of "date" if the game was canceled. List the game's cancellation date.
| |
| *<tt>refs</tt>: Used to provide references for release dates. Will list the <sup><nowiki>[#]</nowiki></sup> next to "Original release dates:", "Cancellation date", or the "platform".
| |
| *<tt>release</tt>: Listing of systems the game has been released on by year—at least one system is required.
| |
| *<tt>platform</tt>: Used in place of "release" if the title is not a video game, but a spin-off title. For example, anime or manga series, radio drama, expansion, etc.
| |
| *<tt>notes</tt>: Any special noteworthy piece of information. (i.e. alternative names, special milestones, etc.) A bulleted listed is recommended.
| |
| ;Other functionalities
| |
| *''linkable'': The template creates a html-anchor, using the title parameter (<tt>title</tt>). (Examples: [[#Harvest Moon|Harvest Moon]], [[#Castlevania: Resurrection|Castlevania: Resurrection]], and [[#Final Fantasy: Legend of the Crystals|Final Fantasy: Legend of the Crystals]])
| |
|
| |
| ==Examples==
| |
| ;Regular ''Harvest Moon'' title
| |
| {{VGtitle
| |
| | article= Harvest Moon (SNES)
| |
| | title= Harvest Moon
| |
| | date= {{vgrelease|JP=August 9, 1996|NA=June 1997|PAL=January 29, 1998}}
| |
| | refs=<ref name="example">Example</ref>
| |
| | release= 1996 – [[Super Nintendo Entertainment System|Super Nintendo Entertainment System/Super Famicom]]<br>2008 – [[Virtual Console|Wii Virtual Console]]
| |
| | notes= *Known in Japan as {{nihongo|'''''Bokujou Monogatari'''''|牧場物語|Bokujou Monogatari|lit. "Ranch Story"}}
| |
| }}
| |
| {{-}}
| |
| ;Canceled ''Castlevania'' title
| |
| {{VGtitle
| |
| |article=
| |
| |title= Castlevania: Resurrection
| |
| |canceled= September 9, 1999
| |
| |refs= <ref name="example">Example</ref>
| |
| |release= 2000 – [[Dreamcast]]
| |
| |notes= * Would have been the first ''Castlevania'' title developed by Konami's American division.
| |
| }}
| |
| {{-}}
| |
| ;Spin-off ''Final Fantasy'' anime
| |
| {{VGtitle
| |
| |article = Final Fantasy: Legend of the Crystals
| |
| |title = Final Fantasy: Legend of the Crystals
| |
| |date = 1994
| |
| |refs= <ref name="example">Example</ref>
| |
| |platform = 4 episode [[original video animation]]
| |
| |notes= * Original animated video by [[Madhouse Studios]].
| |
| * Direct sequel to ''Final Fantasy V''.
| |
| * Released in North America by [[Urban Vision Entertainment]] in 1998.
| |
| }}
| |
| {{-}}
| |
| ;Spin-off ''Final Fantasy'' video game series
| |
| {{VGtitle
| |
| |series= yes
| |
| |article= Final Fantasy Crystal Chronicles (series)
| |
| |title= Final Fantasy Crystal Chronicles
| |
| |release= 2003 – [[Nintendo GameCube]] (''[[Final Fantasy Crystal Chronicles]]'')<br/>2007 – [[Nintendo DS]] (''[[Final Fantasy Crystal Chronicles: Ring of Fates]]'')<br/>2008 – [[WiiWare]] (''[[Final Fantasy Crystal Chronicles: My Life as a King]]'')<br/>2009 – [[Wii]] (''[[Final Fantasy Crystal Chronicles: Echoes of Time]]'')<br/>2009 – Nintendo DS (''[[Final Fantasy Crystal Chronicles: Echoes of Time]]'')<br/>2009 – WiiWare (''[[Final Fantasy Crystal Chronicles: My Life as a Darklord]]'')<br/>2009 – Wii (''[[Final Fantasy Crystal Chronicles: The Crystal Bearers]]'')
| |
| |notes= *[[Action role-playing game]] series featuring concepts from the ''Final Fantasy'' series
| |
| }}
| |
|
| |
| ==Example references==
| |
| {{reflist}}
| |
|
| |
| ==Redirects==
| |
| ''Note: Use of the redirects is deprecated.''
| |
| *{{tlx|FFtitlebox}}
| |
| *{{tlx|FFspinoff}}
| |
| *{{tlx|VGseriestitle}}
| |