Functions for use in retrieving Wikidata for use in templates that deal with identifiers
This returns the value of a qualifier for an identifier such as .
There is an assumption is that one value exists for the property, and only one qualifier exists for that value.
Constraint violations for are at
Normally use like this within a template for use in the article concerned:
<nowiki>{{#invoke:WikidataIdentifiers |getIdentifierQualifier |<property> |qual=<qualifier>}}</nowiki>
If used outside of the related article, an expensive version of the call is available:
<nowiki>{{#invoke:WikidataIdentifiers |getIdentifierQualifier |<property> |qual=<qualifier> |qid=<Q-value for target in Wikidata}}</nowiki>
Retrieving the qualifier for the within an article:
<nowiki>{{#invoke:WikidataIdentifiers |getIdentifierQualifier |P1367 |qual=P1114}}</nowiki>
Retrieving the qualifier for the for outside of the article:
<nowiki>{{#invoke:WikidataIdentifiers |getIdentifierQualifier |P1367 |qual=P1114 |qid=Q5083334}}</nowiki>
→