Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 4:
args = frame.args
if mw.ustring.match(args[1],"%z") then
return "true"▼
else▼
return "false"
▲ else
▲ return "true"
end
end
|