13,398
edits
No edit summary |
No edit summary |
||
Line 411: | Line 411: | ||
end | end | ||
end | end | ||
if currentTitle.namespace == 0 then | if currentTitle.namespace == 0 then | ||
local key = currentTitle.prefixedText | local key = currentTitle.prefixedText | ||
builder:wikitext('[[Category:Location maps with marks outside map and outside parameter not set|' .. key .. ' ]]') | builder:wikitext('[[Category:Location maps with marks outside map and outside parameter not set|' .. key .. ' ]]') | ||
end | end | ||
local mark = args.mark or map('mark') | local mark = args.mark or map('mark') | ||
if mark == '' then | if mark == '' then |
edits