Module:Color/keywords/doc: Difference between revisions
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..." |
(No difference)
|