Jump to content

Module:Urltowiki and Module:Urltowiki/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
Content deleted Content added
m Wugapodes moved page Module:UrlToWiki to Module:Urltowiki without leaving a redirect: Per requested move Template_talk:Urltowiki#Requested_move_30_October_2019
 
use ~= instead of not ==
 
Line 153: Line 153:
wikitext = interwiki .. ":" .. wikitext
wikitext = interwiki .. ":" .. wikitext
end
end
if fragment and not (args.section == "no") then
if fragment and (args.section ~= "no") then
wikitext = wikitext .. "#" .. fragment
wikitext = wikitext .. "#" .. fragment
end
end