Editing Module:Param Parse
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6: | Line 6: | ||
local Infobox = require('Module:Infobox') |
local Infobox = require('Module:Infobox') |
||
local currency = require('Module:Currency').parse |
local currency = require('Module:Currency').parse |
||
local editbutton = require('Module:Edit button') |
|||
local edit = editbutton("'''?''' (edit)") |
|||
local parse = {} |
local parse = {} |
||
Line 534: | Line 532: | ||
return valid_type..'[[Category:'..valid_type..' variants]]' |
return valid_type..'[[Category:'..valid_type..' variants]]' |
||
else |
else |
||
return |
return '[[Category:Invalid variant type]]' |
||
end |
end |
||
return nil |
return nil |