Module:Sandbox/Aidan9382/Link once: Difference between revisions

Content deleted Content added
do options correctly
x2
Line 87:
 
local function main(frame) -- Template entry point
local args = framerequire('Module:Arguments').argsgetArgs(frame)
return linkOnce(args[1], {
follow_redirects = yesno(args.follow_redirects) or false,