Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 191:
local localOut = ''
local shield = parser({
['route'] = '1',
['state'] = subpage:gsub('.+/', '')
Line 204:
end
local shieldmain = parser({
['route'] = '1',
['state'] = subpage:gsub('.+/', '')
Line 210:
if type(shieldmain) == 'table' then
end
|