Template:Infobox person/Wikidata

< Template:Infobox person
Infobox person/Wikidata
Documentation icon Template documentation[view] [edit] [history] [purge]


This version of {{Infobox person}} retrieves various parameter values from Wikidata if enabled ("opt-in"). This will by default only fetch information that is sourced on Wikidata to a non-Wikipedia source, and only if a local value is not provided. The template calls Module:Wikidata and Module:WikidataIB.

It allows editors at the article level to blacklist various fields so that they do not display. This makes a positive statement that those fields are unsuitable for inclusion in that article's infobox.

Usage

Basic

Georges Duhamel
Leo Tolstoy

Just use:

{{Infobox person/Wikidata | fetchwikidata=ALL}}

and you should get a Wikidata-filled infobox! (Providing the article is linked to a Wikidata entry containing relevant information!). This will by default only fetch information that is sourced on Wikidata. This is an important safeguard for BLPs. The subject's current age (or age at death) will be calculated automatically provided that the dates are sourced and full (i.e. 12 January 1958 not 1958).

General example

{{Infobox person/Wikidata
 | suppressfields=occupation children
 | dateformat = dmy
 | noicon=on
...
}}

This will prevent the infobox from displaying the fields for occupation or children. |noicon=on will suppress the pencil icons in favour of a single "edit on Wikidata" link at the bottom (see Tolstoy, right).

Specific example

Ludwig van Beethoven

In Script error: The function "label" does not exist. (Q255)

{{Infobox person/Wikidata
 | suppressfields=birth_date
 | fetchwikidata=ALL
 | dateformat = dmy
}}

This fetches information on place of birth, baptism, death, citizenship, etc. - but not date of birth as that is not known.

Parameters

Wikidata-specific parameters
Parameter Effect
fetchwikidata allows a whitelist of fields that may be imported from Wikidata; set to "ALL" for all fields; defaults to none
suppressfields allows a blacklist of fields that may be displayed in this infobox; overrides whitelist; defaults to none
onlysourced rejects Wikidata that is unsourced or only imported from a Wikipedia; values: yes/true/1 or no/false/0; defaults to yes
Subject-specific parameters
Parameter Wikidata property
honorific_prefix
name
honorific_suffix
image Script error: The function "label" does not exist. (P18)
image_upright
image_size
alt
caption Script error: The function "label" does not exist. (P2096)
native_name
native_name_lang
pronunciation
birth_name Script error: The function "label" does not exist. (P1477)
birth_date Script error: The function "label" does not exist. (P569) (can use qualifier Script error: The function "label" does not exist. (P1480) -> Script error: The function "label" does not exist. (Q5727902) if needed)
birth_place Script error: The function "label" does not exist. (P19)
baptised Script error: The function "label" does not exist. (P1636)
disappeared_date
disappeared_place
disappeared_status
death_date Script error: The function "label" does not exist. (P570) (can use qualifier Script error: The function "label" does not exist. (P1480) -> Script error: The function "label" does not exist. (Q5727902) if needed)
death_place Script error: The function "label" does not exist. (P20)
death_cause
body_discovered
resting_place Script error: The function "label" does not exist. (P119)
resting_place_coordinates
burial_place
burial_coordinates
monuments
residence
nationality Script error: The function "label" does not exist. (P27)
other_names
citizenship Script error: The function "label" does not exist. (P27)
education Script error: The function "label" does not exist. (P512)
alma_mater Script error: The function "label" does not exist. (P69)
occupation Script error: The function "label" does not exist. (P106)
years_active
era
employer Script error: The function "label" does not exist. (P108)
organization
agent
known_for
notable_works Script error: The function "label" does not exist. (P800)
style Script error: The function "label" does not exist. (P136)
home_town
salary
net_worth
height
weight
television
title
term
predecessor
successor
party Script error: The function "label" does not exist. (P102)
movement
opponents
boards
criminal_charge
criminal_penalty
criminal_status
spouse Script error: The function "label" does not exist. (P26)
partner
children Script error: The function "label" does not exist. (P40)
parents Script error: The function "label" does not exist. (P22), Script error: The function "label" does not exist. (P25)
mother
father
relatives
family Script error: The function "label" does not exist. (P3373)
callsign
awards Script error: The function "label" does not exist. (P166)
website Script error: The function "label" does not exist. (P856)
military_rank Script error: The function "label" does not exist. (P410)
military_branch Script error: The function "label" does not exist. (P241)
noble_title Script error: The function "label" does not exist. (P97)
module
module2
module3
module4
module5
module6
signature Script error: The function "label" does not exist. (P109)
signature_size
signature_alt
footnotes

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Infobox person

<templatedata> { "params": { "fetchwikidata": {} } } </templatedata>

See also