Templat:Year in Asia/doc
Parameter
[sunting sumber]{{{1}}}
(first unnamed parameter): The year (required; if unspecified or not numeric an error message is given){{{title}}}
: A custom title (default: "<year> in Asia", linked if an article with that name exists){{{state}}}
: "expanded", "collapsed" or "autocollapse" (see {{collapsible option}})
Furthermore, the link to each country can be individually set using the following parameter names. If set to nothing it omits the country entirely. These parameters also work if a country is omitted by default because it didn't exist in the given year.
Negara saat ini (kode ISO 3166-1)
|
Dependensi saat ini (kode ISO 3166-1)
Negara dengan pengakuan terbatas (kode ISO 3166-1 yang ditugaskan pengguna)
Former countries (kode ISO 3166-1 dan ISO 3166-3)
Former countries (kode ISO 3166-1 yang ditugaskan pengguna)
|
It's technically possible to input non-integer years like 1976.5, but that wouldn't make much sense, and year articles are not likely to exist for such years.
Contoh
[sunting sumber]{{Year in Asia|2000}}
→
Contoh dengan judul kustom dan pranala:
{{Year in Asia|2000|title=Title|ID=Custom link for Indonesia}}
→
Note the (red) custom link for Indonesia.
Kode untuk menambahkan negara
[sunting sumber]* {{Year in Asia/expr|{{{1}}}|{{{Code|♦}}}|Years|name=Country name}}
where "Code" is a unique country-specific parameter name, "Years" is a series of years identifying periods of existence of a country (see below), and "Country name" is the country name that should be used for links. If the short-form name that should be displayed is different (for example "Georgia (country)" vs. "Georgia"), the parameter |disp=display name
should be added; for countries whose names require the article "the" the parameter |the=the
is available. The sub-template {{Year in Asia/expr}} automatically compares the input year with the year criteria and creates the link.
"Years" is a series of up to six unnamed parameters where each pair of two identifies a time period in which the country existed. Omit either for an unbounded interval (since the first year or until the second year). Some examples:
Code | Interval | Country included in years |
---|---|---|
*
|
[1100, 1300) | 1100–1300 |
*
|
[1100, 1300), [1500, 1700) | 1100–1300 and 1500–1700 |
*
|
[1100, +∞) | since 1100 |
*
|
(−∞, 1300) | until 1300 |
*
|
[1100, 1300), [1500, +∞) | from 1100 until 1300 and after 1500 |
*
|
(−∞, 1100), [1300, +∞) | before 1100 and after 1300 |
*
|
(−∞, +∞) | always |
By design, each interval includes the left endpoint and excludes the right endpoint. A country with the coding from the first example would therefore be listed if the input year is 1100, but not if the input year is 1300.
Batasan
[sunting sumber]This template uses two Templat:Parser parser functions for each included country. Because {{#ifexist}} is an expensive parser function, only 500 of these may be used on a given page (see Wikipedia:Template limits). Depending on the number of countries in the given year, this template can therefore be transcluded only a few times on the same page, and if a page already uses a lot of expensive parser functions, adding it may cause the page to be automatically added to Category:Pages with too many expensive parser function calls.