قالب:السنة حسب التصنيف

(تم التحويل من قالب:Year by category)
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
Template documentation[view] [edit] [history] [purge]

Purpose

This template is intended to be used in year-based categories where the year is the first thing in the category name (for example, 2008 in Canadian music or 1979 disasters). It creates a "timeline" style table of links to categories for adjacent years before or after it in the same decade (see example below).

Syntax

{{Year by category
| m = 
| c = 
| d = 
| y = 
| cat = 
| in = 
| parent = 
| subcat = 
| sortkey = 
}}

Parameters

The first 5 parameters split the name of the category page receiving the template into separate pieces. They are used to form the timeline links.

  • m = millennium digit
  • c = century digit
  • d = decade digit
  • y = year digit
    The single-digit values of these 4 parameters, taken together ("mcdy"), form the four-digit year. If the year is before 1000 (and thus only 3 digits long) or even earlier, parameters can be omitted, as necessary.
  • cat = category name suffix
    The portion of the category name after the year, including the word "in" if present.


The next parameter can be used to link to a "main article" for the category.

  • in = see also article name suffix
    Optional: Adds a "see also" link to a closely related "year-in" article. This suffix should not contain the year or the word "in", which is provided by the template itself.


The rest of the parameters are used to categorize the page containing the template.

  • parent = parent category name
    Optional: Full name (not including "Category:" prefix) of the category into which this category and similar categories for other years will all be placed (typically, but not always, named something like "topic by year"). Note that a sortkey is not used, so the sorting will be by year.
  • subcat = different category name
    Optional: The full name (not including the "Category:" prefix) of another appropriate parent category, typically for the same year. If omitted, the current category will be placed in the category for the year itself, using the value of the "cat" parameter as the sortkey (note that this will not be acceptable if the value of "cat" begins with the word "in").
  • sortkey = category sortkey text
    The sortkey used on the category link created by the previous parameter. If "subcat" is used but "sortkey" is not specified, a blank sortkey will be used.

Note that both the "parent" and "subcat" parameters are referring to parent categories of the category page the template is being placed on.

Examples

Using all parameters

When placed on the page Category:2008 in Canadian music:

{{Year by category
| m = 2
| c = 0
| d = 0
| y = 8
| cat = in Canadian music
| in = Canadian music
| parent = Years in Canadian music
| subcat = 2008 in Canada
| sortkey = Music
}}
  • displays the following "timeline" and "see also" article link:
  • 2000
  • 2001
  • 2002
  • 2003
  • 2004
  • 2005
  • 2006
  • 2007
  • 2008
  • 2009

Using some parameters

When placed on the page Category:1999 disasters:

{{Year by category
| m = 1
| c = 9
| d = 7
| y = 9
| cat = disasters
| parent = 20th-century disasters
}}
  • displays the following "timeline" (note that the last year isn't linked, since it would be a reference to the same category the template is on):
  • 1970
  • 1971
  • 1972
  • 1973
  • 1974
  • 1975
  • 1976
  • 1977
  • 1978
  • 1979

Subtemplate

See also

  • {{navseasoncats}} - produces a navigation bar for any category that includes a year, decade or "season" (eg 2018-19) anywhere in its name, and identifies that year/decade/season automatically without needing parameters.