Wikidata:WikiProject Pokémon/TODO

Latest comment: 3 years ago by Airon90 in topic Evolutionary lines

This page contains a list of tasks about WikiProject Pokémon to be done. If you want to help, please take a task and complete it. If something is missing and there is consensus about it, please add it (in English).

Seventh generation

edit

The upcoming generation needs to be completed with labels, descriptions and statements as each previous generation. Even if an information is unknown, prepare the statement with an "unknown value".

Here is a list of all Seventh generation Pokémon's items.

SELECT ?item ?itemLabel
WHERE
{
    ?item wdt:P361 wd:Q24260130 .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Try it!

Separate each game couple

edit

Some games from the main series of Pokémon are "coupled": Pokémon Red and Blue, Pokémon Gold and Silver, ...

Some IDs are for single Pokémon games so:

  1. every "coupled" game has to be splitted and every single items has to be created (Pokémon Gold, Pokémon Silver, ...)
  2. in the "coupled" game the property has part(s) (P527) has to be added with the single item as statement
  3. in the single game the property part of (P361) has to be added with the "coupled" item as statement

Here is a list of games that have to be separated:

SELECT ?item ?games
WHERE
{
  ?item wdt:P31 wd:Q7889;
        wdt:P179 wd:Q24558579;
        rdfs:label ?games.

  MINUS {
    ?item wdt:P31 wd:Q7889;
          wdt:P179 wd:Q24558579;
          wdt:P527 ?hasPart.
  }
  MINUS {
    ?item wdt:P31 wd:Q7889;
          wdt:P179 wd:Q24558579;
          wdt:P361 ?partOf.
  }
 
  FILTER(LANG(?games) = "en").
  FILTER(CONTAINS(?games, " and ")).
}
Try it!

Elements

edit

The progression for those tasks are for the first to sixth generations as for now. They need to be done also for the seventh upcoming generation.

Pokémon species individual elements

edit

Label in each language

edit
  •   Done English
  •   Done French

Description in each language

edit
  •   Done English
  •   Done French

Statements

edit

Pokémon species group elements

edit

Create elements about routes and places

edit

A great work is to create routes and places of the regions.

towns and cities
routes
other places

Pokémon location

edit

In order to add information about location of Pokémon you can add present in work (P1441) and add the following property with the specified qualifier:

⟨ subject ⟩ present in work (P1441)   ⟨ Name of Pokémon game ⟩
located in/on physical feature (P706)   ⟨ Route or city ⟩

Pokémon forms, Mega Evolutions and Primal Reversions

edit

Stats differing between forms of a specific Pokémon may be marked like:

⟨ subject ⟩ instance of (P31)   ⟨ Pokémon type (can differ) ⟩
P794 Search ⟨ Form of Pokémon ⟩

Mega evolutionary forms have the item Mega evolution (Q16577590). When specific to one Pokémon, a new item may be created for that form and linked (e.g. Heat Rotom (Q26215112)):

⟨ Ampharos (Q2739040)      ⟩ instance of (P31)   ⟨ dragon-type Pokémon (Q25930759)      ⟩
P794 Search ⟨ Q16577590 ⟩

or

⟨ Rotom (Q2363721)      ⟩ instance of (P31)   ⟨ fire-type Pokémon (Q25930490)      ⟩
P794 Search ⟨ Q26215112 ⟩

Forms

edit
  • Pikachu
    • Pikachu
    • Cosplay Pikachu
    • Pikachu Rock Star
    • Pikachu Belle
    • Pikachu Pop Star
    • Pikachu, Ph. D
    • Pikachu Libre
  • Pichu
    • Pichu
    • Spiky-eared Pichu
  • Unown
  • Castform
    • Normal Form
    • Sunny Form
    • Rainy Form
    • Snowy Form
  • Deoxys
    • Normal Forme
    • Attack Forme
    • Defense Forme
    • Speed Forme
  • Burmy and Wormadam
    • Plant Cloak
    • Sandy Cloak
    • Trash Cloak
  • Cherrim
    • Overcast Form
    • Sunshine Form
  • Shellos and Gastrodon
    • West Sea
    • East Sea
  • Rotom
  • Giratina
    • Altered Forme
    • Origin Forme
  • Shaymin
    • Land Forme
    • Sky Forme
  • Arceus
    • Type-type Arceus
  • Basculin
    • Red-Striped Form
    • Blue-Striped Form
  • Darmanitan
    • Standard Mode
    • Zen Mode
  • Deerling and Sawsbuck
    • Spring Form
    • Summer Form
    • Autumn Form
    • Winter Form
  • Forces of Nature
    • Incarnate Forme
    • Therian Forme
  • Kyurem
    • Normal
    • Black K.
    • White K.
  • Keldeo
    • Ordinary Form
    • Reolute Form
  • Meloetta
    • Aria Forme
    • Pirouette Forme
  • Genesect
    • Normal Genesect
    • Shock Drive Genesect
    • Burn Drive Genesect
    • Chill Drive Genesect
    • Douse Drive Genesect
  • Greninja
    • Normal Greninja
    • Ash-Greninja
  • Vivillon
    • Archipelago
    • Continental
    • Elegant
    • Garden
    • High Plains
    • Icy Snow
    • Jungle
    • Marine
    • Meadow
    • Modern
    • Monsoon
    • Ocean
    • Polar
    • River
    • Sandstorm
    • Savanna
    • Sun
    • Tundra
    • Pokéball
    • Fancy
  • Flabébé, Floette, and Florges
    • Red
    • Orange
    • Yellow
    • Blue
    • White
  • Furfrou
    • Natural Form
    • Heart Trim
    • Star Trim
    • Diamond Trim
    • Debutante Trim
    • Matron Trim
    • Dandy Trim
    • La Reine Trim
    • Kabuki Trim
    • Pharaoh Trim
  • Aegislash
    • Blade Forme
    • Shield Forme
  • TBC...

Alola Forms

edit
  • Vulpix → Alola Vulpix
  • TBC...

Mega Evolutions

edit

Items about mega evoluted Pokémon and mega stones are inserted in Wikidata. Some info must be added to items:

Introduced in X and Y
Introduced in Omega Ruby - Alpha Sapphire

Primal Reversions

edit

Pokémon without egg groups

edit

Here is a list of Pokémon that don't have its egg group(s):

SELECT DISTINCT ?no ?item ?itemLabel WHERE {
  ?item wdt:P31/wdt:P279 wd:Q3966183.
  ?item p:P1112 ?statement .
  ?statement ps:P1112 ?no;
             pq:P642 wd:Q20005020.
  MINUS {
    ?item p:P361/ps:P361/wdt:P279 wd:Q26037540.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
} ORDER BY ?no
Try it!

--★ → Airon 90 08:47, 29 December 2016 (UTC)Reply

TM/HM

edit

Another work is to add the moves contained in each TH/HM in every Pokémon game. Partly, TM01 (Q57170688) has such info. Remember also that this implies that also move items have info about TM/HM (see Mega Punch (Q26156687).

Here is a list of TM:

SELECT ?item ?label WHERE {
  ?item wdt:P31 wd:Q27302068.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
    ?item rdfs:label ?label
  }
}
Try it!

Here is a list of HM:

SELECT ?item ?label WHERE {
  ?item wdt:P31 wd:Q27302078.
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
    ?item rdfs:label ?label
  }
}
Try it!

--★ → Airon 90 07:55, 27 October 2018 (UTC)Reply

Evolutionary lines

edit
SELECT DISTINCT ?item ?itemLabel WHERE {
  ?item wdt:P31/wdt:P279* wd:Q3966183.
  MINUS {
    ?item wdt:P361 ?linevol.
    ?linevol wdt:P31 wd:Q15795637.
  }
  MINUS {
    ?item wdt:P361 wd:Q25707067.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
Try it!

}

Not all Pokémons have their evolutionary line or Pokémon without evolution (Q25707067). This should be fixed. --★ → Airon 90 07:30, 16 August 2020 (UTC)Reply