This is intended to fetch data from Wikidata with or without a link to the connected Wikipedia article and with many other features.
The general structure of a call to this is as follows. Note that the basic structure consists of positional commands, flags and arguments, which all have a fixed position.
<nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{lcfirst:{{ROOTPAGENAME}}}}{{0| }}{{Background color|#cddae3|<nowiki>|command1|flag1a|flag1b|flag1c</nowiki>}}{{0| }}{{Background color|#dce5ec|<nowiki>|command2|flag2a|flag2b|flag2c</nowiki>}}{{0| }}{{Background color|#c1debf|<nowiki>|flag0a|flag0b|flag0c</nowiki>}}{{0| }}{{Background color|#ffdfc4|<nowiki>|arg1|arg2|arg3</nowiki>}}<nowiki>}}</nowiki>
Use different to get different kinds of values from Wikidata. At least one command must be given and multiple commands can be combined into one call as shown above (in any order, more than two is also possible), but this only applies to commands from the claim class; calls containing a command from the general class cannot contain any other command. Each command can be followed by any number of, which are optional and can be used to tweak the output generated by that command.
The commands and their flags may be followed by any number of, which are also optional and affect the selection of data and the 's behaviour in general. The call is closed with the, which may be required depending on the given command(s). Some named arguments (i.e. name-value pairs) also exist, as well as a set of named flags for advanced usage that can be used to change the way the fetched values are merged together into the output.
This was designed to provide the basic needs for fetching data from Wikidata, but a lot can be achieved through different combinations of calls. For convenience, such combinations could be wrapped into new templates that serve a specific need. See also the section on common use cases below for some examples of useful "building blocks". Likewise, the functionality of this can be extended by creating wrapper templates that use the main
command provided by (just like does).
Below follows a list of common use cases. In the future, shortcut commands may be implemented that are equivalent to these calls for convenience.
}| rowspan="2" | Returns the requested property – or list of properties – from the current item-entity or from a given entity.This command can be given only once in one call.|-! style="text-align:left;" |properties
| all matches| }| rowspan="2" | Returns the requested qualifier – or list of qualifiers – from the given property of the current item-entity or of a given entity.Unlike the other claim class commands, this command can be given multiple times to retrieve different qualifiers in one call.|-! style="text-align:left;" | qualifiers
| all matches| }|-| colspan="5" ||-| rowspan="2" style="text-align:right;" | III! style="text-align:left;" | reference
| first match| }| rowspan="2" | Returns a reference – or list of references – from the given property of the current item-entity or of a given entity.This command can be given only once in one call.|-! style="text-align:left;" | references
| all matches| }| Returns the description of the current item-entity or of a given entity if present.|-| colspan="5" ||-| rowspan="2" style="text-align:right;" | IV! style="text-align:left;" | alias
| first match| }|-| colspan="5" ||-| rowspan="2" style="text-align:right;" | V! style="text-align:left;" | badge
| first match| Below follows a description of all positional arguments.
Argument | Description | |
---|---|---|
entity_id (optional) | {{color|red|[EXPENSIVE]}} Q-identifier of the item-entity to be accessed (e.g. Q55 ), P-identifier (or an available alias) of the property-entity to be accessed preceded by the Property: prefix (e.g. Property:P38 ), or page title of the Wikipedia article whose connected item-entity is to be accessed preceded by : , a prefixed colon (e.g. :Netherlands ).In case of the general class commands, the If this parameter is omitted, then the item-entity connected to the current page will be used (except when | |
property_id | P-identifier (or an available alias) of the property within the entity to be accessed, without the Property: prefix (e.g. P35 ). | |
raw_value (optional) | Either the Q-identifier equal to the property value (e.g. Q29574 ) or a literal value (i.e. string or quantity etc., no entity label) equal to the raw property value of the particular claim to be accessed.Dates as literal values must be formatted Globe coordinates as literal values must be formatted with forward slashes (i.e. The special type 'no value' can be given by entering the empty string (i.e. To get a literal vertical bar | , use {{tl|!}} or &#124; .If this parameter is omitted, then all claims (matching any other constraints) within the property will be accessed. |
qualifier_id | P-identifier (or an available alias) of the qualifier within the entity to be accessed, without the Property: prefix (e.g. P580 ). |
Below follows a description of all named arguments, which are name-value pairs (i.e. |name=value
). These are all optional and can be given anywhere .
Argument | Description | Command class | ||
---|---|---|---|---|
eid= | {{color|red|[EXPENSIVE]}} This argument can be used to give the Q-identifier (e.g. |eid=Q55 ) or P-identifier (or an available alias) of the entity to be accessed. It offers the same functionality as the positional argument entity_id , with one difference: if the argument is given but its value is left empty (i.e. |eid= ), then no entity is accessed at all instead of the item-entity connected to the current page. This is useful in some cases where a variable entity-ID is expected, but where the item-entity connected to the current page should not be accessed as the default.Also, the This argument only has effect if the positional argument | claim, general | ||
page= | {{color|red|[EXPENSIVE]}} This argument can be used to give the page title (e.g. |page=Netherlands ) of the Wikipedia article whose connected item-entity is to be accessed. It behaves similar to the named argument eid= and can be used instead of the positional argument entity_id (note that no prefixed colon, : , is required). If the argument is given but its value is left empty (i.e. |page= ), then no entity is accessed at all instead of the item-entity connected to the current page.This argument only has effect if the positional argument | claim, general | ||
date= | This argument can be used to set a particular date (e.g. |date=1731-02-11 ) relative to which claim matching using the future , current and former flags is done, instead of relative to today. It overrides the default of these flags to current so that by default only claims that were valid at the given date are returned (based on the claims' qualifiers of and).The date value must be formatted | claim | ||
''<qualifier>''= | The ''<qualifier>'' is a placeholder for a set of arguments that determine which claims should be accessed based on qualifier value, analogous to the pair of positional arguments property_id and raw_value (that determine access based on property value).As such, Example: | P518=Q27561 Multiple arguments of this type can be given to match multiple qualifier values simultaneously for each claim. | claim |
Property aliases are other names for P-identifiers that can be used instead. The following property aliases (which are case-sensitive) are currently available:
Alias | translates to | P-identifier | |
---|---|---|---|
coord | → | P625 | |
image | → | P18 | |
author | → | P50 | |
publisher | → | P123 | |
importedFrom | → | P143 | |
statedIn | → | P248 | |
pages | → | P304 | |
language | → | P407 | |
publicationDate | → | P577 | |
startTime | → | P580 | |
endTime | → | P582 | |
chapter | → | P792 | |
retrieved | → | P813 | |
referenceURL | → | P854 | |
sectionVerseOrParagraph | → | P958 | |
archiveURL | → | P1065 | |
title | → | P1476 | |
formatterURL | → | P1630 | |
quote | → | P1683 | |
shortName | → | P1813 | |
archiveDate | → | P2960 | |
inferredFrom | → | P3452 | |
typeOfReference | → | P3865 | |
column | → | P3903 |
The layout of the output from (a combination of) commands that have both a singular and a plural form (e.g. property
/properties
) can be customized by using a number of named flags, which are name-value pairs (i.e. |flag=value
), that can be given anywhere . The table below shows the available named flags.
To insert a space at the beginning or end of a value
, use an underscore _
. To get a literal underscore, escape it by placing a backslash \
directly in front of it (i.e. \_
); the same holds for a literal backslash (i.e. \\
). To get a literal vertical bar |
, use {{tl|!}}
or &#124;
.
Named flag | Default value | Default condition | Description | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
format= | %p[%s][%r] | if the property /properties command was given and the qualifier /qualifiers command was not given | The format of a single claim. The available parameters are as follows.
Optional parameters can be given by encapsulating them between square brackets: To use two opening square brackets that directly follow each other (i.e. At least one parameter must be given that is not optional, while the To get a literal | |||||||||||||||||
%q[%s][%r] | if the property /properties command was not given and the qualifier /qualifiers command was given | |||||||||||||||||||
%r | if only the reference /references command was given | |||||||||||||||||||
<nowiki>%p[ <span style="font-size:85\%">(%q)</span>][%s][%r]</nowiki> | if the property /properties command was given and the qualifier /qualifiers command was given|-| %a[%s] | if the alias /aliases command was given|-| %b[%s] | if the badge /badges command was given|-| colspan="4" ||-! rowspan="2" style="text-align:right;" | sep= | {{dfn|_|title=space}} | default| rowspan="2" | The fixed separator between each pair of claims, aliases or badges.|-| | if only the reference /references command was given without the raw flag|-| colspan="4" ||-! rowspan="2" style="text-align:right;" | sep%s= | , | default| rowspan="2" | The movable separator between each pair of claims, aliases or badges. This will be the value of the %s parameter applied to all claims, aliases or badges, except for the last in the list (which can be set with the punc flag).|-| ; | if the property /properties command was not given and the qualifier /qualifiers command was given|-| colspan="4" ||-! style="text-align:right;" | sep%q1= , sep%q2= , sep%q3= , ...| {{dfn|,_|title=comma space}} | default| The separator between each pair of qualifiers of a single claim. These are the value separators for the %q1 , %q2 , %q3 , ... parameters.If only one qualifier /qualifiers command was given, then the sep%q1 flag is equivalent to sep%q .|-| colspan="4" ||-! rowspan="2" style="text-align:right;" | sep%q= | {{dfn|,_|title=comma space}} | if exactly one qualifier /qualifiers command was given| rowspan="2" | The separator between each set of qualifiers of a single claim. This is the value separator for the %q parameter.If only one qualifier /qualifiers command was given, then this flag is equivalent to sep%q1 .|-| {{dfn|{{;}}_|title=semicolon space}} | if more than one qualifier /qualifiers command was given|-| colspan="4" ||-! rowspan="2" style="text-align:right;" | sep%r= | | default| rowspan="2" | The separator between each pair of references of a single claim. This is the value separator for the %r parameter.|-| {{dfn|_|title=space}} | if the raw flag was given for the reference /references command|-| colspan="4" ||-! style="text-align:right;" | punc= | | default| A punctuation mark placed at the end of the output. This will be placed on the %s parameter applied to the last claim (or alias or badge) in the list.This allows the last claim's references to be placed after the punctuation mark when the output is used as part of a sentence.|}Examples | Description... --> | An entity-ID can also be given using the eid= argument. | ||||||||||||||||||
P395 = "" ↓ | <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''page={{#ifeq:{{NAMESPACENUMBER}}|828|{{#invoke:{{#titleparts:{{PAGENAME}}|3}}|title|Q55}}|{{{{#titleparts:{{PAGENAME}}|3}}|title|Q55|fetch={{{fetch|}}}}}}}'''<nowiki>|P395</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}} |
↓
| A page title can be given instead of an entity-ID using the page=
argument.|-| style="color:#777;font-size:small;" | Q55 = "", P395 = ""
↓
[{{smallcaps|string}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''edit'''<nowiki>|Q55|P395</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Adds a clickable icon that may be used to edit the returned value on Wikidata.|-| style="color:#777;font-size:small;" | Q55 = "", P395 = ""
↓
[{{smallcaps|string}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''edit@end'''<nowiki>|Q55|P395</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Places the edit icon at the end of the line.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''property'''<nowiki>|</nowiki>'''normal+'''<nowiki>|Q55|P1082</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a single property value from claims with a 'normal' rank or higher.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''properties'''<nowiki>|normal+|Q55|P1082</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets multiple property values from claims with a 'normal' rank or higher.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|</nowiki>'''qualifier'''<nowiki>|normal+|Q55|P1082|</nowiki>'''P585'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a single qualifier value for each claim, additional to the property value.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|time}}], [{{smallcaps|reference}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|</nowiki>'''references'''<nowiki>|normal+|Q55|P1082|P585</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets references for each claim.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|reference}}]| A total of <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|references|Q55|P1082</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki> people live in the Netherlands.
↓
A total of people live in the Netherlands.| Gets a property with its references.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|reference}}]| The Netherlands has a population of <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|references|Q55|P1082|</nowiki>'''punc=.'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
The Netherlands has a population of | Adds a punctuation mark at the end of the output, in front of the references.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|time}}], [{{smallcaps|reference}}]| '''<nowiki><ul></nowiki>'''<nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|references|normal+|Q55|P1082|P585|</nowiki>'''<nowiki>format=<li>%p[%r][<ul><li>%q</li></ul>]</li></nowiki>'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>'''<nowiki></ul></nowiki>'''
↓
| Returns the output in a custom format.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''qualifier'''<nowiki>|normal+|Q55|P1082|P585</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a single qualifier per claim, by default for multiple matching claims.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|qualifier|normal+|</nowiki>'''single'''<nowiki>|Q55|P1082|P585</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| To get a single qualifier for only a single claim, give the single
flag too so that only a single claim will be accessed.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|qualifier|Q55|P1082|</nowiki>'''{{#ifeq:{{NAMESPACENUMBER}}|828|{{#invoke:{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082}}|{{{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082|fetch={{{fetch|}}}}}}}'''<nowiki>|P585</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a qualifier from claims for which the (raw) property value matches a given literal value.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|qualifier|</nowiki>'''mdy'''<nowiki>|Q55|P1082|</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{#invoke:{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082}}|{{{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082|fetch={{{fetch|}}}}}}}<nowiki>|P585</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets dates in month-day-year order.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = "", P585 = ""
↓
[{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|qualifier|</nowiki>'''raw'''<nowiki>|Q55|P1082|</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{#invoke:{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082}}|{{{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082|fetch={{{fetch|}}}}}}}<nowiki>|P585</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a raw date value.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = ""
↓
[{{smallcaps|reference}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''references'''<nowiki>|Q55|P1082|</nowiki>'''{{#ifeq:{{NAMESPACENUMBER}}|828|{{#invoke:{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082}}|{{{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082|fetch={{{fetch|}}}}}}}'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets the references from a particular claim.|-| style="color:#777;font-size:small;" | Q55 = "", P1082 = ""
↓
[{{smallcaps|reference}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''references'''<nowiki>|</nowiki>'''raw'''<nowiki>|Q55|P1082|</nowiki>'''{{#ifeq:{{NAMESPACENUMBER}}|828|{{#invoke:{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082}}|{{{{#titleparts:{{PAGENAME}}|3}}|property|raw|normal|Q55|P1082|fetch={{{fetch|}}}}}}}'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets references from a particular claim in their raw form.|-| style="color:#777;font-size:small;" | Q55 = "", P1081 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|reference}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|</nowiki>'''references'''<nowiki>|normal+|Q55|P1081</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets properties from each claim with any references they have.|-| style="color:#777;font-size:small;" | Q55 = "", P1081 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|reference}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|references|normal+|</nowiki>'''sourced'''<nowiki>|Q55|P1081</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Only gets properties from claims that have at least one reference.|-| style="color:#777;font-size:small;" | Q55 = "", P2855 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''qualifier'''<nowiki>|Q55|P2855|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a single qualifier value (for each matching claim).|-| style="color:#777;font-size:small;" | Q55 = "", P2855 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''qualifiers'''<nowiki>|Q55|P2855|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets multiple qualifier values (for each matching claim).|-| style="color:#777;font-size:small;" | Q55 = "", P2855 = "", P518 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''properties'''<nowiki>|qualifiers|Q55|P2855|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets multiple property values along with multiple qualifier values.|-| style="color:#777;font-size:small;" | Q55 = "", P2855 = "", P518 = ""
↓
[{{smallcaps|quantity}}], [{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifiers|Q55|P2855|P518|</nowiki>'''<nowiki>sep=_+_</nowiki>'''<nowiki>|</nowiki>'''<nowiki>sep%s=</nowiki>'''<nowiki>|</nowiki>'''<nowiki>sep%q=_/_</nowiki>'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Returns the output with custom separators.|-| style="color:#777;font-size:small;" | Q55 = "", P35 = "", P580 = "", P582 = ""
↓
[{{smallcaps|entity label}}], [{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|</nowiki>'''qualifier'''<nowiki>|</nowiki>'''qualifier'''<nowiki>|normal+|Q55|P35|</nowiki>'''P580'''<nowiki>|</nowiki>'''P582'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets two different qualifier values for each claim.|-| style="color:#777;font-size:small;" | Q55 = "", P35 = "", P580 = "", P582 = ""
↓
[{{smallcaps|entity label}}], [{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582|</nowiki>'''<nowiki>sep%q=_–_</nowiki>'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Returns the output with a custom separator.|-| style="color:#777;font-size:small;" | Q55 = "", P35 = "", P580 = "", P582 = ""
↓
[{{smallcaps|entity label}}], [{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582|</nowiki>'''<nowiki>format=%p[ <span style="font-size:85\%">(%q1[ – %q2])</span>][%s][%r]</nowiki>'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Returns the output in a custom format instead of with a custom separator.|-| style="color:#777;font-size:small;" | Q55 = "", P35 = "", P580 = "", P582 = ""
↓
[{{smallcaps|entity label}}], [{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582|format=%p[ <span style="font-size:85\%">(</nowiki>'''<nowiki>[<![]--%q2]since [%q2--[]>]</nowiki>'''<nowiki>%q1[ – %q2])</span>][%s][%r]</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| To add text only when a certain value is not present, like adding the word since if there is no end time, wrap it in between two optional blocks containing HTML comment tags and the relevant parameter (this also prevents the text from being added to the page source).|-| style="color:#777;font-size:small;" | Q55 = "", P35 = "", Q29574 = "", P580 = "", P582 = ""
↓
[{{smallcaps|entity label}}], [{{smallcaps|time}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|</nowiki>'''raw'''<nowiki>|qualifier|normal+|Q55|P35|</nowiki>'''Q29574'''<nowiki>|P580|P582|format=%p[ <span style="font-size:85\%">(%q1[ – %q2])</span>][%s][%r]</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a property with qualifiers from claims for which the property matches a given Q-identifier, with one of the qualifier values in its raw form.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifiers|normal+|</nowiki>'''current'''<nowiki>|Q55|P38|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets claims that are currently valid.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|</nowiki>'''linked'''<nowiki>|qualifiers|normal+|current|Q55|P38|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets claims with linked property values.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifiers|</nowiki>'''linked'''<nowiki>|normal+|current|Q55|P38|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets claims with linked qualifier values.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|</nowiki>'''linked'''<nowiki>|</nowiki>'''short'''<nowiki>|qualifiers|</nowiki>'''linked'''<nowiki>|normal+|current|Q55|P38|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets claims with linked property and qualifier values, with short property values wherever available.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = "", Q4917 = "", P518 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|qualifiers|normal+|current|Q55|P38|</nowiki>'''Q4917'''<nowiki>|P518</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets qualifiers from claims for which the (raw) property value matches a given Q-identifier.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = "", P518 = "", Q27561 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|normal+|current|Q55|P38|</nowiki>'''P518=Q27561'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets properties from claims for which a (raw) qualifier value matches a given Q-identifier.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|normal+|</nowiki>'''former'''<nowiki>|Q55|P38</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets claims that were valid in the past.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|</nowiki>'''raw'''<nowiki>|normal+|former|Q55|P38</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets raw property values.|-| style="color:#777;font-size:small;" | Q55 = "", P38 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|raw|</nowiki>'''linked'''<nowiki>|normal+|former|Q55|P38</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets raw property values that are linked to Wikidata.|-| style="color:#777;font-size:small;" | Q55 = "", P1549 = ""
↓
[{{smallcaps|monolingual text}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|Q55|P1549</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a monolingual text value in the current wiki's language.|-| style="color:#777;font-size:small;" | Q55 = "", P1549 = "", P407 = "", Q36846 = ""
↓
[{{smallcaps|monolingual text}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''multilanguage'''<nowiki>|Q55|P1549|P407=Q36846</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a monolingual text value in any available language.|-| style="color:#777;font-size:small;" | Q55 = "", P2884 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|Q55|P2884</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a quantity value with its associated unit of measurement.|-| style="color:#777;font-size:small;" | Q55 = "", P2884 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''linked'''<nowiki>|Q55|P2884</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a quantity value with a linked unit of measurement.|-| style="color:#777;font-size:small;" | Q55 = "", P2884 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''raw'''<nowiki>|Q55|P2884</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a raw quantity value.|-| style="color:#777;font-size:small;" | Q55 = "", P2884 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''unit'''<nowiki>|Q55|P2884</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets only the unit of measurement.|-| style="color:#777;font-size:small;" | Q55 = "", P2884 = ""
↓
[{{smallcaps|quantity}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|unit|</nowiki>'''raw'''<nowiki>|Q55|P2884</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets the raw unit of measurement.|-| style="color:#777;font-size:small;" | Q55 = "", P625 = ""
↓
[{{smallcaps|globe coordinate}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|Q55|P625</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a globe coordinate value.|-| style="color:#777;font-size:small;" | Q55 = "", P625 = ""
↓
[{{smallcaps|globe coordinate}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''linked'''<nowiki>|Q55|P625</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a linked globe coordinate value.|-| style="color:#777;font-size:small;" | Q55 = "", P625 = ""
↓
[{{smallcaps|globe coordinate}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''raw'''<nowiki>|Q55|P625</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a raw globe coordinate value.|-| style="color:#777;font-size:small;" | Q55 = "", P625 = ""
↓
[{{smallcaps|globe coordinate}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|Q55|</nowiki>'''coord'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| A property alias can be used instead of the P-identifier.|-| style="color:#777;font-size:small;" | Q55 = "", P41 = ""
↓
[{{smallcaps|commons media}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''linked'''<nowiki>|Q55|P41</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a media file name and links to it on Commons.|-| style="color:#777;font-size:small;" | Q55 = "", P41 = ""
↓
[{{smallcaps|commons media}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''raw'''<nowiki>|Q55|P41|</nowiki>'''<nowiki>format=\[\[File:%p {{!}} thumb {{!}} left\]\]</nowiki>'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| A Commons media file can be included on the page as-is by omitting the linked
and raw
flags, but by using the raw
flag it can be freely formatted.|-| style="color:#777;font-size:small;" | Q55 = "", P41 = ""
↓
[{{smallcaps|commons media}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|raw|</nowiki>'''date=1700-05-06'''<nowiki>|Q55|P41|format=\[\[File:%p {{!}} thumb {{!}} left\]\]</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| To get the value of a property that was valid at a given time, the date=
argument can be used.|-| style="color:#777;font-size:small;" | Q55 = "", P41 = ""
↓
[{{smallcaps|commons media}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|raw|date=1700-05-06|</nowiki>'''former'''<nowiki>|Q55|P41|format=\[\[File:%p {{!}} thumb {{!}} left\]\]</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| The time constraint flags work relatively to the date value given for the date=
argument.|-| style="color:#777;font-size:small;" | Q915684 = "", P2534 = ""
↓
[{{smallcaps|math}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|Q915684|P2534</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a mathematical expression.|-| style="color:#777;font-size:small;" | Q915684 = "", P7235 = "", P9758 = ""
↓
[{{smallcaps|entity label}}], [{{smallcaps|math}}]| <nowiki><ul>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|properties|qualifier|linked|Q915684|P7235|P9758|format=<li>%q[ (%p)]</li></nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</ul></nowiki>
↓
| Mathematical expressions can be combined with regular text as usual.|-| style="color:#777;font-size:small;" | Q6256 = "", P3896 = ""
↓
[{{smallcaps|geographic shape}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|property|</nowiki>'''linked'''<nowiki>|Q6256|P3896</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a geographic shape data file name and links to it on Commons.|-| style="color:#777;font-size:small;" | Q4917 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''label'''<nowiki>|Q4917</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets an item's label.|-| style="color:#777;font-size:small;" | Q4917 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|</nowiki>'''short'''<nowiki>|</nowiki>'''linked'''<nowiki>|Q4917</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets an item's short and linked label.|-| style="color:#777;font-size:small;" | P38 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|P38</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a property's label.|-| style="color:#777;font-size:small;" | P38 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|</nowiki>'''linked'''<nowiki>|P38</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a property's label that is linked to Wikidata.|-| style="color:#777;font-size:small;" | Q776 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|Q776</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets an item's label.|-| style="color:#777;font-size:small;" | Q776 = ""
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|</nowiki>'''linked'''<nowiki>|Q776</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets an item's linked label.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If the is transcluded on the page (which is linked to Q776), then the Q776
can be omitted.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|</nowiki>'''raw'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If just the label
command with the raw
flag is given, then the Q-identifier of the item connected to the current page is returned.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|entity label}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|label|raw|</nowiki>'''linked'''{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If additionally the linked
flag is given, then the Q-identifier of the item connected to the current page is linked to Wikidata.|-| style="color:#777;font-size:small;" | Q776 = ""
↓
[{{smallcaps|page title}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''title'''<nowiki>|Q776</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets the title of the page on the current wiki that is linked to the given item.|-| style="color:#777;font-size:small;" | Q776 = ""
↓
[{{smallcaps|page title}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|title|</nowiki>'''linked'''<nowiki>|Q776</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets the linked title of the page on the current wiki that is linked to the given item.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|page title}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|title</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If the is transcluded on the page (which is linked to Q776), then the Q776
can be omitted.|-| style="color:#777;font-size:small;" | Q55 = ""
↓
[{{smallcaps|entity description}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''description'''<nowiki>|Q55</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets an item's description.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|entity description}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|description</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If the is transcluded on the page (which is linked to Q55), then the Q55
can be omitted.|-| style="color:#777;font-size:small;" | Q55 = ""
↓
[{{smallcaps|entity alias}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''alias'''<nowiki>|Q55</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets one of an item's aliases.|-| style="color:#777;font-size:small;" | Q55 = ""
↓
[{{smallcaps|entity alias}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''aliases'''<nowiki>|Q55</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets all of an item's aliases.|-| style="color:#777;font-size:small;" | Q55 = ""
↓
[{{smallcaps|entity alias}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|alias|</nowiki>'''linked'''<nowiki>|Q55</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets a linked alias from an item.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|entity alias}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|alias</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If the is transcluded on the page (which is linked to Q55), then the Q55
can be omitted.|-| style="color:#777;font-size:small;" | Q2 = ""
↓
[{{smallcaps|page badge}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|</nowiki>'''badges'''<nowiki>|Q2</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets the badges for the page on the current wiki that is linked to the given item.|-| style="color:#777;font-size:small;" | Q2 = ""
↓
[{{smallcaps|page badge}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|badges|</nowiki>'''raw'''<nowiki>|Q2</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| Gets the raw badges for the page on the current wiki that is linked to the given item.|-| style="color:#777;font-size:small;" |
↓
[{{smallcaps|page badge}}]| <nowiki>{{</nowiki>{{#ifeq:{{NAMESPACENUMBER}}|828|{{hash}}invoke:}}{{#titleparts:{{PAGENAME}}|3}}<nowiki>|badges</nowiki>{{#if:{{{fetch|}}}|<nowiki>|fetch=</nowiki>{{{fetch}}}}}<nowiki>}}</nowiki>
↓
| If the is transcluded on the page (which is linked to Q2), then the Q2
can be omitted.|}