Template:Authority control/doc

From Climate Wiki
Jump to navigation Jump to search

Description

This template links Wikipedia articles to various library (and other) catalogue systems, for biographies and other topics.

This template draws its values from Wikidata. A pencil icon OOjs UI icon edit-ltr-progressive.svg gives convenient access to the "Identifiers" section of the corresponding Wikidata item.

Empty instances

If there is no information in Wikidata for the specific subject, an empty instance of this template will be dormant, meaning it will be invisible on the rendered page. Thus, using this template on a page with no authority information is harmless. An empty instance of this template stays dormant in an article, until values are added to Wikidata, when it will then display them.

Validation

The template attempts to validate digits for all values and shows an error if the check fails.

Position

As a metadata template, the Authority control template should be placed on a new line, after the external links section and navigation templates, immediately before the categories.

Usage

{{Authority control}}

As a general guideline:

  1. Insert the empty version
  2. Click "Show preview" to see which sources are automatically pulled from Wikidata
  3. If you know of more sources, add those sources to the article's Wikidata item, so that other language versions of Wikipedia will automatically benefit.

Suppression of identifiers

Identifiers can be selectively suppressed via the |suppress= parameter. For example Lua error in Module:Wd at line 621: attempt to index field 'wikibase' (a nil value). (P434) can be suppressed by typing:

{{Authority control |suppress=P434}}

Specifying the Wikidata item

If a page is not connected to a Wikidata item (for example, a page in draft space, user space or project space), you can specify the appropriate item to draw data from, by using the |qid= parameter.

{{Authority control |qid=Q49605590}}

To find the correct item, you can search the database. If there is not yet an existing item, you can create a new item.

As soon as the page is connected to a Wikidata item, this parameter will be ignored so you can remove it from the template.

Additional Wikidata items

In some cases, you might need to specify additional items to draw data from. For example,

To specify additional items, you can use the |additional= parameter. For example: {{Authority control | additional = Q2319886, Q3320282}}

To automatically add additional links from related items, use |additional=auto. This is useful for married couples, musical groups, etc.

Whitelists

A number of whitelists are configured, which allow only a limited selection of identifiers to be displayed. These can be used with the |show= parameter. For example, including |show=arts will only show identifiers which have identified as particularly relevant to the arts.

Multiple whitelists may be used. For example: {{Authority control|show=arts,SV}} adds identifiers from the arts and Sweden whitelists.

|country= can be used as an alias for |show= (but they can't both be used simultaneously).

List of whitelists
Lua error in Module:Authority_control/documentation at line 163: attempt to index field 'wikibase' (a nil value).

Examples

Victor Hugo

{{Authority control |qid=Q535}} Lua error in Module:Authority_control at line 148: attempt to index field 'wikibase' (a nil value).

Alexander Graham Bell

{{Authority control |qid=Q34286}} Lua error in Module:Authority_control at line 148: attempt to index field 'wikibase' (a nil value).

Harry Forbes Witherby

{{Authority control |qid=Q352545}} Lua error in Module:Authority_control at line 148: attempt to index field 'wikibase' (a nil value).

Carl Larsson

{{Authority control (arts) |country=SV |qid=Q187310}} Lua error in Module:Authority_control at line 148: attempt to index field 'wikibase' (a nil value).

Rendering

The template is split into a number of sections, including "International", "National", "Academics", "Artists" etc. The template usually displays as a navbox with a header: Lua error in Module:Authority_control at line 148: attempt to index field 'wikibase' (a nil value).

If all identifiers are in the same section, |state= is ignored, and the template displays on one line.

If you use additional qids to draw data from additional wikidata items, then a new section will be added for each. In this case, the identifiers will not be separated further: Lua error in Module:Authority_control at line 148: attempt to index field 'wikibase' (a nil value).

This template's initial visibility currently defaults to autocollapse, meaning that if there is another collapsible item on the page (a navbox, sidebar, or table with the collapsible attribute), it is hidden apart from its title bar; if not, it is fully visible.

To change this template's initial visibility, the |state= parameter may be used:

  • {{Authority control|state=collapsed}} will show the template collapsed, i.e. hidden apart from its title bar.
  • {{Authority control|state=expanded}} will show the template expanded, i.e. fully visible.

Microformat

The template wraps each UID value with the HTML markup: <span class="uid">...</span>, which enables the first-found value to be included in an hCard microformat.

List of identifiers

The template gets its information from the following properties on Wikidata: Lua error in Module:Authority_control/documentation at line 68: attempt to index field 'wikibase' (a nil value).

Additional tracking categories

This template may add the following categories:

Error reports

See a monthly parameter usage report for this template in articles.

See also

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Authority control in articles based on its TemplateData.

TemplateData for Authority control

<templatedata> { "description": "A template to link Wikipedia articles to various library catalogue systems", "params": { "state": { "description": "Initial state of the template", "type": "string", "suggestedvalues": [ "autocollapse", "expanded", "collapsed" ], "default": "autocollapse" }, "qid": { "label": "qid", "description": "Wikidata QID number for an article not yet connected to a Wikidata item. Once the article is connected to a Wikidata item, then this parameter will be ignored.", "example": "Q49605590", "type": "string" }, "suppress": { "description": "Comma-separated list of identifers to suppress from the template, in the form of the Wikidata property ID (e.g. P227),", "example": "P227, P1986", "type": "string" }, "additional": { "description": "Comma-seprated list of additional Wikidata QIDs of items to display data for. Each should be related and covered by the article.", "type": "string", "example": "Q28831543" }, "show": { "aliases": [ "country" ], "label": "whitelist", "example": "ES", "type": "string", "suggestedvalues": [ "arts" ], "suggested": true, "description": "Whitelist (e.g. arts) or country code (e.g. ES) or property (e.g. P214) to show. If not specified, then every supported identifier will be displayed." } }, "format": "\n{{_|_=_}}\n", "paramOrder": [ "show", "suppress", "qid", "additional", "state" ] } </templatedata>