Difference between revisions of "Template:Infobox person/Wikidata/doc"

From blackwiki
Jump to navigation Jump to search
imported>Lithopsian
(Revert to the revision prior to revision 949829569 dated 2020-04-08 19:21:31 by Musharaf12 using popups)
imported>Sarju Prasad Dubey
Line 1: Line 1:
{{Documentation subpage}}
 
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
 
{{Person infobox header}}
 
{{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.}}
 
{{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|P1636|P20|P69|P106|P108|P26|P22|P25|P166|P410|P241|P97}}
 
  
This version of {{tl|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]].
+
{{Use Indian English|date=August 2013}}
 
+
{{Use dmy dates|date=August 2013}}
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.
+
{{Infobox person
 
+
| name              = Sarju Prasad Dubey
== Usage ==
+
| image              =  
=== Basic ===
+
| caption            =  
{{Infobox person/Wikidata
+
| other_names        = Sarju Prasad Dubey
| qid=Q20733
+
| birth_date        = {{birth date|1919|5|| df=yes}}
| name=Georges Duhamel
+
| birth_place        = [[Faizabad]], [[United Provinces of British India|United Provinces]], [[British India]]
| fetchwikidata=ALL
+
| death_date        = {{Death date and age|1997|1919|df=yes}}
}}
+
| death_place        = [[Shivpal Dubey ka Pura (Dhamhar)]], [[Faizabad (Ayodhya)]], [[Uttar Pradesh]], [[India]]
{{Infobox person/Wikidata
+
| nationality        = Indian
| qid=Q7243
+
| known_for          = Indian freedom fighter
| name=Leo Tolstoy
+
| organization      = [[Indian National Congress]]
| 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        || {{wikidata entity link|P27}}
 
|-
 
| 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              || {{wikidata entity link|P102}}
 
|-
 
| movement          ||
 
|-
 
| opponents          ||
 
|-
 
| boards            ||
 
|-
 
| criminal_charge    ||
 
|-
 
| criminal_penalty  ||
 
|-
 
| criminal_status    ||
 
|-
 
| spouse            || {{wikidata entity link|P26}}
 
|-
 
| partner            ||
 
|-
 
| children          || {{wikidata entity link|P40}}
 
|-
 
| parents            || {{wikidata entity link|P22}}, {{wikidata entity link|P25}}
 
|-
 
| mother            ||
 
|-
 
| father            ||
 
|-
 
| relatives          ||
 
|-
 
| family            || {{wikidata entity link|P3373}}
 
|-
 
| callsign          ||
 
|-
 
| awards            || {{wikidata entity link|P166}}
 
|-
 
| website            || {{wikidata entity link|P856}}
 
|-
 
| military_rank      || {{wikidata entity link|P410}}
 
|-
 
| military_branch    || {{wikidata entity link|P241}}
 
|-
 
| noble_title        || {{wikidata entity link|P97}}
 
|-
 
| module            ||
 
|-
 
| module2            ||
 
|-
 
| module3            ||
 
|-
 
| module4            ||
 
|-
 
| module5            ||
 
|-
 
| module6            ||
 
|-
 
| signature          || {{wikidata entity link|P109}}
 
|-
 
| signature_size    ||
 
|-
 
| signature_alt      ||
 
|-
 
| footnotes          ||
 
|}
 
 
== TemplateData ==
 
{{TemplateData header}}
 
<templatedata>
 
{
 
"params": {
 
"fetchwikidata": {}
 
}
 
}
 
</templatedata>
 
== See also ==
 
* {{tl|Infobox person}}
 
{{Wikidata infoboxes}}
 
  
<includeonly>{{sandbox other||
+
'''Sarju Prasad Dubey''' (1919 - 1997) was one of freedom fighter in the  Indian Independence movement
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:People and person infobox templates]]
 
[[Category:Biographical templates usable as a module|Person/Wikidata]]
 
[[Category:Infobox templates using Wikidata]]
 
}}</includeonly>
 

Revision as of 08:32, 22 April 2020

Template:Use Indian English

Sarju Prasad Dubey
Born(1919-05-00)May 1919
Died1997(1997-00-00) (aged 77–78)
NationalityIndian
Other namesSarju Prasad Dubey
OrganizationIndian National Congress
Known forIndian freedom fighter

Template:Wikidata image

Sarju Prasad Dubey (1919 - 1997) was one of freedom fighter in the Indian Independence movement