Main public logs
Appearance
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).
- 15:22, 31 August 2025 Admin talk contribs created page Module:Msg/types/doc (Created page with "== Module:Msg/types == This submodule contains translations for all Pokehero types used in the PokeHero wiki. === Structure === The table maps message keys to translations for each language. Example: <pre> return { ["pokehero-types-normal"] = { en = "Normal", fr = "Normal" }, ["pokehero-types-fighting"] = { en = "Fighting", fr = "Combat" }, ["pokehero-types-energy"] = { en = "Energy", fr = "Énergie" } } </pre> * Keys should follow the pattern `poke...")