Template:EditOnWikidata

From Hârn
Jump to navigation Jump to search
[[[d:Lua error in Module:Wikidata at line 863: attempt to index field 'wikibase' (a nil value).|edit on Wikidata]]]
Template documentation[view] [edit] [history] [purge]

Template to add "edit on Wikidata" tag in Wikidata-driven infoboxes

If the infobox passes a |noicon= parameter, then this link will not be displayed when noicon is set to false or no.

The default can be set at the infobox level by coding as either:

  • | data100 = {{EditOnWikidata|noicon={{{noicon|true}}}}} → which displays the link in an article when noicon is omitted
  • | data100 = {{EditOnWikidata|noicon={{{noicon|false}}}}} → which suppresses the link in an article when noicon is omitted

This functionality is the opposite to the noicon parameter of Module:WikidataIB - so if you set noicon=True and pass it to both the module and this template, you will only see this template. If you pass noicon=False, this template will be hidden while Lua error in Module:EditAtWikidata at line 36: attempt to index field 'wikibase' (a nil value). will show next to the items fetched from Wikidata in the infobox.

You can specify qid= to link to a specific Wikidata ID if needed (i.e., in page drafts).

Usage[edit source]

Code Result
{{EditOnWikidata}}
[[[d:Lua error in Module:Wikidata at line 863: attempt to index field 'wikibase' (a nil value).|edit on Wikidata]]]
{{EditOnWikidata|noicon=true}}
[[[d:Lua error in Module:Wikidata at line 863: attempt to index field 'wikibase' (a nil value).|edit on Wikidata]]]
{{EditOnWikidata|noicon=yes}}
[[[d:Lua error in Module:Wikidata at line 863: attempt to index field 'wikibase' (a nil value).|edit on Wikidata]]]
{{EditOnWikidata|noicon=false}}
{{EditOnWikidata|noicon=no}}

External links[edit source]