Template:Vgrelease: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
sims>Richard1990
(Created page with '{{#if:{{{JP|}}}|<small><sup>JP</sup></small> {{{JP}}}<br />}}{{ #if:{{{NA|}}}|<small><sup>NA</sup></small> {{{NA}}}<br />}}{{ #if:{{{PAL|}}}|<small><sup>PAL</sup></small> {{{...')
 
sims>A morris
mNo edit summary
Line 1: Line 1:
{{#if:{{{JP|}}}|<small><sup>JP</sup></small> {{{JP}}}<br />}}{{
{{#if:{{{JP|}}}|<small><sup>JP</sup></small> {{{JP}}}}}{{
#if:{{{NA|}}}|<small><sup>NA</sup></small> {{{NA}}}<br />}}{{
#if:{{{NA|}}}|<small><sup>NA</sup></small> {{{NA}}}}}{{
#if:{{{PAL|}}}|<small><sup>PAL</sup></small> {{{PAL}}}<br />}}{{
#if:{{{PAL|}}}|<small><sup>PAL</sup></small> {{{PAL}}}}}{{
#if:{{{EU|}}}|<small><sup>EU</sup></small> {{{EU}}}<br />}}{{
#if:{{{EU|}}}|<small><sup>EU</sup></small> {{{EU}}}}}{{
#if:{{{AUS|}}}|<small><sup>AUS</sup></small> {{{AUS}}}<br />}}{{
#if:{{{AUS|}}}|<small><sup>AUS</sup></small> {{{AUS}}}}}{{
#if:{{{INT|}}}|<small><sup>INT</sup></small> {{{INT}}}<br />}}{{
#if:{{{INT|}}}|<small><sup>INT</sup></small> {{{INT}}}}}{{
#if:{{{3|}}}|<small><sup>{{{2}}}</sup></small> {{{3|}}} | {{
#if:{{{3|}}}|<small><sup>{{{2}}}</sup></small> {{{3|}}} | {{
#if:{{{2|}}}|<small><sup>{{{1}}}</sup></small> {{{2}}} }}}}<noinclude>
#if:{{{2|}}}|<small><sup>{{{1}}}</sup></small> {{{2}}} }}}}<noinclude>

Revision as of 00:26, 9 March 2009

This template is used in conjunction with the {{Game}} infobox to summarize release date information for computer or video game articles.

Syntax

Using named parameters

The following parameters may be specified to display release dates for multiple regions in a single call (however, they will not be sorted in any particular order):

JP=date
Japanese region release date.
NA=date
North American release date.
PAL=date
PAL region release date. (or, if they differ: EU=date: European release date, AUS=date: Australasian (Australia and New Zealand) release date.)
INT=date
International version release date.

If it is desirable to list release dates in a specific order (e.g. chronological), specify each region with a separate call.