قالب:ويكي بيانات/شرح
![]() | هذه صفحة توثيق فرعية لقالب:ويكي بيانات. قد تحتوي على معلومات الاستخدام أو تصنيفات ومحتويات أخرى، والتي لا تشكل جزءًا من صفحة القالب الأصلية. |
هذا قالب مُعدة لجلب البيانات من ويكي بيانات مع أو بدون رابط إلى المقالة المتصلة في ويكيبيديا، وبالإضافة إلى العديد من الميزات الأخرى.
الاستخدام
[عدل]البنية العامة لاستدعاء هذا قالب هي كما يلي. لاحظ أن البنية الأساسية تتكون من أوامر موضعية، وأعلام، ومعطيات، حيث يكون لكل منها موقع ثابت.
{{ويكي بيانات|command1|flag1a|flag1b|flag1c|command2|flag2a|flag2b|flag2c|flag0a|flag0b|flag0c|arg1|arg2|arg3}}
استخدم أوامر مختلفة commands للحصول على أنواع مختلفة من القيم من ويكي بيانات. يجب إعطاء أمر واحد على الأقل، ويمكن دمج أوامر متعددة في استدعاء واحد كما هو موضح أعلاه (وبأي ترتيب، ويمكن استخدام أكثر من اثنين أيضًا)، ولكن هذا ينطبق فقط على الأوامر من claim class؛ الاستدعاءات التي تحتوي على أمر من general class لا يمكن أن تحتوي على أي أمر آخر. يمكن أن يتبع كل أمر أي عدد من command flags، وهي اختيارية ويمكن استخدامها لتعديل المخرجات التي يولدها هذا الأمر.
يمكن أن تتبع الأوامر وأعلامها أي عدد من configuration flags، وهي أيضًا اختيارية وتؤثر على اختيار البيانات وسلوك قالب بشكل عام. يتم إغلاق الاستدعاء بـ positional arguments، والتي قد تكون مطلوبة بناءً على الأوامر المعطاة. كما توجد بعض named arguments (أي أزواج الاسم والقيمة)، بالإضافة إلى مجموعة من الأعلام المسماة لـ الاستخدام المتقدم التي يمكن استخدامها لتغيير الطريقة التي يتم بها دمج القيم المسترجعة في المخرجات.
تم تصميم هذا قالب لتلبية الاحتياجات الأساسية لجلب البيانات من ويكي بيانات، ولكن يمكن تحقيق الكثير من خلال تركيبات مختلفة من الاستدعاءات. لسهولة الاستخدام، يمكن الاستفادة من هذه التركيبات في قوالب جديدة تلبي حاجة معينة. راجع أيضًا قسم #حالات الاستخدام الشائعة أدناه لبعض الأمثلة على "البناءات الأساسية" المفيدة. وبالمثل، يمكن توسيع وظائف هذا قالب من خلال إنشاء قوالب تستخدم وحدة:Wd المقدمة من وحدة:Wd الذي يستخدمه هذا القالب (مثلما في {{WikidataOI}}).
حالات الاستخدام الشائعة
[عدل]فيما يلي قائمة بحالات الاستخدام الشائعة. في المستقبل، قد يتم تنفيذ أوامر مختصرة تكون مكافئة لهذه الاستدعاءات لتسهيل استخدامها.
الخلية | حالة الاستخدام |
---|---|
{{ويكي بيانات|label|raw}}
|
ويكي بيانات هي تخص العنصر المتصل بالصفحة الحالية (مثل "Q55"). |
{{#if:
|
يقوم بإجراء فحص لتحديد ما إذا كانت الصفحة الحالية تحتوي على معرف ويكي بيانات.
لاحظ أن هذا البيان يعتمد على قيمة مُرجعة إما فارغة أو غير فارغة وأن تضمين الوسيط |
الأوامر
[عدل]تحدد الأوامر (command1
, command2
, ...) نوع القيم التي يتم إرجاعها. يمكن أن يحتوي الاستدعاء الواحد فقط على أوامر من فئة واحدة.
فئة الادعاءات
[عدل]يمكن دمج أوامر فئة الادعاءات، مما يعني أنه يمكن إعطاء أوامر متعددة من أنواع مختلفة من هذه الفئة في وقت واحد (راجع الاستخدام أعلاه).
يمكن دمج أوامر متعددة في استدعاء واحد لهذه الـ قالب، بدلاً من إجراء استدعاءات متعددة لهذه الـ قالب مع أمر واحد في كل مرة، للتأكد من أن جميع أجزاء المعلومات المرتجعة تنتمي لبعضها البعض (راجع الأمثلة أدناه أيضًا).
النوع | الأمر | يُرجع | الاستخدام الأساسي | الوصف |
---|---|---|---|---|
I | property
|
أول تطابق[ا] | {{ويكي بيانات|property|P1}}
|
يُرجع الخاصية المطلوبة – أو قائمة بالخصائص – من الكيان الحالي أو من كيان معين.
يمكن إعطاء هذا الأمر مرة واحدة فقط في استدعاء واحد. |
properties
|
كل التطابقات | {{ويكي بيانات|properties|P1}}
| ||
II | qualifier
|
أول تطابق[ب] | {{ويكي بيانات|qualifier|P1|P2}}
|
يُرجع المؤهل المطلوب – أو قائمة المؤهلات – من الخاصية المعطاة للكيان الحالي أو لكيان معين.
على عكس الأوامر الأخرى لفئة الادعاءات، يمكن إعطاء هذا الأمر عدة مرات لاسترجاع مؤهلات مختلفة في استدعاء واحد. |
qualifiers
|
كل التطابقات | {{ويكي بيانات|qualifiers|P1|P2}}
| ||
III | reference
|
أول تطابق[ب] | {{ويكي بيانات|reference|P1}}
|
يُرجع مرجعًا – أو قائمة مراجع – من الخاصية المعطاة للكيان الحالي أو لكيان معين.[ج]
يمكن إعطاء هذا الأمر مرة واحدة فقط في استدعاء واحد. |
references
|
كل التطابقات | {{ويكي بيانات|references|P1}}
| ||
|
General class
[عدل]The general class commands cannot be combined.
Type | Command | Returns | Basic usage | Description |
---|---|---|---|---|
I | label
|
{{ويكي بيانات|label}}
|
Returns the label of the current item-entity or of a given entity if present. | |
II | title
|
{{ويكي بيانات|title}}
|
Returns the title of the page connected to the current item-entity or to a given item-entity if such page exists. | |
III | description
|
{{ويكي بيانات|description}}
|
Returns the description of the current item-entity or of a given entity if present. | |
IV | alias
|
first match[ا] | {{ويكي بيانات|alias}}
|
Returns an alias – or list of aliases – of the current item-entity or of a given entity if present. |
aliases
|
all matches | {{ويكي بيانات|aliases}}
| ||
V | badge
|
first match[ا] | {{ويكي بيانات|badge}}
|
Returns a badge – or list of badges – for the page connected to the current item-entity or to a given item-entity if such page exists. |
badges
|
all matches | {{ويكي بيانات|badges}}
| ||
Flags
[عدل]The following (optional) flags are available which can be used to alter this قالب's behaviour. They must be given after the (first) command and before the positional arguments. For convenience, empty flags (i.e. ||
) are allowed and will simply be ignored.
Command flags
[عدل]These flags (flag1*
, flag2*
, ...) apply to the command that precedes them directly.
Flag | Description |
---|---|
raw
|
Returns the raw value if applicable.
If this flag is used with item or property datatypes, then this will return the Q-identifier or P-identifier instead of the regular label. For quantity datatypes, this flag will strip off any units of measurement, unless the If this flag is used with time datatypes, then the returned date will be in the format of If it is used with globe coordinate datatypes, then it replaces the various symbols with forward slashes in the returned value (e.g. |
linked
|
Creates a link to the Wikipedia article that is connected to the property or qualifier if it exists. Also links units of measurement that may be appended to values.
If this parameter is omitted, then the plain property or qualifier value will be returned. |
short
|
[EXPENSIVE] Returns the الاسم المختصر (P1813) of any entity returned if they have one attached. If that is not the case, then the default behaviour of returning the entity's label will occur.
|
multilanguage
|
Returns monolingual text values in any available language, not just the current wiki's language. |
unit
|
Returns only the unit of measurement for quantity datatypes. |
Configuration flags
[عدل]These flags (flag0*
) are general configuration flags and can be given anywhere after the first command (but before the positional arguments).
Flag | Description | Command class | |
---|---|---|---|
Combination of: | preferred
|
Sets a rank constraint for the selected claim(s).
The first three set the ranks for which claim(s) will be selected. They can optionally be followed by a If the The default is Output is always sorted from highest rank to lowest (regardless of any of these flags being set). |
claim |
normal
| |||
deprecated
| |||
best
| |||
Combination of: | future
|
Sets a time constraint for the selected claim(s). Uses the claims' qualifiers of تاريخ البدء (P580) and تاريخ الانتهاء (P582) to determine if the claim is valid for the selected time period(s).
The default is |
claim |
current
| |||
former
| |||
mdy
|
Returns date values in month-day-year order instead of day-month-year order. | claim | |
single
|
Returns only a single claim instead of multiple (if multiple claims match). Has no effect if the property /properties command is given, in which case this flag would be redundant.
|
claim | |
sourced
|
Only returns claims that have at least one non-empty reference. (References having only ignored parameters are considered empty.) | claim | |
One of: | edit
|
Adds a clickable icon after the output that may be used by readers to edit the returned claim on Wikidata.
If |
claim, general |
edit@end
|
Arguments
[عدل]The arguments determine the sources from which all the returned values are fetched.
Positional arguments
[عدل]The following table shows the available positional arguments (arg*
) in their fixed order. For each command, the applicable set of arguments is marked. If multiple commands are given, then the applicable set is the union of the individual sets. For instance, if the commands properties
and qualifiers
have been given, then at least both the arguments property_id
and qualifier_id
should be given as well.
More than one qualifier
/qualifiers
command can be given. The order in which these commands with their flags are given matches the order in which the respective qualifier_id
arguments are given.
(required) | (optional) | (optional) | (required) | (optional) | (required) | (required) | |||
{{ويكي بيانات
|
commands
|
flags
|
entity_id
|
property_id
|
raw_value
|
qualifier_id
|
qualifier_id
|
}}
| |
---|---|---|---|---|---|---|---|---|---|
label , title ,description ,alias /aliases ,badge /badges
|
|||||||||
property /properties
|
|||||||||
reference /references
|
|||||||||
qualifier /qualifiers
|
|||||||||
qualifier /qualifiers (optional 2nd, 3rd, etc.)
| |||||||||
Below follows a description of all positional arguments.
Argument | Description |
---|---|
entity_id
(optional) |
[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 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 ).
|
Named arguments
[عدل]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 inside the call.
Argument | Description | Command class |
---|---|---|
eid=
|
[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=
|
[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 تاريخ البدء (P580) and تاريخ الانتهاء (P582)).
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: Multiple arguments of this type can be given to match multiple qualifier values simultaneously for each claim. |
claim |
أسماء الخصائص المستعارة
[عدل]الخصائص المستعارة هي أسماء أخرى يمكن استخدامها بدلاً من معرفات الخواص. الخصائص المستعارة التالية (والتي تكون حساسة لحالة الأحرف) متاحة حاليًا:
P-identifier | يترجم إلى |
الاسم المستعار | بالانجليزية |
---|---|---|---|
المُؤَلِّف (P50) | ← | المؤلف | author |
اسم المُؤَلِّف بالحروف (P2093) | ← | اسم المؤلف | authorNameString |
الناشر (P123) | ← | الناشر | publisher |
مستورد من مشروع ويكيميديا (P143) | ← | مستورد من | importedFrom |
وصلة الاستيراد من ويكيميديا (P4656) | ← | وصلة استيراد ويكيميديا | wikimediaImportURL |
مذكور في (P248) | ← | مذكور في | statedIn |
الصفحة (P304) | ← | الصفحات | pages |
لغة العمل أو لغة الاسم (P407) | ← | اللغة | language |
له جزء أو أجزاء (P527) | ← | لديه جزء | hasPart |
تاريخ النشر (P577) | ← | تاريخ النشر | publicationDate |
تاريخ البدء (P580) | ← | وقت البدء | startTime |
تاريخ الانتهاء (P582) | ← | وقت الانتهاء | endTime |
الفصل (P792) | ← | الفصل | chapter |
الوصول (P813) | ← | مُسترد | retrieved |
وصلة مرجع (P854) | ← | وصلة المرجع | referenceURL |
قسم أو آية أو فقرة أو بند (P958) | ← | القسم أو الآية أو الفقرة | sectionVerseOrParagraph |
مسار الأرشيف (P1065) | ← | مسار الأرشيف | archiveURL |
العنوان (P1476) | ← | العنوان | title |
المسار المنسق (P1630) | ← | المسار المنسق | formatterURL |
الاقتباس (P1683) | ← | الاقتباس | quote |
الاسم المختصر (P1813) | ← | الاسم المختصر | shortName |
تعريف الصيغة (P2534) | ← | تعريف الصيغة | definingFormula |
تاريخ الأرشيف (P2960) | ← | تاريخ الأرشيف | archiveDate |
مستنتج من (P3452) | ← | مستنتج من | inferredFrom |
نوع المرجع (P3865) | ← | نوع المرجع | typeOfReference |
العمود (P3903) | ← | العمود | column |
باسم (P1810) | ← | الموضوع باسم | subjectNamedAs |
خاصية ويكي بيانات (P1687) | ← | خاصية ويكي بيانات | wikidataProperty |
References
[عدل]When either the reference
or the references
command is used and a reference is encountered (in Wikidata), the module checks if the reference contains an مستورد من مشروع ويكيميديا (P143), مستنتج من (P3452) or وصلة الاستيراد من ويكيميديا (P4656) property. In the case one of these properties is present, the whole reference is ignored (i.e. it is treated as if it wasn't present).
Else, the module attempts to display the reference using the {{Cite web}} template. The reference has to have a وصلة مرجع (P854) property. The below table shows the mapping of Wikidata properties to parameters of Cite web.
Wikidata property | Parameter of Cite web | Notes |
---|---|---|
تاريخ الأرشيف (P2960) | archive-date | |
مسار الأرشيف (P1065) | archive-url | |
المُؤَلِّف (P50) | author/authorN | N can be 1, 2, 3... |
اسم المُؤَلِّف بالحروف (P2093) | ||
لغة العمل أو لغة الاسم (P407) | language | Ignored when the same as the local language. |
الصفحة (P304) | pages | |
تاريخ النشر (P577) | date | |
الناشر (P123) | publisher | |
الاقتباس (P1683) | quote | |
وصلة مرجع (P854) | url | |
الوصول (P813) | access-date | |
قسم أو آية أو فقرة أو بند (P958) | at | |
مذكور في (P248) | website | |
باسم (P1810) | title | Used only when العنوان (P1476) is not present, but a URL (either from وصلة مرجع (P854) or from an external identifier, as described below) is, otherwise ignored. |
العنوان (P1476) | title |
The following properties are ignored: الصورة (P18), نوع المرجع (P3865).
If there is no وصلة مرجع (P854) property present in the reference, but a property of the "External identifier" data type is present both in the reference and in the خاصية ويكي بيانات (P1687) of the item in مذكور في (P248), a URL is generated from its content and is used in the same manner as a URL given in وصلة مرجع (P854).
If there is no وصلة مرجع (P854) property, or the reference has unknown properties, the module attempts to display it using the {{Cite Q}} template. The مذكور في (P248) property is mandatory. The below table shows the mapping of properties to Cite Q parameters.
Wikidata property | Parameter of Cite Q | Notes |
---|---|---|
مذكور في (P248) | 1 | Value supplied to the parameter is raw, i.e. it is just the plain QID. |
الفصل (P792) | chapter | |
العمود (P3903) | at | |
الصفحة (P304) | pages | |
تاريخ النشر (P577) | date | |
الوصول (P813) | access-date | |
قسم أو آية أو فقرة أو بند (P958) | section | |
العنوان (P1476) | title | |
any property of the "External identifier" data type | id | The label ("name") of the property is prepended before its content. |
The properties listed under the first table (in this section) are also ignored when using Cite Q.
A reference could be displayed using Cite Q only if the reference has a مذكور في (P248) property and has only properties listed in the table above. If neither Cite web nor Cite Q could be used to display a reference, the following error is returned:
Error: Unable to display the reference properly. See the documentation for details.
To fix this error, check if the reference has the required properties and doesn't have any unknown properties, as described above. The Wikidata help page on references can also be helpful when sourcing statements.
Advanced usage
[عدل]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 inside the call. 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 {{!}}
or |
.
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
| ||||||||||||||||||
%p[ <span style="font-size:85\%">(%q)</span>][%s][%r]
|
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
| ||||||||||||||||||
sep=
|
_
|
default | The fixed separator between each pair of claims, aliases or badges. | ||||||||||||||||
|
if only the reference /references command was given without the raw flag
| ||||||||||||||||||
sep%s=
|
,
|
default | 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
| ||||||||||||||||||
sep%q1= , sep%q2= , sep%q3= , ...
|
,_
|
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 | ||||||||||||||||
sep%q=
|
,_
|
if exactly one qualifier /qualifiers command was given
|
The separator between each set of qualifiers of a single claim. This is the value separator for the %q parameter.
If only one | ||||||||||||||||
;_
|
if more than one qualifier /qualifiers command was given
| ||||||||||||||||||
sep%r=
|
|
default | The separator between each pair of references of a single claim. This is the value separator for the %r parameter.
| ||||||||||||||||
_
|
if the raw flag was given for the reference /references command
| ||||||||||||||||||
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
[عدل]Parameters and output types | Example | Description |
---|---|---|
Q55 = "Netherlands", P395 = "licence plate code"
[string] |
{{ويكي بيانات|property|Q55|P395}}
|
Gets a literal string value. |
P395 = "licence plate code"
[string] |
{{ويكي بيانات|property|P395}}
|
If the قالب is transcluded on the هولندا page (which is linked to Q55), then the Q55 can be omitted.
|
Q55 = "Netherlands", P395 = "NL"
[string] |
{{ويكي بيانات|property|eid=Q55|P395}}
|
An entity-ID can also be given using the eid= argument.
|
P395 = "NL"
[string] |
{{ويكي بيانات|property|page=Netherlands|P395}}
|
A page title can be given instead of an entity-ID using the page= argument.
|
Q55 = "Netherlands", P395 = "licence plate code"
[string] |
{{ويكي بيانات|property|edit|Q55|P395}} |
Adds a clickable icon that may be used to edit the returned value on Wikidata. |
Q55 = "Netherlands", P395 = "licence plate code"
[string] |
{{ويكي بيانات|property|edit@end|Q55|P395}} |
Places the edit icon at the end of the line. |
Q55 = "Netherlands", P1082 = "population"
[quantity] |
{{ويكي بيانات|property|normal+|Q55|P1082}}
|
Gets a single property value from claims with a 'normal' rank or higher. |
Q55 = "Netherlands", P1082 = "population"
[quantity] |
{{ويكي بيانات|properties|normal+|Q55|P1082}}
|
Gets multiple property values from claims with a 'normal' rank or higher. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[quantity], [time] |
{{ويكي بيانات|properties|qualifier|normal+|Q55|P1082|P585}}
|
Gets a single qualifier value for each claim, additional to the property value. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[quantity], [time], [reference] |
{{ويكي بيانات|properties|qualifier|references|normal+|Q55|P1082|P585}} |
Gets references for each claim. |
Q55 = "Netherlands", P1082 = "population"
[quantity], [reference] |
A total of
|
Gets a property with its references. |
Q55 = "Netherlands", P1082 = "population"
[quantity], [reference] |
The Netherlands has a population of
|
Adds a punctuation mark at the end of the output, in front of the references. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[quantity], [time], [reference] |
<ul>
|
Returns the output in a custom format. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[time] |
{{ويكي بيانات|qualifier|normal+|Q55|P1082|P585}}
|
Gets a single qualifier per claim, by default for multiple matching claims. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[time] |
{{ويكي بيانات|qualifier|normal+|single|Q55|P1082|P585}}
|
To get a single qualifier for only a single claim, give the single flag too so that only a single claim will be accessed.
|
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[time] |
{{ويكي بيانات|qualifier|Q55|P1082|10026773|P585}}
|
Gets a qualifier from claims for which the (raw) property value matches a given literal value. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[time] |
{{ويكي بيانات|qualifier|mdy|Q55|P1082|10026773|P585}}
|
Gets dates in month-day-year order. |
Q55 = "Netherlands", P1082 = "population", P585 = "point in time"
[time] |
{{ويكي بيانات|qualifier|raw|Q55|P1082|10026773|P585}}
|
Gets a raw date value. |
Q55 = "Netherlands", P1082 = "population"
[reference] |
{{ويكي بيانات|references|Q55|P1082|10026773}}
|
Gets the references from a particular claim. |
Q55 = "Netherlands", P1082 = "population"
[reference] |
{{ويكي بيانات|references|raw|Q55|P1082|10026773}}
|
Gets references from a particular claim in their raw form. |
Q55 = "Netherlands", P1081 = "Human Development Index"
[quantity], [reference] |
{{ويكي بيانات|properties|references|normal+|Q55|P1081}}
|
Gets properties from each claim with any references they have. |
Q55 = "Netherlands", P1081 = "Human Development Index"
[quantity], [reference] |
{{ويكي بيانات|properties|references|normal+|sourced|Q55|P1081}}
|
Only gets properties from claims that have at least one reference. |
Q55 = "Netherlands", P2855 = "VAT rate", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|qualifier|Q55|P2855|P518}}
|
Gets a single qualifier value (for each matching claim). |
Q55 = "Netherlands", P2855 = "VAT rate", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|qualifiers|Q55|P2855|P518}}
|
Gets multiple qualifier values (for each matching claim). |
Q55 = "Netherlands", P2855 = "VAT rate", P518 = "applies to part"
[quantity], [entity label] |
{{ويكي بيانات|properties|qualifiers|Q55|P2855|P518}}
|
Gets multiple property values along with multiple qualifier values. |
Q55 = "Netherlands", P2855 = "VAT rate", P518 = "applies to part"
[quantity], [entity label] |
{{ويكي بيانات|properties|qualifiers|Q55|P2855|P518|sep=_+_|sep%s=|sep%q=_/_}}
|
Returns the output with custom separators. |
Q55 = "Netherlands", P35 = "head of state", P580 = "start time", P582 = "end time"
[entity label], [time] |
{{ويكي بيانات|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582}}
|
Gets two different qualifier values for each claim. |
Q55 = "Netherlands", P35 = "head of state", P580 = "start time", P582 = "end time"
[entity label], [time] |
{{ويكي بيانات|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582|sep%q=_–_}}
|
Returns the output with a custom separator. |
Q55 = "Netherlands", P35 = "head of state", P580 = "start time", P582 = "end time"
[entity label], [time] |
{{ويكي بيانات|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582|format=%p[ <span style="font-size:85\%">(%q1[ – %q2])</span>][%s][%r]}}
|
Returns the output in a custom format instead of with a custom separator. |
Q55 = "Netherlands", P35 = "head of state", P580 = "start time", P582 = "end time"
[entity label], [time] |
{{ويكي بيانات|properties|qualifier|qualifier|normal+|Q55|P35|P580|P582|format=%p[ <span style="font-size:85\%">([<![]--%q2]since [%q2--[]>]%q1[ – %q2])</span>][%s][%r]}}
|
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). |
Q55 = "Netherlands", P35 = "head of state", Q29574 = "Beatrix of the Netherlands", P580 = "start time", P582 = "end time"
[entity label], [time] |
{{ويكي بيانات|properties|qualifier|raw|qualifier|normal+|Q55|P35|Q29574|P580|P582|format=%p[ <span style="font-size:85\%">(%q1[ – %q2])</span>][%s][%r]}}
|
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. |
Q55 = "Netherlands", P38 = "currency", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|properties|qualifiers|normal+|current|Q55|P38|P518}}
|
Gets claims that are currently valid. |
Q55 = "Netherlands", P38 = currency", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|properties|linked|qualifiers|normal+|current|Q55|P38|P518}}
|
Gets claims with linked property values. |
Q55 = "Netherlands", P38 = currency", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|properties|qualifiers|linked|normal+|current|Q55|P38|P518}}
|
Gets claims with linked qualifier values. |
Q55 = "Netherlands", P38 = currency", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|properties|linked|short|qualifiers|linked|normal+|current|Q55|P38|P518}}
|
Gets claims with linked property and qualifier values, with short property values wherever available. |
Q55 = "Netherlands", P38 = currency", Q4917 = "United States dollar", P518 = "applies to part"
[entity label] |
{{ويكي بيانات|qualifiers|normal+|current|Q55|P38|Q4917|P518}}
|
Gets qualifiers from claims for which the (raw) property value matches a given Q-identifier. |
Q55 = "Netherlands", P38 = currency", P518 = "applies to part", Q27561 = "Caribbean Netherlands"
[entity label] |
{{ويكي بيانات|properties|normal+|current|Q55|P38|P518=Q27561}}
|
Gets properties from claims for which a (raw) qualifier value matches a given Q-identifier. |
Q55 = "Netherlands", P38 = currency"
[entity label] |
{{ويكي بيانات|properties|normal+|former|Q55|P38}}
|
Gets claims that were valid in the past. |
Q55 = "Netherlands", P38 = currency"
[entity label] |
{{ويكي بيانات|properties|raw|normal+|former|Q55|P38}}
|
Gets raw property values. |
Q55 = "Netherlands", P38 = currency"
[entity label] |
{{ويكي بيانات|properties|raw|linked|normal+|former|Q55|P38}}
|
Gets raw property values that are linked to Wikidata. |
Q55 = "Netherlands", P1549 = "demonym"
[monolingual text] |
{{ويكي بيانات|property|Q55|P1549}}
|
Gets a monolingual text value in the current wiki's language. |
Q55 = "Netherlands", P1549 = "demonym", P407 = "language of work or name", Q36846 = "Toki Pona"
[monolingual text] |
{{ويكي بيانات|property|multilanguage|Q55|P1549|P407=Q36846}}
|
Gets a monolingual text value in any available language. |
Q55 = "Netherlands", P2884 = "mains voltage"
[quantity] |
{{ويكي بيانات|property|Q55|P2884}}
|
Gets a quantity value with its associated unit of measurement. |
Q55 = "Netherlands", P2884 = "mains voltage"
[quantity] |
{{ويكي بيانات|property|linked|Q55|P2884}}
|
Gets a quantity value with a linked unit of measurement. |
Q55 = "Netherlands", P2884 = "mains voltage"
[quantity] |
{{ويكي بيانات|property|raw|Q55|P2884}}
|
Gets a raw quantity value. |
Q55 = "Netherlands", P2884 = "mains voltage"
[quantity] |
{{ويكي بيانات|property|unit|Q55|P2884}}
|
Gets only the unit of measurement. |
Q55 = "Netherlands", P2884 = "mains voltage"
[quantity] |
{{ويكي بيانات|property|unit|raw|Q55|P2884}}
|
Gets the raw unit of measurement. |
Q55 = "Netherlands", P625 = "coordinate location"
[globe coordinate] |
{{ويكي بيانات|property|Q55|P625}}
|
Gets a globe coordinate value. |
Q55 = "Netherlands", P625 = "coordinate location"
[globe coordinate] |
{{ويكي بيانات|property|linked|Q55|P625}} |
Gets a linked globe coordinate value. |
Q55 = "Netherlands", P625 = "coordinate location"
[globe coordinate] |
{{ويكي بيانات|property|raw|Q55|P625}}
|
Gets a raw globe coordinate value. |
Q55 = "Netherlands", P625 = "coordinate location"
[globe coordinate] |
{{ويكي بيانات|property|Q55|coord}}
|
A property alias can be used instead of the P-identifier. |
Q55 = "Netherlands", P41 = "flag image"
[commons media] |
{{ويكي بيانات|property|linked|Q55|P41}} |
Gets a media file name and links to it on Commons. |
Q55 = "Netherlands", P41 = "flag image"
[commons media] |
{{ويكي بيانات|property|raw|Q55|P41|format=\[\[File:%p {{!}} thumb {{!}} left\]\]}} |
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.
|
Q55 = "Netherlands", P41 = "flag image"
[commons media] |
{{ويكي بيانات|property|raw|date=1700-05-06|Q55|P41|format=\[\[File:%p {{!}} thumb {{!}} left\]\]}} |
To get the value of a property that was valid at a given time, the date= argument can be used.
|
Q55 = "Netherlands", P41 = "flag image"
[commons media] |
{{ويكي بيانات|property|raw|date=1700-05-06|former|Q55|P41|format=\[\[File:%p {{!}} thumb {{!}} left\]\]}} |
The time constraint flags work relatively to the date value given for the date= argument.
|
Q915684 = "Lorentz–Lorenz equation", P2534 = "defining formula"
[math] |
{{ويكي بيانات|property|Q915684|P2534}} |
Gets a mathematical expression. |
Q915684 = "Lorentz–Lorenz equation", P7235 = "in defining formula", P9758 = "symbol represents"
[entity label], [math] |
<ul>
|
Mathematical expressions can be combined with regular text as usual. |
Q6256 = "country", P3896 = "geoshape"
[geographic shape] |
{{ويكي بيانات|property|linked|Q6256|P3896}} |
Gets a geographic shape data file name and links to it on Commons. |
Q4917 = "United States dollar"
[entity label] |
{{ويكي بيانات|label|Q4917}}
|
Gets an item's label. |
Q4917 = "United States dollar"
[entity label] |
{{ويكي بيانات|label|short|linked|Q4917}} |
Gets an item's short and linked label. |
P38 = currency"
[entity label] |
{{ويكي بيانات|label|P38}}
|
Gets a property's label. |
P38 = currency"
[entity label] |
{{ويكي بيانات|label|linked|P38}}
|
Gets a property's label that is linked to Wikidata. |
Q776 = "Utrecht"
[entity label] |
{{ويكي بيانات|label|Q776}}
|
Gets an item's label. |
Q776 = "Utrecht"
[entity label] |
{{ويكي بيانات|label|linked|Q776}} |
Gets an item's linked label. |
[entity label] |
{{ويكي بيانات|label}}
|
If the قالب is transcluded on the مقاطعة أترخت page (which is linked to Q776), then the Q776 can be omitted.
|
[entity label] |
{{ويكي بيانات|label|raw}}
|
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.
|
[entity label] |
{{ويكي بيانات|label|raw|linked}}
|
If additionally the linked flag is given, then the Q-identifier of the item connected to the current page is linked to Wikidata.
|
Q776 = "Utrecht"
[page title] |
{{ويكي بيانات|title|Q776}}
|
Gets the title of the page on the current wiki that is linked to the given item. |
Q776 = "Utrecht"
[page title] |
{{ويكي بيانات|title|linked|Q776}} |
Gets the linked title of the page on the current wiki that is linked to the given item. |
[page title] |
{{ويكي بيانات|title}}
|
If the قالب is transcluded on the مقاطعة أترخت page (which is linked to Q776), then the Q776 can be omitted.
|
Q55 = "Netherlands"
[entity description] |
{{ويكي بيانات|description|Q55}}
|
Gets an item's description. |
[entity description] |
{{ويكي بيانات|description}}
|
If the قالب is transcluded on the هولندا page (which is linked to Q55), then the Q55 can be omitted.
|
Q55 = "Netherlands"
[entity alias] |
{{ويكي بيانات|alias|Q55}}
|
Gets one of an item's aliases. |
Q55 = "Netherlands"
[entity alias] |
{{ويكي بيانات|aliases|Q55}}
|
Gets all of an item's aliases. |
Q55 = "Netherlands"
[entity alias] |
{{ويكي بيانات|alias|linked|Q55}}
|
Gets a linked alias from an item. |
[entity alias] |
{{ويكي بيانات|alias}}
|
If the قالب is transcluded on the هولندا page (which is linked to Q55), then the Q55 can be omitted.
|
Q2 = "Earth"
[page badge] |
{{ويكي بيانات|badges|Q2}}
|
Gets the badges for the page on the current wiki that is linked to the given item. |
Q2 = "Earth"
[page badge] |
{{ويكي بيانات|badges|raw|Q2}}
|
Gets the raw badges for the page on the current wiki that is linked to the given item. |
[page badge] |
{{ويكي بيانات|badges}}
|
If the قالب is transcluded on the الأرض page (which is linked to Q2), then the Q2 can be omitted.
|
Q28865 = "Python", P548 = "version type", P348 = "software version identifier",
[version], [reference] |
{{ويكي بيانات|property|reference|edit|Q28865|P548=Q2804309|P348}}
|
Get بايثون (لغة برمجة)'s latest stable release version with its references. You may want to use P548=Q2122918 to get the latest preview release version. |
Example references
[عدل]- ^ ا ب ج د ه و ز ح ط ي "Bevolking; kerncijfers, 1950-2022".
- ^ ا ب ج د ه "CBS StatLine - Bevolking; kerncijfers". Statistics Netherlands. مؤرشف من الأصل في 2015-08-27. اطلع عليه بتاريخ 2015-08-22.
- ^ ا ب "CBS StatLine - Bevolking; kerncijfers". مؤرشف من الأصل في 2014-09-03. اطلع عليه بتاريخ 2014-08-26.
- ^ ا ب "Nederland telt 17 miljoen inwoners". 21 مارس 2016.
- ^ ا ب "Bevolking; kerncijfers, 1950-2022". اطلع عليه بتاريخ 2023-03-18.
- ^ ا ب ج د ه و ز ح ط ي يا يب يج يد يه يو يز يح يط ك كا كب كج كد كه كو كز كح كط ل لا لب لج لد له لو لز لح لط م ما مب مج مد مه مو مز مح مط ن نا نب نج ند نه نو "Human Development Data (1990-2017)". تقرير التنمية البشرية. مؤرشف من الأصل في 2018-12-30.
- ^ ا ب ج د ه و ز ح ط ي يا يب يج يد "Netherlands". مؤرشف من الأصل في 2017-02-02.
- ^ "It's time for another set of Python releases! Python 3.11.3, 3.10.11 and 3.12 alpha 7 are now available". 5 أبريل 2023. اطلع عليه بتاريخ 2023-04-06.
TemplateData
[عدل]This template fetches data from the centralized knowledge base Wikidata. To edit the data, click on "Wikidata item" in the left sidebar.
وسيط | وصف | نوع | حالة | |||
---|---|---|---|---|---|---|
لا معاملات محددة |
See also
[عدل]- وحدة:Wd, the source module that is called by this template
- {{Wdib}}, a wrapper template for the getValue call in وحدة:WikidataIB
- {{وصلة ويكي بيانات}} or redirect {{وصلة ويكي بيانات}}), to add a Wikidata entity link to a Wikipedia page
- {{خاصية}} or redirect {{خاصية}}, to add a Wikidata property link to a Wikipedia page
- {{خاصية ويكي بيانات}}, to add a Wikidata property {{صندوق جانبي}} to a Wikipedia page or template documentation
- {{يستخدم ويكي بيانات}}, to add a Wikidata property box to the documentation of a template or module
- {{تتبع ويكي بيانات}}, to add a Wikidata property box to the documentation of a template, module, or category
- {{Wikidata editnotice}}, an editnotice for articles that make extensive use of this template
- {{Pageid to title}}, to get a page title using its local page id, rather than Wikidata