View source for Module:ExchangeData
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- <pre>
-- Implements {{ExcgData}}
--
local p = {}
-- required modules
local excg = require( 'Module:Exchange' )
--
-- @param args {table}
-- @param baseExcgPage {boolean} Shouldn't be used by any method here,
-- only used by [[Module:ExchangeDefault]]
--
function p._main( args, baseExcgPage )
-- prefer args[1] but that'll break on exchange /data mw.pages due to the data being the first positional arg
-- @todo change the order of these when data is removed fom there
local item = args.name or args[1]
local div2, div3, div4
000
1:0
Templates used on this page:
- Template:DependencyList (view source)
- Template:Documentation (view source)
- Template:ExcgData (view source)
- Template:ExcgData/doc (view source)
- Template:Extension DPL (view source)
- Template:GEChart (view source)
- Template:GEChart/doc (view source)
- Template:GEData/doc (view source)
- Template:No documentation (view source)
- Template:PageType (view source)
- Module:Array (view source)
- Module:DPLlua (view source)
- Module:DependencyList (view source)
- Module:Documentation (view source)
- Module:ExchangeData (view source)
- Module:ExchangeData/doc (view source)
- Module:Infobox Item (view source)
- Module:Paramtest (view source)
- Module:Tooltip (view source)
- Module:Yesno (view source)
Return to Module:ExchangeData.