Difference between revisions of "Template:EditAtWikidata/doc"
Jump to navigation
Jump to search
imported>RexxS (→Usage: update documentation) |
imported>RexxS (expand documentation) |
||
| Line 4: | Line 4: | ||
Template to display an icon with a tooltip such as "Edit this at Wikidata" | Template to display an icon with a tooltip such as "Edit this at Wikidata" | ||
* Icon will be linked to the Wikidata entry for the article where this is placed. | * Icon will be linked to the Wikidata entry for the article where this is placed. | ||
| − | * This message is only displayed if a local_parameter is not supplied i.e. when called from a template, it can be coded not to display the | + | * The link can be modified to point to a specific property in the Wikidata entry by supplying the optional named parameter {{para|pid}}. |
| − | * The qid of a Wikidata entry can optionally be supplied for testing outside the article. | + | * This message is only displayed if a local_parameter is not supplied; i.e. when called from within a template, it can be coded not to display the icon when a local parameter is in use, which means the value from Wikidata is not used. |
| + | * The qid of a Wikidata entry can optionally be supplied for testing outside the article (this is an [[WP:EXPENSIVE|expensive call]]). | ||
== Usage == | == Usage == | ||
Revision as of 17:35, 31 August 2016
| This is a documentation subpage for Template:EditAtWikidata. It contains usage information, categories and other content that is not part of the original template page. |
Template to display an icon with a tooltip such as "Edit this at Wikidata"
- Icon will be linked to the Wikidata entry for the article where this is placed.
- The link can be modified to point to a specific property in the Wikidata entry by supplying the optional named parameter
|pid=. - This message is only displayed if a local_parameter is not supplied; i.e. when called from within a template, it can be coded not to display the icon when a local parameter is in use, which means the value from Wikidata is not used.
- The qid of a Wikidata entry can optionally be supplied for testing outside the article (this is an expensive call).
Usage
{{EditAtWikidata}}
Outside the article:
{{EditAtWikidata |qid=<Qid of article at Wikidata>}}
Inside another template:
{{EditAtWikidata |{{{local_parameter|}}} }}
To make the link point to the given propertyID at the Wikidata entry:
{{EditAtWikidata |pid=<PropertyID> |local_parameter}}