1
0
cms11/config/wikidata/templates.php

117 lines
3.3 KiB
PHP

<?php
return [
'P856' => [
'template' => null,
'title' => 'Site officiel',
],
'P345' => [
'template' => 'https://www.imdb.com/title/%s/',
'title' => 'IMDB',
],
'P1258' => [
'template' => 'https://www.rottentomatoes.com/%s',
'title' => 'Rotten Tomatoes',
],
'P1265' => [
'template' => 'https://www.allocine.fr/film/fichefilm_gen_cfilm=%s.html',
'title' => 'AlloCiné',
],
'P1267' => [
'template' => 'https://www.allocine.fr/series/ficheserie_gen_cserie=%s.html',
'title' => 'AlloCiné',
],
'P1651' => [
'template' => 'https://www.youtube.com/watch?v=%s',
'title' => 'YouTube',
],
'P1712' => [
'template' => 'https://www.metacritic.com/%s',
'title' => 'Metacritic',
],
'P1733' => [
'template' => 'https://store.steampowered.com/app/%s/',
'title' => 'Steam',
],
'P1874' => [
'template' => 'https://www.netflix.com/title/%s',
'title' => 'Netflix',
],
'P2002' => [
'template' => 'https://twitter.com/%s',
'title' => 'X',
],
'P2003' => [
'template' => 'https://www.instagram.com/%s',
'title' => 'Instagram',
],
'P2013' => [
'template' => 'https://www.facebook.com/%s',
'title' => 'facebook',
],
'P2397' => [
'template' => 'https://www.youtube.com/channel/%s',
'title' => 'Chaîne YouTube',
],
'P3984' => [
'template' => 'https://www.reddit.com/r/%s/',
'title' => 'Reddit',
],
'P4013' => [
'template' => 'https://giphy.com/%s',
'title' => 'Giphy',
],
'P4073' => [
'template' => 'https://community.fandom.com/wiki/w:c:%s',
'title' => 'Fandom',
],
'P4477' => [
'template' => 'https://www.humblebundle.com/store/%s',
'title' => 'Humble Store',
],
'P4947' => [
'template' => 'https://www.themoviedb.org/movie/%s',
'title' => 'TMDB',
],
'P4983' => [
'template' => 'https://www.themoviedb.org/tv/%s',
'title' => 'TMDB',
],
'P5749' => [
'template' => 'https://www.amazon.com/dp/%s',
'title' => 'Amazon',
],
'P6262' => [
'template' => 'https://community.fandom.com/wiki/w:c:%s',
'title' => 'Fandom',
],
'P6398' => [
'template' => 'https://itunes.apple.com/us/movie/id%s',
'title' => 'iTunes',
],
'P7595' => [
'template' => 'https://www.disneyplus.com/movies/wd/%s',
'title' => 'Disney+',
],
'P7596' => [
'template' => 'https://www.disneyplus.com/series/wp/%s',
'title' => 'Disney+',
],
'P8055' => [
'template' => 'https://www.amazon.com/gp/video/detail/%s',
'title' => 'Amazon Prime',
],
'P9586' => [
'template' => 'https://tv.apple.com/movie/%s',
'title' => 'Apple TV',
],
'P9751' => [
'template' => 'https://tv.apple.com/show/%s',
'title' => 'Apple TV',
],
'P11460' => [
'template' => 'https://app.plex.tv/desktop/#!/provider/tv.plex.provider.metadata/details?key=/library/metadata/%s',
'title' => 'Plex',
],
];