Main public logs
Combined display of all available logs of PokeHero Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:32, 20 September 2025 Admin talk contribs created page Module:Color (Created page with "local p = {} function p.color(frame) local keyword = frame.args[1] local colType = frame.args[2] if not keyword or not colType then return "Missing keyword or colType" end local key = "pokehero-color-" .. colType local colTable local success, result = pcall(function() return mw.loadData("Module:Color/keywords") end) if success and result then colTable = result else return "Missing Module:...")