Module to display an icon with a tooltip such as "Edit this at Wikidata"
To always display the icon:
<nowiki>{{#invoke:EditAtWikidata|showMessage}}</nowiki>
To display the icon depending on a local parameter not existing:
<nowiki>{{#invoke:EditAtWikidata|showMessage|local_parameter}}</nowiki>
To test the functionality outside of an article:
<nowiki>{{#invoke:EditAtWikidata|showMessage|qid=<ArticleID>|local_parameter}}</nowiki>
To make the link point to the given property at the Wikidata entry:
<nowiki>{{#invoke:EditAtWikidata|showMessage|pid=<PropertyID>|local_parameter}}</nowiki>