Difference between revisions of "Template:Examine Wikidata item/doc"

From blackwiki
Jump to navigation Jump to search
imported>Uzume
(→‎top: Lua)
imported>RexxS
(→‎Usage: expand examples)
 
(One intermediate revision by one other user not shown)
Line 23: Line 23:
 
* <code><nowiki>{{examine |qid=Q1396889 |P18}}</nowiki></code>
 
* <code><nowiki>{{examine |qid=Q1396889 |P18}}</nowiki></code>
 
* <code><nowiki>{{examine |Q1396889 |P18}}</nowiki></code>
 
* <code><nowiki>{{examine |Q1396889 |P18}}</nowiki></code>
 
+
* <code><nowiki>{{examine |P18}}</nowiki></code> (if used in the [[Animal Farm]] article)
 +
* <code><nowiki>{{examine Wikidata item |pid=P18 |qid=Q1396889}}</nowiki></code>
 +
* <code><nowiki>{{#invoke:WikidataIB |examine |P18 |Q1396889}}</nowiki></code>
 
Result:
 
Result:
 
 
{{examine |P18 |Q1396889}}
 
{{examine |P18 |Q1396889}}
  

Latest revision as of 22:30, 5 December 2020

A wrapper template for the examine call in Module:WikidataIB.

The template takes two parameters: the propertyID and the entityID. These may be unnamed or given as |pid= and |qid= or any combination.

The propertyID must begin with "P" and the entityID must begin with "Q".

If the entityId is omitted, the template will look at Wikidata for the entity connected to the current page.

Usage

Example
Examining Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (Q1396889) Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). (P18)

All of the following produce the same result:

  • {{examine |pid=P18 |qid=Q1396889}}
  • {{examine |P18 |qid=Q1396889}}
  • {{examine |pid=P18 |Q1396889}}
  • {{examine |P18 |Q1396889}}
  • {{examine |qid=Q1396889 |pid=P18}}
  • {{examine |Q1396889 |pid=P18}}
  • {{examine |qid=Q1396889 |P18}}
  • {{examine |Q1396889 |P18}}
  • {{examine |P18}} (if used in the Animal Farm article)
  • {{examine Wikidata item |pid=P18 |qid=Q1396889}}
  • {{#invoke:WikidataIB |examine |P18 |Q1396889}}

Result: Lua error in Module:WikidataIB at line 3063: attempt to index field 'wikibase' (a nil value).

See also