Jump to content

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).

Logs
  • 16:53, 20 September 2025 Admin talk contribs created page Module:Color/keywords/doc (Created page with "== Module:Color/keywords == This submodule contains color codes for keywords used in the PokeHero wiki. === Structure === The table maps keys to color codes for multiple types. Example: <pre> return { ["pokehero-color-normal"] = { color = "A8A878", text = "FFFFFF" }, ["pokehero-color-fighting"] = { color = "B04235", text = "FFFFFF" }, ["pokehero-color-energy"] = { color = "4DBFFA", text = "FFFFFF" }, } </pre> * Keys should follow the pattern <code>poke...")