Module:Template link general: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(get nowiki working i think)
mNo edit summary
Line 96: Line 96:
for i = 2, 11 do
for i = 2, 11 do
local ii = tostring(i)
local ii = tostring(i)
local val = args[ii]
local val = mw.text.unstripNoWiki(args[ii])
if not _ne(val) then break end
if not _ne(val) then break end
if not _ne(args.yeswiki) then val = nw(val) end
if not _ne(args.yeswiki) then val = nw(val) end