Module:Sandbox/User:BlackHawk/Infobox Profession: Difference between revisions

no edit summary
(Created page with "local Infobox = require('Module:Infobox') local parse = require('Module:Param Parse') function p.main(frame) local args = frame:getParent().args local config = { infobox_name = 'Scenery', } local params = { {name = 'name', func = parse.has_content, smw_property = 'Name'}, {name = 'image', func = parse.image, smw_property = 'Image', smw_func = parse.image_smw, category_incomplete = 'Needs image'}, {name = 'release', func = parse.has_content}, {name = 'p...")
 
No edit summary
Line 6:
local config = {
infobox_name = 'SceneryProfession',
}