Wikidata:Property proposal/Gamepedia Article ID
Gamepedia Article ID
[edit]Originally proposed at Wikidata:Property proposal/Creative work
Description | Gamepedia Article ID |
---|---|
Data type | External identifier |
Domain | video game character (Q1569167), esports team (Q61974339), fictional location (Q3895768) etc. anything that has an article in Gamepedia |
Allowed values | [a-z0-9\.-]+:[^\:\s]+ (syntax described here) |
Example 1 | |
Example 2 |
wow:Jaina_Proudmoore [2] |
Example 3 |
minecraft:Minecraft [3] |
Example 4 |
lol:CJ_Entus [4] |
Planned use | a lot of items use already use described at URL (P973) to point to Gamepedia pages. these could be automatically replaced |
Number of IDs in source | 277 (see query) |
See also | Fandom article ID (P6262) |
Notified participants of WikiProject Fictional universes
Notified participants of WikiProject Video games
Notified participants of WikiProject Pokémon
Notified participants of WikiProject Star Trek (majority of current Gamepedia links using described at URL (P973) are Star Trek related)
Motivation
[edit]Similar to Fandom (Q17459), Gamepedia often provides in-depth coverage for many topics that are not typically covered by Wikipedia. For entities that exist in Wikipedia/Wikidata it would be useful to link relevant Gamepedia article in a structured way.
Currently 277(query) items currently link to such articles using described at URL (P973).
The motivations for this property are the same as those for Fandom article ID (P6262)(discussion) and as such I have shamelessly borrowed @Shisma:'s layout. :)
Discussion
[edit]- Support --Lewis Hulbert (talk) 11:55, 17 March 2019 (UTC)
- Support David (talk) 06:56, 18 March 2019 (UTC)
- Support --GPSLeo (talk) 11:38, 23 March 2019 (UTC)
- Support Robin van der Vliet (talk) (contribs) 09:16, 25 March 2019 (UTC)
- Comment Hey there, I tried to create your property P6623 (P6623), but you didn't specify an formatter URL (P1630). Is there a working URL that can use this schema? This didn't work: https://www.gamepedia.com/wiki/w:c:$1 --Kristbaum (talk) 21:11, 27 March 2019 (UTC) @ElanHR:
- @Kristbaum, ElanHR: I have nominated the property for deletion, since there does not appear to be a way to create a formatting URL that works for all Gamepedia wikis without having to use toollabs:wikidata-externalid-url. Jc86035 (talk) 12:28, 1 April 2019 (UTC)
- @Kristbaum, ElanHR: I have nominated the property for deletion, since there does not appear to be a way to create a formatting URL that works for all Gamepedia wikis without having to use toollabs:wikidata-externalid-url. Jc86035 (talk) 12:28, 1 April 2019 (UTC)
- Support Catherine Laurence 14:58, 29 March 2019 (UTC)
- Comment More complete version of the SPARQL query below. Jean-Fred (talk) 15:27, 2 April 2019 (UTC)
# All gamepedia URLs
SELECT ?item ?itemLabel (SAMPLE(?typeLabel) as ?nature) ?propertyLabel ?url
WITH {
SELECT ?property WHERE {
?property rdf:type wikibase:Property.
?property wikibase:propertyType wikibase:Url .
}
} AS %properties
WITH {
SELECT ?item ?url ?property WHERE {
INCLUDE %properties .
?property wikibase:directClaim ?wdt.
?item ?wdt ?url.
FILTER regex (STR(?url), "gamepedia.com").
}
} AS %items
WHERE {
INCLUDE %items.
?item wdt:P31 ?type.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
?type rdfs:label ?typeLabel.
?item rdfs:label ?itemLabel.
?property rdfs:label ?propertyLabel.
}
} GROUP BY ?item ?itemLabel ?propertyLabel ?url
@Kristbaum, ElanHR, Lewis Hulbert, ديفيد عادل وهبة خليل 2, GPSLeo, Robin van der Vliet: @Wildly boy, Jean-Frédéric: The formatter URL for P6623 (P6623) now works. Usually Pintoch notifies all of the users in the discussion when he creates a property, but the property was created last week without the usual formalities. Jc86035 (talk) 15:28, 4 April 2019 (UTC)