Module:Wikidata: Difference between revisions

Content deleted Content added
enable arbitrary access for getSiteLink()
trim whitespace from unnamed parameter
Line 964:
local qid = frame.args.qid
if qid == "" then qid = nil end
local f = mw.text.trim( frame.args[1] )
local entity = mw.wikibase.getEntity(qid)
if not entity then