Content deleted Content added
sync from sandbox (adds Wikisource link, if available - see talk) Tag: Reverted |
Undid revision 1022430615 by Pigsonthewing (talk) bug found |
||
Line 512:
local slink_flag = false
local wrap_title = ''
if citeq_args.title then
if slink then
Line 531 ⟶ 520:
end
else
if slink
if slink:lower() == title_display:lower() then
citeq_args.title = '[[' .. slink .. ']]'
Line 538 ⟶ 527:
slink_flag = true
end
else
citeq_args.title = wrap_nowiki(title_display)
Line 546 ⟶ 532:
end
if slink_flag then
if slink == wrap_title
citeq_args.title = '[[' .. slink .. ']]'
else -- piped link
|