Changes

Jump to navigation Jump to search
→‎Basic: enboldened an important point
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Wikidata|Module:WikidataIB|Module:Check for unknown parameters}}
{{Uses Wikidata|P18|P119|P136|P2096|P1455|P1477|P569|P19|P570|P109|P856|P1581|P3373|P800|P69|P509|P1636|P20|P69|P106|P108|P26|P166}}
{{warning|When adding an infobox using data from Wikidata, please '''check for consistency''' with the article and its references, and to '''address the inconsistencies observed''', which can be done by amending the article or the Wikidata entry, or by supplying a better value to the infobox as a local parameter if this is what emerges from the sources.}}

This version of {{tl|Infobox person}} retrieves various parameter values from Wikidata if enabled ("opt-in"), but only in the absence of a locally supplied value. 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 ===
{{infobox person/Wikidata
| qid=Q20733
| name=Georges Duhamel
| fetchwikidata=ALL
}}
{{infobox person/Wikidata
| qid=Q7243
| name=Leo Tolstoy
| fetchwikidata=ALL
|noicon=on
}}
Just use:
<pre>
{{infobox person/Wikidata | fetchwikidata=ALL}}
</pre>
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 ===
<pre>
{{infobox person/Wikidata
| suppressfields=occupation children
| dateformat = dmy
| noicon=on
...
}}
</pre>
This will prevent the infobox from displaying the fields for occupation or children. {{para|noicon|on}} will suppress the pencil icons in favour of a single "edit on Wikidata" link at the bottom (see Tolstoy, right).

=== Specific example ===
{{infobox person/Wikidata
| qid=Q255
| name=Ludwig van Beethoven
| suppressfields=birth_date
| fetchwikidata=ALL
| dateformat = dmy
}}
In {{Q|Q255}}
<pre>
{{infobox person/Wikidata
| suppressfields=birth_date
| fetchwikidata=ALL
| dateformat = dmy
}}
</pre>

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

== Parameters ==
{| class="wikitable"
|+ Wikidata-specific parameters
! scope= column | Parameter
! scope= column | 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
|}

{| class="wikitable"
|+ Subject-specific parameters
! scope= column | Parameter
! scope= column | Wikidata property
|-
| honorific_prefix ||
|-
| name ||
|-
| honorific_suffix ||
|-
| image || {{Wikidata entity link|P18}}
|-
| image_upright ||
|-
| image_size ||
|-
| alt ||
|-
| caption || {{Wikidata entity link|P2096}}
|-
| native_name ||
|-
| native_name_lang ||
|-
| pronunciation ||
|-
| birth_name || {{Wikidata entity link|P1477}}
|-
| birth_date || {{Wikidata entity link|P569}} (can use qualifier {{Wikidata entity link|P1480}} -> {{Q|Q5727902}} if needed)
|-
| birth_place || {{Wikidata entity link|P19}}
|-
| baptised || {{Wikidata entity link|P1636}}
|-
| disappeared_date ||
|-
| disappeared_place ||
|-
| disappeared_status ||
|-
| death_date || {{wikidata entity link|P570}} (can use qualifier {{Wikidata entity link|P1480}} -> {{Q|Q5727902}} if needed)
|-
| death_place || {{wikidata entity link|P20}}
|-
| death_cause ||
|-
| body_discovered ||
|-
| resting_place || {{Wikidata entity link|P119}}
|-
| resting_place_coordinates ||
|-
| burial_place ||
|-
| burial_coordinates ||
|-
| monuments ||
|-
| residence ||
|-
| nationality ||
|-
| other_names ||
|-
| citizenship || {{wikidata entity link|P27}}
|-
| education || {{Wikidata entity link|P512}}
|-
| alma_mater || {{wikidata entity link|P69}}
|-
| occupation || {{wikidata entity link|P106}}
|-
| years_active ||
|-
| era ||
|-
| employer || {{wikidata entity link|P108}}
|-
| organization ||
|-
| agent ||
|-
| known_for ||
|-
| notable_works || {{wikidata entity link|P800}}
|-
| style || {{wikidata entity link|P136}}
|-
| home_town ||
|-
| salary ||
|-
| net_worth ||
|-
| height ||
|-
| weight ||
|-
| television ||
|-
| title ||
|-
| term ||
|-
| predecessor ||
|-
| successor ||
|-
| party ||
|-
| movement ||
|-
| opponents ||
|-
| boards ||
|-
| criminal_charge ||
|-
| criminal_penalty ||
|-
| criminal_status ||
|-
| spouse || {{wikidata entity link|P26}}
|-
| partner ||
|-
| children || {{wikidata entity link|P40}}
|-
| parents ||
|-
| mother ||
|-
| father ||
|-
| relatives ||
|-
| family || {{wikidata entity link|P3373}}
|-
| callsign ||
|-
| awards || {{wikidata entity link|P166}}
|-
| website || {{wikidata entity link|P856}}
|-
| module ||
|-
| module2 ||
|-
| module3 ||
|-
| module4 ||
|-
| module5 ||
|-
| module6 ||
|-
| signature || {{wikidata entity link|P109}}
|-
| signature_size ||
|-
| signature_alt ||
|-
| footnotes ||
|}

== See also ==
* {{tl|Infobox person}}

{{Wikidata infoboxes}}

<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:People and person infobox templates]]
[[Category:Infobox templates using Wikidata]]
}}</includeonly>
Anonymous user

Navigation menu