Content deleted Content added
dont empty string that |
do options correctly |
||
Line 1:
require("strict")
local yesno = require("Module:Yesno")
local function getWikilinkInfo(wikilink) -- Returns the wikilink's target and everything else
Line 88 ⟶ 89:
local args = frame.args
return linkOnce(args[1], {
follow_redirects = yesno(args.follow_redirects) or false,
})
end
|