Content deleted Content added
m Changed protection level for "Module:Wikidata": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
enable arbitrary access for getSiteLink() |
||
Line 960:
-- getting sitelink of a given wiki
-- get sitelink of current item if qid not supplied
function p.getSiteLink(frame)
local qid = frame.args.qid
if qid == "" then qid = nil end
local f = frame.args[1]
local entity = mw.wikibase.getEntity(qid)
if not entity then
return
|