Module:Listbox

Revision as of 00:11, June 30, 2014 by Locke (talk | contribs) (ok so these aren't working because these functions aren't included in this version of Scribunto. Later versions require later versions of MW. So I guess I'll have to scrap this project for now.)
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 = frame:callParserFunction( '#categorytree', 'Hyrule Warriors Characters' )
  return 'hmm'
end

return p