Module:Sandbox/User:Alsang: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
p = {} |
p = {} |
||
function p.main( |
function p.main() |
||
return nil |
|||
local args = frame:getParent().args |
|||
end |
|||
function p.stone() |
|||
return makeTable('stone') |
|||
end |
|||
function p.metal() |
|||
return makeTable('metal') |
|||
end |
|||
function p.bone() |
|||
return makeTable('bone') |
|||
end |
|||
local function makeTable(args) |
|||
local variants = {'Basic','Moderate','Fine','Strong','Superior','Perfect'} |
local variants = {'Basic','Moderate','Fine','Strong','Superior','Perfect'} |