Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 14:
--
function p._main( args, baseExcgPage )
-- prefer args[1] but that'll break on exchange /data
-- @todo change the order of these when data is removed fom there
local item = args.name or args[1]
Line 38:
end
-- some extra formatting for non exchange
local div3 = div2:tag('div'):addClass('GEdatachart')
if baseExcgPage then
Line 197:
--
-- A stripped down version of ExcgData
-- Intended for more general usage and avoiding stuff specific to Exchange /Data
--
function p.data( frame )
|