Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a25dab746aa8f814

Jump to content

Template:Video game release/doc

From Wikipedia, the free encyclopedia

Description

[edit]

The purpose of this template is to build an HTML list with pairs of labels and items. The labels are typically regions, countries, or languages. The items are typically dates, but can be used for companies or people as well.

The template is most commonly used for infobox fields, such as {{Infobox video game}}'s release and publisher fields. It is also used for release date columns in many tables.

  1. You can specify any region, country or other label.
  2. Labels and items appear in the order in which you input them.
  3. Labels can be repeated with different items.

Usage

[edit]

Parameters are input as label/date pairs, and are displayed in the order they are given. Video game-specific aliases for regions such as NA, EU or EUR, AU or AUS, PAL, SEA, AS, SA, OC, and WW are supported, as well as all ISO 3166-1 alpha-3 codes and a smaller number of selected ISO 3166-1 alpha-2 codes. Multiple regions can be used together separated by a /, such as NA/JP

Note that WP:VG/DATE asserts several guidelines/rules concerning where and when (and which) abbreviations may be used in video game infoboxes.

Video game-specific region aliases
RegionAlias
North AmericaNA
EuropeEU
EUR
South AmericaSA
AsiaAS
OceaniaOC
AustralasiaAU
AUS
Southeast AsiaSEA
PAL regionPAL
WorldwideWW

List parameters

[edit]

This template supports the following additional parameters for formatting the output list:

  • format: The list format to output, one of bulleted, unbulleted (default), horizontal, ordered, horizontal_ordered
  • class: a custom class for the <div>...</div> tags surrounding the list, e.g. plainlinks.
  • style: a custom CSS style for the <div>...</div> tags surrounding the list, e.g. font-size: 90%;.
  • list_style: a custom CSS style for the <ul>...</ul> tags around the list. The format is the same as for the |style= parameter.
  • item_style: a custom CSS style for all of the list items (the <li>...</li> tags). The format is the same as for the |style= parameter.
  • item1_style, item2_style, item3_style...: custom CSS styles for each of the list items. The format is the same as for the |style= parameter.
  • indent: this parameter indents the list. The value must be a number, e.g. 2. The indent is calculated in em, and is 1.6 times the value specified. If no indent is specified, the default is zero.

Examples

[edit]
Code Output
{{Video game release|EU|September 11, 2015|NA|September 23, 2015}}
  • EU: September 11, 2015
  • NA: September 23, 2015
{{Video game release|JP|February 8, 2011|WW|TBA}}
  • JP: February 8, 2011
  • WW: TBA
{{Video game release|NA|October 5, 2009|PAL|October 6, 2009}}
  • NA: October 5, 2009
  • PAL: October 6, 2009
{{Video game release|UK|July 19, 1999|WW|December 12, 1999}}
  • UK: July 19, 1999
  • WW: December 12, 1999
{{Video game release|JP|July 19, 1999|EU/NA|December 12, 1999}}
  • JP: July 19, 1999
  • EU/NA: December 12, 1999
{{Video game release|NA|January 1, 2016|EU|January 2, 2016|AU|January 4, 2016|SEA|January 13, 2016|AS|January 14, 2016|SA|January 15, 2016|OC|January 16, 2016|WW|January 17, 2016}}
  • NA: January 1, 2016
  • EU: January 2, 2016
  • AU: January 4, 2016
  • SEA: January 13, 2016
  • AS: January 14, 2016
  • SA: January 15, 2016
  • OC: January 16, 2016
  • WW: January 17, 2016
{{Video game release|class=nowrap|WW|[[Bandai Namco Entertainment]]|JP|FromSoftware}}

Tracking categories

[edit]

See also

[edit]
  • {{Video game release hlist}} – Same functionality but with the format defaulted to a horizontal list
  • {{Vgrtbl}} – Formats dates to sort properly in sortable tables.