Module: Authority-control

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 June 2023

  • curprev 06:3706:37, 29 June 2023Samwilson talk contribs 1,114 bytes +1,114 Created page with "local PROP_FORMATTER_URL = 'P1630' local p = {} p.main = function( frame ) if frame.args.wikidata == nil or frame.args.wikidata == '' then return '' end local item = mw.ext.UnlinkedWikibase.getEntity( frame.args.wikidata ) if item.id == nil then return '' end local out = { 'Wikidata: ' .. item.id .. '' } for _,claim in pairs( item.claims ) do for snakNum,snak in pairs( claim ) do if snak.mainsnak.datatype == 'external-i..."
Discuss this page