Module:Cite Q/sandbox: Difference between revisions

Content deleted Content added
rm debug
test
Line 9:
local followQid = wdib._followQid
local getPropertyIDs = wdib._getPropertyIDs
local getSitelink = wdib._getSitelink
 
local i18n = {
Line 489 ⟶ 490:
break
end
end
end
 
-- See if we have wikisource
if not citeq_args.url then
sitelink = getSitelink(tmcid, "commonswiki") or nil
if sitelink then
citeq_args.url = 'https://en.wikisource.org/wiki/' .. sitelink
end
end