Jump to: navigation, search

Module:Sandbox: Difference between revisions

(Created page with "local p = {} function p.bananas( f ) data = f:callParserFunction( '#dpl', { category = 'Recipe using Bundled_Cable', -- include = '{Crafting}:' .. table.conc...")
 
No edit summary
Line 10: Line 10:
     })
     })
mw.log(data)
mw.log(data)
return data;
end
end

Revision as of 13:55, 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 = '===='
    })
	mw.log(data)
	
	return data;
end


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