Template:Video game release: Difference between revisions

Created page with "<includeonly><div class="plainlist"> {{#if:{{{JP|}}}|* '''Japan''': {{{JP}}}}} {{#if:{{{NA|}}}|* '''North America''': {{{NA}}}}} {{#if:{{{EU|}}}|* '''Europe''': {{{EU}}}}} {{#if:{{{AU|}}}|* '''Australia''': {{{AU}}}}} {{#if:{{{WW|}}}|* '''Worldwide''': {{{WW}}}}} {{#if:{{{KR|}}}|* '''South Korea''': {{{KR}}}}} {{#if:{{{TW|}}}|* '''Taiwan''': {{{TW}}}}} </div></includeonly> <noinclude> == Usage == Simply include the template and pass any of the supported region paramete..."
 
No edit summary
 
Line 1: Line 1:
<includeonly><div class="plainlist">
<includeonly>'''Release dates:'''{{#if:{{{JP|}}}| JP: {{{JP}}}}}{{#if:{{{NA|}}}| • NA: {{{NA}}}}}{{#if:{{{EU|}}}| • EU: {{{EU}}}}}</includeonly>
{{#if:{{{JP|}}}|* '''Japan''': {{{JP}}}}}
{{#if:{{{NA|}}}|* '''North America''': {{{NA}}}}}
{{#if:{{{EU|}}}|* '''Europe''': {{{EU}}}}}
{{#if:{{{AU|}}}|* '''Australia''': {{{AU}}}}}
{{#if:{{{WW|}}}|* '''Worldwide''': {{{WW}}}}}
{{#if:{{{KR|}}}|* '''South Korea''': {{{KR}}}}}
{{#if:{{{TW|}}}|* '''Taiwan''': {{{TW}}}}}
</div></includeonly>
<noinclude>
<noinclude>
== Usage ==
== Template:Video game release ==
Simply include the template and pass any of the supported region parameters. Only the ones you set will appear:
Formats release dates by region for video game articles.


=== Parameters ===
* '''JP''' – Release date in Japan.
* '''NA''' – Release date in North America.
* '''EU''' – Release date in Europe.
=== Usage ===
<pre>
<pre>
{{Video game release
{{Video game release
  | JP = September 25, 2003
| JP = September 25, 2003
  | NA = August 14, 1995
| NA = August 14, 1995
  | EU = 1995
| EU = 1995
}}
}}
</pre>
</pre>
Will render as:


You can use any of these parameters (leave out ones you don’t need):
'''Release dates:''' JP: September 25, 2003 • NA: August 14, 1995 • EU: 1995
: JP, NA, EU, AU, WW, KR, TW


Feel free to extend with other region codes as needed.
</noinclude>
</noinclude>