Anonymous

Module:Attribute ID: Difference between revisions

From ARMS Institute, the ARMS Wiki
no edit summary
No edit summary
No edit summary
Line 24: Line 24:
local pageName
local pageName
     for key, value in pairs(attributedict) do
     for key, value in pairs(attributedict) do
         if string.match(arg1, key) then
         if string.match(attribute, key) then
output = attribute:gsub(key,value)
output = attribute:gsub(key,value)
if output == "None" then
if output == "None" then
704

edits