Template:Authority control/doc
This is a documentation subpage for Template:Authority control. It contains usage information, categories and other content that is not part of the original template page. |
This template is used on many pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Related pages |
---|
Description
This template links MicroWiki articles to various library (and other) catalogue systems, for biographies and other topics.
This template draws its values from Wikidata. A pencil icon 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
- See also: Wikipedia:Manual of Style/Layout
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
As a general guideline:
- Insert the empty version
- Click "Show preview" to see which sources are automatically pulled from Wikidata
- If you know of more sources, add those sources to the article's Wikidata item, so that other language versions of MicroWiki will automatically benefit.
Suppression of identifiers
Identifiers can be selectively suppressed via the |suppress=
parameter. For example:
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.
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,
- Bonnie and Clyde also draws data from Template:Q and Template:Q
- North Rona also draws data from Template:Q
To specify additional items, you can use the |additional=
parameter. For example:
{{Authority control | additional = Q2319886, Q3320282}}
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.
|country=
can be used as an alias for |show=
(but they can't both be used simultaneously).
List of whitelists
|
---|
Script error: No such module "Authority control/sandbox".
|
Examples
{{Authority control |qid=Q535}} Lua error in Module:Authority_control at line 153: attempt to index field 'wikibase' (a nil value).
{{Authority control |qid=Q34286}} Lua error in Module:Authority_control at line 153: attempt to index field 'wikibase' (a nil value).
{{Authority control |qid=Q352545}} Lua error in Module:Authority_control at line 153: attempt to index field 'wikibase' (a nil value).
Rendering
The template is split into a number of sections, including "General", "National libraries", "Art galleries and museums", etc. The template usually displays as a navbox with a header: Lua error in Module:Authority_control at line 153: 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 153: attempt to index field 'wikibase' (a nil value).
How to manage this template's initial visibility
To manage this template's visibility when it first appears, add the parameter:
|state=collapsed
to show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g.{{Authority control |state=collapsed}}
|state=expanded
to show the template in its expanded state, i.e. fully visible – e.g.{{Authority control |state=expanded}}
|state=autocollapse
to show the template in its collapsed state but only if there is another template of the same type on the page – e.g.{{Authority control |state=autocollapse}}
Unless set otherwise (see the |state=
parameter in the template's code), the template's default state is autocollapse
.
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: Script error: No such module "Authority control/sandbox".
Additional tracking categories
This template may add the following categories:
- Category:Pages with authority control identifiers needing attention (0) – category to track error
- Category:Pages using authority control with parameters (0) – IDs should be migrated to Wikidata
Error reports
Template:Template error report
See also
- Wikipedia:Authority control – editor information
- Help:Authority control – reader help
- Template:Taxonbar – authority control style template for taxonomic databases
- Template:Sports links – authority control style template for sports articles
- User:UBX/Authority control – for self-identifying as an AC user
- Commons:Template:Authority control - template on Commons
TemplateData
Authority control
A template to link Wikipedia articles to various library catalogue systems
Parameter | Description | Type | Status | |
---|---|---|---|---|
whitelist | show country | 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.
| String | suggested |
suppress | suppress | Comma-separated list of identifers to suppress from the template. Will recognise the Wikidata property IDs (e.g. P227), or the abbreviated name of the identifier (e.g. VIAF).
| String | optional |
qid | qid | 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.
| String | optional |
additional | additional | Comma-seprated list of additional Wikidata QIDs of items to display data for. Each should be related and covered by the article.
| String | optional |
state | state | Initial state of the template
| String | optional |