Jump to: navigation, search

Module:Sandbox: Difference between revisions

No edit summary
No edit summary
Line 9: Line 9:
         --multisecseparators = '===='
         --multisecseparators = '===='
     })
     })
mw.log(data)
return data;
return data;
end
end
function p.test()
return "Hello"
end
return p

Revision as of 14:40, 10 July 2015

Documentation for this module may be created at Module:Sandbox/doc

local p = {}

function p.bananas( f )
	data = f:callParserFunction( '#dpl', {
        category = 'Recipe using Bundled_Cable',
        -- include = '{Crafting}:' .. table.concat( argList, ':' ),
        --mode = 'userformat',
        --secseparators = '====',
        --multisecseparators = '===='
    })
	
	return data;
end

function p.test()
	return "Hello"	
end

return p


Cookies help us deliver our services. By using our services, you agree to our use of cookies.