Content deleted Content added
alternative |
title and sitelink |
||
Line 244:
local slink = mw.wikibase.getSitelink(citeq_args.qid)
local label = mw.wikibase.getLabel(citeq_args.qid)
if citeq_args.title then
citeq_args.url = nil
citeq_args.title = '[[' .. slink .. '|' .. citeq_args.title .. ']]'
end
else
if slink then
citeq_args.url = nil
|