Module:Listbox

Revision as of 23:47, June 29, 2014 by Locke (talk | contribs)
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.text.unstrip(
        mw.getCurrentFrame():extensionTag(
            'categorytree', 'Hyrule Warriors Characters',
            {mode = m, hideroot='on', hideprefix='always', showcount='on'}
        )
    )
  return 'hmm'
end

return p