Module:Listbox

From Zelda Dungeon Wiki
Revision as of 00:01, June 30, 2014 by Locke (talk | contribs)
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.

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

local p = {}

function p.list(frame)
  local cc = mw.getCurrentFrame():extensionTag(
    'categorytree', 'Hyrule Warriors Characters',
    {mode = m, hideroot='on', hideprefix='always', showcount='on'}
  )
  return 'hmm'
end

return p