User:Ribose/s/List of moves
This is my attempt at updating the List of moves page so that:
- Two additional columns for Contest Appeal and Contest Jamming for Generation VI.
- Columns are in the same order as the Pokémon pages' learnsets: Move|Type|Cat.|Pwr.|Acc.|PP|Contest|Appeal|Jamming|Gen.
- Columns are allowed to be narrower, like in the learnset tables.
- Generations are colored like on the Move variations page.
If these ideas are heard by anyone, two additional templates for the Appeal/Jamming and Generation column cells would simplify the code that I generated.
Off-hand notes about those two templates (I can't remember if my template code is correct):
Template 1: "appealhearts", makes a label and hearts for Appeal or Jamming.
Example usage 1: {{appealhearts|4}} makes 4 pink hearts labelled "4" for Appeal
Example usage 2: {{appealhearts|2|000}} makes 2 black hearts labelled "2" for Jamming
Example template code: <small>{{{1}}}</small> <span style="color: #{{{2|faa}}}; font-family:monospace;">{{Hearts|{{{1}}}}}</span>
Template 2: "gentable", makes a colored cell like those in the list below representing generation (see Move variations page for reference!) (analogous to {{typetable}}, {{statustable}}, {{contesttable}}).
Example: {{gentable|I}}
Produces (a Kanto-colored cell with "I" in it): | style="text-align:center; background:#{{Kanto color}}" | {{color2|FFFFFF|Generation I|I}}
If something like those templates exists, I'm not aware of it.
I used a local Python script to quickly make these modifications, and I can regenerate the page to make large changes (i.e. to incorporate templates).
Anyway, I might have made a mistake, please tell me if I did. Thanks for reading.
List of moves
This page contains every move in the games in order of their index number and categorized by the generation in which they debuted.