साँचा:ISO 3166 code/doc

मुक्त ज्ञानकोश विकिपीडिया से

This template allows parameters for country and top-level subdivision, returning the ISO 3166 code. It is a slightly more verbose and inefficient alternative to the writing:

  • {{ISO 3166 code <country> <province>}}

but it allows for more graceful error handling.


Usage[संपादित करें]

Example:


Support for aliases:

Support for province aliases is built in to the collection of Category:ISO 3166 name from code templates for example:

The same is true for country aliases at the county level

The mechanism here is, however, redirection. This allows for more equivalent constructs such as

  1. {{ISO 3166 code|United Kingdom|Rutland}} YesY YesY
  2. {{ISO 3166 code|UK|Rutland}} YesY N
  3. {{ISO 3166 code United Kingdom|Rutland}} साँचा:ISO 3166 code United Kingdom YesY YesY
  4. {{ISO 3166 code UK|Rutland}} साँचा:ISO 3166 code UK YesY N
  5. {{ISO 3166 code United Kingdom Rutland}} साँचा:ISO 3166 code United Kingdom YesY YesY
  6. {{ISO 3166 code UK Rutland}} साँचा:ISO 3166 code UK Rutland YesY N
(The first mark is whether it is actually supported, the second whether all calls of that type should be expected to work.)

Here "United Kingdom" is the canonical country name, "UK" is an alias.

The plan is to support all reasonable constructs of the forms 1-5, and any common (and not counter-productive) constructs of the form 6.

See also[संपादित करें]

  • {{Country abbreviation}} a wrapper for this template that can handle a variety of noise, for example wiki-linked entities, and some common flag templates.