« Module:File » : différence entre les versions

De Pikmin FR
mAucun résumé des modifications
Fxfxfx0 (discussion | contributions)
Correction de quelques erreurs et oublis que j'ai modifié sur l'autre wiki entre temps, ajout de Nintendo Today! et correction d'Pikmin FR en de Pikmin FR
 
(21 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 4 : Ligne 4 :
local result = {}
local result = {}
     local game = frame:getParent().args["game"] or frame:getParent().args["jeu"] or ""
     local game = frame:getParent().args["game"] or frame:getParent().args["jeu"] or "" or nil
local description = frame:getParent().args["description"] or ""
local description = frame:getParent().args["description"] or ""
local type = mw.ustring.lower(frame:getParent().args["type"] or "")
local type = mw.ustring.lower(frame:getParent().args["type"] or "")
Ligne 10 : Ligne 10 :
local user = frame:getParent().args["user"] or frame:getParent().args["utilisateur"] or ""
local user = frame:getParent().args["user"] or frame:getParent().args["utilisateur"] or ""
local source = frame:getParent().args["source"] or nil
local source = frame:getParent().args["source"] or nil
local license = frame:getParent().args["license"] or nil
local license = frame:getParent().args["license"] or frame:getParent().args["licence"] or nil
local resized = frame:getParent().args["resized"] or frame:getParent().args["redimensionné"] or nil
local resized = frame:getParent().args["resized"] or frame:getParent().args["redimensionné"] or nil
local youtube = frame:getParent().args["youtube"] or nil
local youtube = frame:getParent().args["youtube"] or nil
Ligne 16 : Ligne 16 :


function TEXT(X)
function TEXT(X)
local abilityicon = "Icône de bonus"
local amiibo = "amiibo"
local amiibo = "amiibo"
local alternalog = "Histoire d'Alterna"
local album = "Illustration d'album"
local album = "Illustration d'album"
local nmusicthumb= "[[Nintendo Music]] thumbnail"
local nmusicthumb= "Miniature de [[Nintendo Music]]"
local artwork = "Illustration"
local artwork = "Illustration"
         local audio = "Audio"
         local audio = "Audio"
Ligne 27 : Ligne 25 :
local boxart = "Jaquette de jeu"
local boxart = "Jaquette de jeu"
local badgeicon = "Icône de badge"
local badgeicon = "Icône de badge"
local barnsquid = "Barnsquid"
local brandlogo = "Logo de marque"
local brandlogo = "Logo de marque"
local control = "Bouton de manette"
local control = "Bouton de manette"
local controllerphoto = "Photo de manette"
local controllerphoto = "Photo de manette"
local conceptart = "Illustration conceptuelle"
local conceptart = "Illustration conceptuelle"
local challengepromo = "Image promotionnelle de gagnant de [[Match Challenge]]"
local charactericon = "Icône de personnage"
local charactericon = "Icône de personnage"
local characterrender = "Modèle de personnage"
local characterrender = "Modèle de personnage"
local characterart = "Illustration de personnage"
local characterart = "Illustration de personnage"
local clothingicon = "Icône de vêtement"
local clothingicon = "Icône de vêtement"
local creditsartwork = "Illustration venant des crédits"
local creditsartwork = "Illustration provenant des crédits"
         local css = "<span style='color: red'>Cette image est utilisée dans la [[MediaWiki:Common.css|feuille de style CSS]] du site. Ce fichier ne doit pas être déplacé ou modifié sans vérifier au préalable l'impact sur le CSS.</span>"
         local css = "<span style='color: red'>Cette image est utilisée dans la [[MediaWiki:Common.css|feuille de style CSS]] du site. Ce fichier ne doit pas être déplacé ou modifié sans vérifier au préalable l'impact sur le CSS.</span>"
local diagram = "Diagramme"
local diagram = "Diagramme"
Ligne 43 : Ligne 39 :
         local favicon = "Favicon"
         local favicon = "Favicon"
         local flag = "Drapeau"
         local flag = "Drapeau"
local decorationicon = "Icône de décoration"
local gearcloseup = "Gros plan d'équipement"
local clothingcloseup = "Gros plan de vêtement"
local shoecloseup = "Gros plan de chaussure"
local headgearcloseup = "Gros plan d'accessoire"
local gearpromo = "Image promotionnelle d'équipement"
local headgearicon = "Icône d'accessoire"
local icon = "Icône"
local icon = "Icône"
local internetarchive = "Fichier venant de l'Internet Archive"
local internetarchive = "Fichier provenant de l'archive Internet"
local logo = "Logo"
local logo = "Logo"
local lockericon = "Icône de casier"
local language = "Langage"
local language = "Langage"
local line = "Autocallant LINE"
local line = "Autocallant LINE"
local map = "Plan"
local map = "Plan"
local mangascan = "Scan d'un manga"
local mangascan = "Scan d'un manga"
local memcake = "Souvenir Patapoulpe"
local miiverse = "Publication venant de Miiverse"
local miiverse = "Publication venant de Miiverse"
local nsicon = "Élément d'[[icône utilisateur]] de la Nintendo Switch"
local nsicon = "Élément d'[[icône utilisateur]] de la Nintendo Switch"
         local nintendobadgearcade = "Icône de badge de Nintendo Badge Arcade"
         local nintendobadgearcade = "Icône de badge de Nintendo Badge Arcade"
local modeicon = "Icône de mode de jeu"
local modeicon = "Icône de mode de jeu"
local model = "Modèle"
local model = "Modèle provenant d'un jeu"
local merch = "Produit dérivé"
local merch = "Produit dérivé"
local promotional = "Image promotionnelle"
local promotional = "Image promotionnelle"
Ligne 69 : Ligne 56 :
local promoshot = "Capture d'écran promotionnelle"
local promoshot = "Capture d'écran promotionnelle"
local photo = "Photo de la vie réelle"
local photo = "Photo de la vie réelle"
local prerelease = "Image de préproduction"
local prerelease = "Image de pré-lancement"
local pccu = "Gros plans des personnalisations du joueur"
         local person = "Personne de la vie réelle"
         local person = "Personne de la vie réelle"
        local qrcode = "[[QR code]]"
local rating = "Icône de rang"
local rating = "Icône de rang"
local render = "Modélisation"
local render = "Rendu 3D"
local videoscreenshot = "Capture d'écran venant d'une vidéo"
local videoscreenshot = "Capture d'écran venant d'une vidéo"
local texture = "Texture"
local texture = "Texture"
Ligne 81 : Ligne 68 :
local shoeicon = "Icône de chaussure"
local shoeicon = "Icône de chaussure"
local stageicon = "Icône de stage"
local stageicon = "Icône de stage"
local stagemap = "Plan de stage"
local stagemap = "Carte de stage"
local sprite = "Sprite"
local sprite = "Sprite"
local splashtag = "Bannière de splatiquette"
local system = "Image de console"
local sunkenscroll = "Documents"
local splatfestart = "Illustration de festival artwork"
local splatfestteamart = "Illustration de camps de festival"
local splatfestteamtee = "T-shirt festifs de camps de festival"
local splatfesticon = "Icône de festival"
local splatfestwin = "Écran de victoire de festival"
local splatfestpromo = "Image promotionelle de festival"
local stickericon = "Icône de sticker"
local system = "Images de consoles"
        local tableturfcardicon = "Icône de carte de Cartes & Territoire"
        local tableturfcardsleeveicon = "Icône des motifs de Carte & Territoire"
         local titlescreen = "Écran titre"
         local titlescreen = "Écran titre"
local user = "Ce fichier est un fichier utilisé personellement par [[Utilisateur:".. user .."|".. user .."]]."
local user = "Ce fichier est un fichier utilisé personellement par [[Utilisateur:".. user .."|".. user .."]]."
local template = "Image de modèle"  
local template = "Image de modèle"  
local video = "Vidéo"
local video = "Vidéo"
local promovideo = "Vidéo promotionnelle"
local wallpaper = "Fond d'écran"
local wallpaper = "Fond d'écran"
local weaponrender = "Modèle d'arme"
local wiki = "Image de Pikmin FR"
local weaponartwork = "Illustratiopn d'arme"
local weaponicon = "Icône d'arme"
local wiki = "Image d'Inkipédia"
         local main = "Image venant d'un jeu"
         local main = "Image venant d'un jeu"
         local mainimage = "Image venant d'un jeu"
         local mainimage = "Image venant d'un jeu"
        local ilc = "Candidat au concours de logo d'Inkipédia de 2022"
local none = "<span style='color: red'>Erreur : Type invalide, veuillez</span> [[Module:File/doc|consultez la liste des types]]."
local none = "<span style='color: red'>Erreur : Type invalide, veuillez</span> [[Module:File/doc|consultez la liste des types]]."
Ligne 112 : Ligne 85 :
local t = {}
local t = {}
t = {
t = {
['abilityicon'] = abilityicon,
['ability icon'] = abilityicon,
['amiibo'] = amiibo,
['amiibo'] = amiibo,


Ligne 124 : Ligne 94 :
['artwork'] = artwork,
['artwork'] = artwork,
['art work'] = artwork,
['art work'] = artwork,
['illustration'] = artwork,
 
['3d'] = render,
['3d'] = render,
['3dart'] = render,
['3dart'] = render,
Ligne 131 : Ligne 102 :
['render'] = render,
['render'] = render,
['rendering'] = render,
['rendering'] = render,
['rendu'] = render,
['rendu3d'] = render,
['rendu3d'] = render,
['rendu 3d'] = render,
['rendu 3d'] = render,


['alternalog'] = alternalog,
['alterna log'] = alternalog,
['al'] = alternalog,
['anim'] = animated,
['anim'] = animated,
['animated'] = animated,
['animated'] = animated,
Ligne 143 : Ligne 115 :
['animated img'] = animated,
['animated img'] = animated,
['gif'] = animated,
['gif'] = animated,
['animé'] = animated,
['animée'] = animated,
['image animée'] = animated,
['imagenanimée'] = animated,
 
['album'] = album,
['album'] = album,
['albumart'] = album,
['albumart'] = album,
['illustration d\'album'] = album,
['illustrationdalbum'] = album,
['illustrationalbum'] = album,
['illustration album'] = album,
 
['nmusicthumb'] = nmusicthumb,
['nmusicthumb'] = nmusicthumb,
['nmusic'] = nmusicthumb,
['nmusic'] = nmusicthumb,
['nmusicart'] = nmusicthumb,
['nmusicart'] = nmusicthumb,
['illustraionnmusic'] = nmusicthumb,
['vignettenmusic'] = nmusicthumb,
['miniaturenmusic'] = nmusicthumb,
 
['music'] = music,
['music'] = music,
['song'] = music,
['song'] = music,
['songs'] = music,
['songs'] = music,
['musique'] = music,
['chanson'] = music,
['musiques'] = music,
['chansons'] = music,


['audio'] = audio,
['audio'] = audio,
Ligne 159 : Ligne 146 :
['voice clip'] = audio,
['voice clip'] = audio,
['voice'] = audio,
['voice'] = audio,
['son'] = audio,
['voix'] = audio,
 
['box'] = boxart,
['box'] = boxart,
['boxart'] = boxart,
['boxart'] = boxart,
Ligne 165 : Ligne 154 :
['box art'] = boxart,
['box art'] = boxart,
['box artwork'] = boxart,
['box artwork'] = boxart,
 
['jaquette'] = boxart,
['barnsquid'] = barnsquid,
['illustrationdejaquette'] = boxart,
['barn squid'] = barnsquid,
['illustrationjaquette'] = boxart,
['award'] = barnsquid,
['illustration jaquette'] = boxart,
['illustration de jaquette'] = boxart,


['brandlogo'] = brandlogo,
['brandlogo'] = brandlogo,
['brand logo'] = brandlogo,
['brand logo'] = brandlogo,
['bl'] = brandlogo,
['bl'] = brandlogo,
['lm'] = brandlogo,
['logodemarque'] = brandlogo,
['logomarque'] = brandlogo,
['logo marque'] = brandlogo,
['logo de marque'] = brandlogo,


['badgeicon'] = badgeicon,
['badgeicon'] = badgeicon,
['badge icon'] = badgeicon,
['badge icon'] = badgeicon,
['bicon'] = badgeicon,
['bicon'] = badgeicon,
['icônedebadge'] = badgeicon,
['icônebadge'] = badgeicon,
['icône badge'] = badgeicon,
['icône de badge'] = badgeicon,


['conceptart'] = conceptart,
['conceptart'] = conceptart,
Ligne 186 : Ligne 185 :
['earlyart'] = conceptart,
['earlyart'] = conceptart,
['earlyartwork'] = conceptart,
['earlyartwork'] = conceptart,
['illustrationconceptuelle'] = conceptart,
['illustration conceptuelle'] = conceptart,
 
['button'] = control,
['button'] = control,
['buttons'] = control,
['buttons'] = control,
Ligne 193 : Ligne 194 :
['controller button'] = control,
['controller button'] = control,
['joystick'] = control,
['joystick'] = control,
['boutton'] = control,
['mannette'] = control,
['contrôleur'] = control,
 
['controllerphoto'] = controllerphoto,
['controllerphoto'] = controllerphoto,
['controller photo'] = controllerphoto,
['controller photo'] = controllerphoto,
['controlphoto'] = controllerphoto,
['controlphoto'] = controllerphoto,
['control photo'] = controllerphoto,
['control photo'] = controllerphoto,
['photodemanette'] = controllerphoto,
['challengepromo'] = challengepromo,
['photo de manette'] = controllerphoto,
['challenge promo'] = challengepromo,
['photomanette'] = controllerphoto,
['photo manette'] = controllerphoto,
 
['charactericon'] = charactericon,
['charactericon'] = charactericon,
['character icon'] = charactericon,
['character icon'] = charactericon,
['icônedepersonnage'] = charactericon,
['icônepersonnage'] = charactericon,
['icône personnage'] = charactericon,
['icône de personnage'] = charactericon,


['characterrender'] = characterrender,
['characterrender'] = characterrender,
['character render'] = characterrender,
['character render'] = characterrender,
['cr'] = characterrender,
['cr'] = characterrender,
['rendu de personnage'] = characterrender,
['rendudepersonnage'] = characterrender,
['rendupersonnage'] = characterrender,
['rendu personnage'] = characterrender,


            ['css'] = css,
['css'] = css,
            ['site styling'] = css,
['site styling'] = css,
            ['sitestyling'] = css,
['sitestyling'] = css,
['style du site'] = css,
['styledusite'] = css,
['stylesite'] = css,
['style site'] = css,


['characterart'] = characterart,
['characterart'] = characterart,
Ligne 218 : Ligne 235 :
['character artwork'] = characterart,
['character artwork'] = characterart,
['charart'] = characterart,
['charart'] = characterart,
 
['illustration de personnage'] = characterart,
['clothingicon'] = clothingicon,
['illustrationdepersonnage'] = characterart,
['clothing icon'] = clothingicon,
['illustrationpersonnage'] = characterart,
['ci'] = clothingicon,
['illustration personnage'] = characterart,


['creditsartwork'] = creditsartwork,
['creditsartwork'] = creditsartwork,
Ligne 228 : Ligne 245 :
['credits art'] = creditsartwork,
['credits art'] = creditsartwork,
['credart'] = creditsartwork,
['credart'] = creditsartwork,
['illustrationdescrédits'] = creditsartwork,
['illustrationcrédits'] = creditsartwork,
['illustration crédits'] = creditsartwork,
['illustration des crédits'] = creditsartwork,


['diagram'] = diagram,
['diagram'] = diagram,
Ligne 233 : Ligne 254 :
['graphs'] = diagram,
['graphs'] = diagram,
['chart'] = diagram,
['chart'] = diagram,
['diagramme'] = diagram,
['graphique'] = diagram,
['tableau'] = diagram,


['emoteicon'] = emoteicon,
['emoteicon'] = emoteicon,
['emote icon'] = emoteicon,
['emote icon'] = emoteicon,
['emoticon'] = emoteicon,
['emoticon'] = emoteicon,
['icône d\'émote'] = emoteicon,
['icônedémote'] = emoteicon,
['icône émote'] = emoteicon,
['icôneémote'] = emoteicon,
 
['favoriteicon'] = favicon,
['favoriteicon'] = favicon,
['favorite icon'] = favicon,
['favorite icon'] = favicon,
['favouriteicon'] = favicon,
['favouriteicon'] = favicon,
['favourite icon'] = favicon,
['favourite icon'] = favicon,
            ['favicon'] = favicon,
['favicon'] = favicon,
           
['icône favorite'] = favicon,
            ['flag'] = flag,
['icônefavorite'] = favicon,


['decorationicon'] = decorationicon,
['flag'] = flag,
['decoration icon'] = decorationicon,
['drapeau'] = flag,
['decorations'] = decorationicon,
['decor icon'] = decorationicon,
['decoricon'] = decorationicon,


['gearcloseup'] = gearcloseup,
['gear close up'] = gearcloseup,
['gear close-up'] = gearcloseup,
['gear closeup'] = gearcloseup,
['gcu'] = gearcloseup,
['gear'] = gearcloseup,
['headgearcloseup'] = headgearcloseup,
['headgear close up'] = headgearcloseup,
['headgear close-up'] = headgearcloseup,
['headgear closeup'] = headgearcloseup,
['hcu'] = headgearcloseup,
['shoecloseup'] = shoecloseup,
['shoe close up'] = shoecloseup,
['shoe close-up'] = shoecloseup,
['shoe closeup'] = shoecloseup,
['scu'] = shoecloseup,
['clothingcloseup'] = clothingcloseup,
['clothing close up'] = clothingcloseup,
['clothing close-up'] = clothingcloseup,
['clothing closeup'] = clothingcloseup,
['ccu'] = clothingcloseup,
['gearpromo'] = gearpromo,
['gear promo'] = gearpromo,
['gear promotional'] = gearpromo,
['gp'] = gearpromo,
['headgearicon'] = headgearicon,
['headgear icon'] = headgearicon,
['hi'] = headgearicon,
['ico'] = icon,
['ico'] = icon,
['icon'] = icon,
['icon'] = icon,
['icons'] = icon,
['icons'] = icon,
['icône'] = icon,
 
['internetarchive'] = internetarchive,
['internetarchive'] = internetarchive,
['archive'] = internetarchive,
['archive'] = internetarchive,
['archiveinternet'] = internetarchive,
 
['logo'] = logo,
['logo'] = logo,
['logomark'] = logo,
['logomark'] = logo,
Ligne 299 : Ligne 292 :
['wordmark'] = logo,
['wordmark'] = logo,


            ['language'] = language,
['language'] = language,
            ['lang'] = language,
['lang'] = language,
['langage'] = language,
 
['map'] = map,
['map'] = map,
['maps'] = map,
['maps'] = map,
['carte'] = map,
['cartes'] = map,


['mangascan'] = mangascan,
['mangascan'] = mangascan,
['mangapage'] = mangascan,
['mangapage'] = mangascan,
 
['pagemanga'] = mangascan,
['lockericon'] = lockericon,
['page manga'] = mangascan,
['locker icon'] = lockericon,
['page de manga'] = mangascan,
['locker'] = lockericon,
['pagedemanga'] = mangascan,
 
['memcake'] = memcake,
['mem cake'] = memcake,


['miiverse'] = miiverse,
['miiverse'] = miiverse,


            ['main'] = main,
['main'] = main,
            ['mainimage'] = mainimage,
['mainimage'] = mainimage,
            ['mainimages'] = mainimage,
['mainimages'] = mainimage,
['principal'] = mainimage,
['image principale'] = mainimage,
['imageprincipale'] = mainimage,
['images principales'] = mainimage,


['line'] = line,
['line'] = line,
['LINE'] = line,
['LINE'] = line,
['line sticker'] = line,
['line sticker'] = line,
['autocollant line'] = line,


['modeicon'] = modeicon,
['modeicon'] = modeicon,
['mode icon'] = modeicon,
['mode icon'] = modeicon,
['mi'] = modeicon,
['mi'] = modeicon,
['icône de mode'] = modeicon,
['icônedemode'] = modeicon,
['icône mode'] = modeicon,
['icônemode'] = modeicon,


['3dmodel'] = model,
['3dmodel'] = model,
Ligne 333 : Ligne 335 :
['model'] = model,
['model'] = model,
['models'] = model,
['models'] = model,
['modèle 3d'] = model,
['modèle 3D'] = model,
['modèle3d'] = model,
['modele 3d'] = model,
['modele 3D'] = model,
['modele3d'] = model,


['merch'] = merch,
['merch'] = merch,
['merchandise'] = merch,
['merchandise'] = merch,
['toy'] = merch,
['toy'] = merch,
['jouet'] = merch,
['produit dérivé'] = merch,
['produitdérivé'] = merch,


            ['nsicon'] = nsicon,
['nsicon'] = nsicon,
            ['nsoicon'] = nsicon,
['nsoicon'] = nsicon,
            ['nsoiconpart'] = nsicon,
['nsoiconpart'] = nsicon,
            ['nso icon'] = nsicon,
['nso icon'] = nsicon,
            ['nso icon part'] = nsicon,
['nso icon part'] = nsicon,
            ['nintendo switch online icon'] = nsicon,
['nintendo switch online icon'] = nsicon,
            ['nintendo switch online icon part'] = nsicon,
['nintendo switch online icon part'] = nsicon,
['icônenso'] = nsicon,
['icônens'] = nsicon,
['icône nso'] = nsicon,
['icône nintendo switch online'] = nsicon,
 
['nintendobadgearcade'] = nintendobadgearcade,
['nintendo badge arcade'] = nintendobadgearcade,
['nba'] = nintendobadgearcade,
['nintendobadge'] = nintendobadgearcade,
['nintendo badge']= nintendobadgearcade,


            ['nintendobadgearcade'] = nintendobadgearcade,
            ['nintendo badge arcade'] = nintendobadgearcade,
            ['nba'] = nintendobadgearcade,
            ['nintendobadge'] = nintendobadgearcade,
            ['nintendo badge']= nintendobadgearcade,
['photo'] = photo,
['photo'] = photo,
['photos'] = photo,
['photos'] = photo,
Ligne 357 : Ligne 372 :
['reallife'] = photo,
['reallife'] = photo,
['real life'] = photo,
['real life'] = photo,
['vie réelle'] = photo,
['vieréelle'] = photo,
['photographie'] = photo,


['promotional'] = promotional,
['promotional'] = promotional,
Ligne 362 : Ligne 380 :
['advertisement'] = promotional,
['advertisement'] = promotional,
['ad'] = promotional,
['ad'] = promotional,
['promotionnel'] = promotional,
['pub'] = promotional,


            ['person'] = person,
['person'] = person,
            ['real person'] = person,
['real person'] = person,
            ['human person'] = person,
['human person'] = person,
            ['people'] = person,
['people'] = person,
            ['real people'] = person,
['real people'] = person,
['personne'] = person,
['personne réelle'] = person,
['personnes'] = person,
['personne réelles'] = person,


['promoshot'] = promoshot,
['promoshot'] = promoshot,
['promotional screenshot'] = promoshot,
['promotional screenshot'] = promoshot,
['promo screenshot'] = promoshot,
['promo screenshot'] = promoshot,
['capture d\'écran promotionnelle'] = promoshot,
['promocaptureécran'] = promoshot,


['promoart'] = promoart,
['promoart'] = promoart,
Ligne 379 : Ligne 405 :
['Promotional Artwork'] = promoart,
['Promotional Artwork'] = promoart,
['Promo Artwork'] = promoart,
['Promo Artwork'] = promoart,
['illustration promotionnelle'] = promoart,


['prerelease'] = prerelease,
['prerelease'] = prerelease,
Ligne 384 : Ligne 411 :
['p-r'] = prerelease,
['p-r'] = prerelease,
['beta'] = prerelease,
['beta'] = prerelease,
['pré-lancement'] = prerelease,
['prélancement'] = prerelease,
['qr'] = qrcode,
['qrcode'] = qrcode,


['pccu'] = pccu,
['player customization'] = pccu,
['player customization close up'] = pccu,
['player customization close-up'] = pccu,
['inkling customization'] = pccu,
['rating'] = rating,
['rating'] = rating,
['ratings'] = rating,
['ratings'] = rating,
['rareté'] = rating,
 
['prtscr'] = screenshot,
['prtscr'] = screenshot,
['printscreen'] = screenshot,
['printscreen'] = screenshot,
Ligne 402 : Ligne 429 :
['scrshot'] = screenshot,
['scrshot'] = screenshot,
['screen shot'] = screenshot,
['screen shot'] = screenshot,
['capture d\'écran'] = screenshot,
['captured\'écran'] = screenshot,
['capturedécran'] = screenshot,
['captureécran'] = screenshot,
            ['capture écran'] = screenshot,


['videoscreenshot'] = videoscreenshot,
['videoscreenshot'] = videoscreenshot,
['video screenshot'] = videoscreenshot,
['video screenshot'] = videoscreenshot,
['capture d\'écran de vidéo'] = videoscreenshot,
['captureécranvidéo'] = videoscreenshot,


            ['team'] = team,
['team'] = team,
            ['teams'] = team,
['teams'] = team,
            ['competitive'] = team,
['competitive'] = team,
['équipes'] = team,
['équipe'] = team,
['compétitif'] = team,


['template'] = template,
['template'] = template,
['modèle'] = template,
['modele'] = template,


['texture'] = texture,
['texture'] = texture,
 
['pixelart'] = sprite,
['pixelart'] = sprite,
['pixel art'] = sprite,
['pixel art'] = sprite,
Ligne 422 : Ligne 461 :
['scanned'] = scan,
['scanned'] = scan,
['scans'] = scan,
['scans'] = scan,
['scanné'] = scan,
 
['sys'] = system,
['sys'] = system,
['system'] = system,
['system'] = system,
Ligne 430 : Ligne 470 :
['switch'] = system,
['switch'] = system,
['wiiu'] = system,
['wiiu'] = system,
['système'] = system,


['shoeicon'] = shoeicon,
['titlescreen'] = titlescreen,
['shoe icon'] = shoeicon,
['title screen'] = titlescreen,
 
['title'] = titlescreen,
['stageicon'] = stageicon,
['titre'] = titlescreen,
['stage icon'] = stageicon,
['écran titre'] = titlescreen,
 
['écran de titre'] = titlescreen,
['stagemap'] = stagemap,
['écrantitre'] = titlescreen,
['stage map'] = stagemap,
 
['splashtag'] = splashtag,
['splashtag banner'] = splashtag,
 
['sunkenscroll'] = sunkenscroll,
['sunken scroll'] = sunkenscroll,
 
['splatfestart'] = splastfestart,
['splatfest art'] = splatfestart,
['splatfest artwork'] = splatfestart,
['splatfestartwork'] = splatfestart,
['sa'] = splatfestart,
 
['splatfestteamart'] = splatfestteamart,
['splatfest team art'] = splatfestteamart,
['splatfest team artwork'] = splatfestteamart,
['splatfestteamartwork'] = splatfestteamart,
['splatfestteam'] = splatfestteamart,
['splatfest team'] = splatfestteamart,
['st'] = splatfestteamart,
['sta'] = splatfestteamart,
 
['splatfestteamtee'] = splatfestteamtee,
['splatfest team tee'] = splatfestteamtee,
['splatfesttee'] = splatfestteamtee,
['splatfest tee'] = splatfestteamtee,
['stt'] = splatfestteamtee,
 
['splatfesticon'] = splatfesticon,
['splatfest icon'] = splatfesticon,
['si'] = splatfesticon,
 
['splatfestwin'] = splatfestwin,
['splatfest win'] = splatfestwin,
['splatfest victory'] = splatfestwin,
['splatfest winner'] = splatfestwin,
['sw'] = splatfestwin,
 
['splatfestpromo'] = splatfestpromo,
['splatfest promotional'] = splatfestpromo,
['sfp'] = splatfestpromo,
 
['stickericon'] = stickericon,
['sticker icon'] = stickericon,
 
            ['tableturfcardicon'] = tableturfcardicon,
            ['tableturfbattlecardicon'] = tableturfcardicon,
            ['tableturf card icon'] = tableturfcardicon,
            ['tableturf battle card icon'] = tableturfcardicon,
            ['tableturf icon'] = tableturfcardicon,
            ['tableturf battle icon'] = tableturfcardicon,
           
            ['tableturfcardsleeveicon'] = tableturfcardsleeveicon,
            ['tableturfbattlecardsleeveicon'] = tableturfcardsleeveicon,
            ['tableturf card sleeve icon'] = tableturfcardsleeveicon,
            ['tableturf battle card sleeve icon'] = tableturfcardsleeveicon,
 
            ['titlescreen'] = titlescreen,
            ['title screen'] = titlescreen,
            ['title'] = titlescreen,


['personal'] = user,
['personal'] = user,
Ligne 506 : Ligne 486 :
['userimg'] = user,
['userimg'] = user,
['user image'] = user,
['user image'] = user,
['personnel'] = user,
['image personnelle'] = user,
['personnelle'] = user,
['utilisateur'] = user,
['image utilisateur'] = user,
 
['video'] = video,
['video'] = video,
['videos'] = video,
['videos'] = video,
['vidéo'] = video,
['inkipedia'] = wiki,
['vidéos'] = video,
 
['promo video'] = promovideo,
['promo vidéo'] = promovideo,
['promotional video'] = promovideo,
['promovideo'] = promovideo,
['promovideos'] = promovideo,
 
['pikmin-fr'] = wiki,
['wiki'] = wiki,
['wiki'] = wiki,
['pikminfr'] = wiki,


['wallpaper'] = wallpaper,
['wallpaper'] = wallpaper,
Ligne 517 : Ligne 511 :
['screensaver'] = wallpaper,
['screensaver'] = wallpaper,
['background'] = wallpaper,
['background'] = wallpaper,
 
['fond d\'écran'] = wallpaper,
['weaponrender'] = weaponrender,
['fond\'écran'] = wallpaper,
['weapon render'] = weaponrender,
['fondécran'] = wallpaper,
['weapon model'] = weaponrender,
['fonddécran'] = wallpaper,
 
['weaponartwork'] = weaponartwork,
['weaponart'] = weaponartwork,
['weapon art'] = weaponartwork,
['weapon artwork'] = weaponartwork,
 
['weaponicon'] = weaponicon,
['weapon icon'] = weaponicon,
 
            ['ilc'] = ilc,
            ['ilc2022'] = ilc,
            ['logo contest'] = ilc,
            ['Inkipedia Logo Contest 2022'] = ilc,
            ['inkipedia logo contest 2022'] = ilc,
            ['Inkipedia Logo Contest'] = ilc,
            ['inkipedia logo contest'] = ilc,
    }
    }
Ligne 546 : Ligne 524 :
function CAT(X,Y)
function CAT(X,Y)
if Y == true then Y = " de "..game else Y = "" end
if game == "Octo Expansion" then
local abilityicon = "[[Category:".. Y .."ability icons]]"
            Y = ' de l\'Octo Expansion '
local amiibo = "[[Category:".. Y .."amiibo]]"
        elseif game == "Octacanyon" then
local album = "[[Category:".. Y .."album artwork]]"
            Y = ' de l\'Octacanyon '
local nmusicthumb = "[[Category:Nintendo Music thumbnails]]"
        elseif game == "Octavallée" then
            Y = ' de l\'Octavallée '
        elseif game == "La Tour de l'Ordre" then
            Y = ' de la Tour de l\'Ordre '
        elseif game == "Tour de l'Ordre" then
            Y = ' de la Tour de l\'Ordre '
        elseif game == "Le retour des mammifériens" then
            Y = ' du retour des mammifériens '
        elseif game == "Retour des mammifériens" then
            Y = ' du retour des mammifériens '
        elseif game ~= "" then
        Y = ' de ' .. game
        else
        Y = ""
        end
local amiibo = "[[Category:amiibo".. Y .."]]"
local album = "[[Category:Illustrations d'albums".. Y .."]]"
local nmusicthumb = "[[Category:Miniatures de Nintendo Music]]"
local artwork = "[[Category:Illustrations".. Y .."]]"
local artwork = "[[Category:Illustrations".. Y .."]]"
local alternalog = "[[Category:".. Y .."Alterna Logs images]]"
local animated = "[[Category:Images animées".. Y .."]]"
local animated = "[[Category:".. Y .."animated images]]"
local music = "[[Category:Musique".. Y .."]]"
local music = "[[Category:".. Y .."music]]"
local audio = "[[Category:Audio".. Y .."]]"
local audio = "[[Category:".. Y .."audio]]"
local boxart = "[[Category:Illustrations de jaquettes".. Y .."]]"
local boxart = "[[Category:".. Y .."box artwork]]"
local control = "[[Category:Icônes de manettes".. Y .."]]"
local badgeicon = "[[Category:Icônes de badges".. Y .."]]"
         local controllerphoto = "[[Category:Photos de manettes".. Y .."]]"
local barnsquid = "[[Category:Barnsquids]]"
         local conceptart = "[[Category:Illustrations conceptuelles".. Y .."]]"
local brandlogo = "[[Category:".. Y .."brand logos]]"
         local charactericon = "[[Category:Icônes de personnages".. Y .."]]"
local control = "[[Category:".. Y .."controller icons]]"
         local characterrender = "[[Category:Rendus de personnages".. Y .."]]"
         local controllerphoto = "[[Category:".. Y .."Controller photos]]"
local characterart = "[[Category:Illustrations de personnages".. Y .."]]"
         local conceptart = "[[Category:".. Y .."concept artwork]]"
local creditsartwork = "[[Category:Illustrations des crédits".. Y .."]]"
local clothingicon = "[[Category:".. Y .."clothing icons]]"
local challengepromo = "[[Category:".. Y .."Challenge winner promotional images]]"
         local charactericon = "[[Category:".. Y .."character icons]]"
         local characterrender = "[[Category:".. Y .."character renders]]"
local characterart = "[[Category:".. Y .."character artwork]]"
local creditsartwork = "[[Category:".. Y .."credits artwork]]"
         local css = "[[Category:Images utilisées dans le style du site]]"
         local css = "[[Category:Images utilisées dans le style du site]]"
local diagram = "[[Category:".. Y .."diagrams]]"
local diagram = "[[Category:Diagrammes".. Y .."]]"
local emoteicon = "[[Category:".. Y .."emote icons]]"
local icon = "[[Category:Icônes".. Y .."]]"
local decorationicon = "[[Category:".. Y .."decoration icons]]"
local gearpromo = "[[Category:".. Y .."gear promos]]"
local gearcloseup = "[[Category:".. Y .."gear close-ups]]"
local headgearcloseup = "[[Category:".. Y .."headgear close-ups]]"
local clothingcloseup = "[[Category:".. Y .."clothing close-ups]]"
local shoecloseup = "[[Category:".. Y .."shoe close-ups]]"
        local headgearicon = "[[Category:".. Y .."headgear icons]]"
local icon = "[[Category:".. Y .."icons]]"
         local internetarchive = "[[Category:Fichiers d'archives Internet]]"
         local internetarchive = "[[Category:Fichiers d'archives Internet]]"
local flag = "[[Category:".. Y .."flags]]"
local flag = "[[Category:Drapeaux".. Y .."]]"
local favicon = "[[Category:Favicons]]"
local favicon = "[[Category:Favicons]]"
local logo = "[[Category:".. Y .."logos]]"
local logo = "[[Category:Logos".. Y .."]]"
local lockericon = "[[Category:".. Y .."locker icons]]"
local line = "[[Category:Autocollants LINE".. Y .."]]"
local line = "[[Category:".. Y .."LINE stickers]]"
local main = "[[Category:".. Y .."]]"
local main = "[[Category:".. Y .."]]"
local mainimage = "[[Category:".. Y .."images]]"
local mainimage = "[[Category:Images".. Y .."]]"
local miiverse = "[[Category:".. Y .."Miiverse posts]]"
local miiverse = "[[Category:Posts Miiverse".. Y .."]]"
local memcake = "[[Category:".. Y .."Mem cakes]]"
local mangascan = "[[Category:Scans du manga".. Y .."]]"
local mangascan = "[[Category:".. Y .."manga scans]]"
local map = "[[Category:Cartes".. Y .."]]"
local map = "[[Category:".. Y .."maps]]"
local language = "[[Category:Langue]]"
local language = "[[Category:Langue]]"
local modeicon = "[[Category:".. Y .."mode icons]]"
local model = "[[Category:Modèles".. Y .."]]"
local model = "[[Category:".. Y .."models]]"
         local nintendobadgearcade = "[[Category:Icônes des badges dans Nintendo Badge Arcade]]"
         local nintendobadgearcade = "[[Category:Icônes des badges dans Nintendo Badge Arcade]]"
         local nsicon = "[[Category:".. Y .."Nintendo Switch icon parts]]"
         local nsicon = "[[Category:Icônes de profil".. Y .." sur la Nintendo Switch]]"
local merch = "[[Category:".. Y .."merchandise images]]"
local merch = "[[Category:Images de produits dérivés".. Y .."]]"
local promotional = "[[Category:Images promotionnelles".. Y .."]]"
local promotional = "[[Category:Images promotionnelles".. Y .."]]"
local promoshot = "[[Category:Captures d'écran promotionnelles".. Y .."]]"
local promoshot = "[[Category:Captures d'écran promotionnelles".. Y .."]]"
local promoart = "[[Category:Illustrations promotionnelles".. Y .."]]"
local promoart = "[[Category:Illustrations promotionnelles".. Y .."]]"
local prerelease = "[[Category:".. Y .."pre-release images]]"
local prerelease = "[[Category:Images pré-lancement".. Y .."]]"
local photo = "[[Category:".. Y .."real life images]]"
local photo = "[[Category:Images".. Y .." provenant de la vie réelle]]"
local pccu = "[[Category:".. Y .."player customization close-ups]]"
         local person = "[[Category:Personnes de la vie réelle]]"
         local person = "[[Category:Personnes de la vie réelle]]"
        local qrcode = "[[Category:QR codes".. Y .."]]"
local rating = "[[Category:".. Y .."rating icons]]"
local rating = "[[Category:".. Y .."rating icons]]"
local scan = "[[Category:".. Y .."scans]]"
local scan = "[[Category:Scans".. Y .."]]"
local screenshot = "[[Category:Captures d'écran".. Y .."]]"
local screenshot = "[[Category:Captures d'écran".. Y .."]]"
local shoeicon = "[[Category:".. Y .."shoe icons]]"
local sprite = "[[Category:Sprites".. Y .."]]"
local stageicon = "[[Category:".. Y .."stage icons]]"
local stagemap = "[[Category:".. Y .."stage maps]]"
local sprite = "[[Category:".. Y .."sprites]]"
local system = "[[Category:Consoles]]"
local system = "[[Category:Consoles]]"
local splashtag = "[[Category:".. Y .."Splashtag banners]]"
local videoscreenshot = "[[Category:Captures d'écran de vidéos".. Y .."]]"
local sunkenscroll = "[[Category:".. Y .."Sunken Scrolls]]"
local render = "[[Category:Rendus".. Y .."]]"
local splatfestart = "[[Category:".. Y .."Splatfest artwork]]"
local texture = "[[Category:Textures".. Y .."]]"
local splatfestteamart = "[[Category:".. Y .."Splatfest team artwork]]"
local splatfestteamtee = "[[Category:".. Y .."Splatfest team tees]]"
local splatfesticon = "[[Category:".. Y .."Splatfest icons]]"
local videoscreenshot = "[[Category:".. Y .."video screenshots]]"
local splatfestwin = "[[Category:".. Y .."Splatfest win screens]]"
local splatfestpromo = "[[Category:".. Y .."Splatfest promo images]]"
local stickericon = "[[Category:".. Y .."sticker icons]]"
local render = "[[Category:".. Y .."renders]]"
        local tableturfcardicon = "[[Category:".. Y .."Tableturf Battle card icons]]"
        local tableturfcardsleeveicon = "[[Category:".. Y .."Tableturf Battle card sleeve icons]]"
local texture = "[[Category:".. Y .."textures]]"
local user = "[[Category:Fichiers utilisateur]]"
local user = "[[Category:Fichiers utilisateur]]"
local template = "[[Category:".. Y .."Template images]]"
local template = "[[Category:Images de modèles".. Y .."]]"
local team = "[[Category:".. Y .."Teams]]"
local team = "[[Category:Équipes".. Y .."]]"
         local titlescreen = "[[Category:".. Y .."title screens]]"
         local titlescreen = "[[Category:Écrans titre".. Y .."]]"
local video = "[[Category:vidéos".. Y .."]]"
local video = "[[Category:Vidéos".. Y .."]]"
local wiki = "[[Category:Images d'Inkipédia]]"
local promovideo = "[[Category:Vidéos promotionnelles".. Y .."]]"
local weaponrender = "[[Category:".. Y .."weapon renders]]"
local wiki = "[[Category:Images de Pikmin FR]]"
local wallpaper = "[[Category:".. Y .."wallpapers]]"
local wallpaper = "[[Category:Fonds d'écran".. Y .."]]"
local weaponartwork = "[[Category:".. Y .."weapon artwork]]"
local weaponicon = "[[Category:".. Y .."weapon icons]]"
        local ilc = "[[Category:Concours de logo d'Inkipedia 2022]]"
local none = "[[Category:Fichiers avec types invalides]]"
local none = "[[Category:Fichiers avec types invalides]]"
local t = {}
local t = {}
t = {
t = {
['abilityicon'] = abilityicon,
['ability icon'] = abilityicon,
['amiibo'] = amiibo,
['amiibo'] = amiibo,


Ligne 654 : Ligne 612 :
['artwork'] = artwork,
['artwork'] = artwork,
['art work'] = artwork,
['art work'] = artwork,
['illustration'] = artwork,
 
['3d'] = render,
['3d'] = render,
['3dart'] = render,
['3dart'] = render,
Ligne 661 : Ligne 620 :
['render'] = render,
['render'] = render,
['rendering'] = render,
['rendering'] = render,
['rendu'] = render,
['rendu3d'] = render,
['rendu3d'] = render,
['rendu 3d'] = render,
['rendu 3d'] = render,


['alternalog'] = alternalog,
['alterna log'] = alternalog,
['al'] = alternalog,
['badgeicon'] = badgeicon,
['badge icon'] = badgeicon,
['bicon'] = badgeicon,
['anim'] = animated,
['anim'] = animated,
['animated'] = animated,
['animated'] = animated,
Ligne 677 : Ligne 633 :
['animated img'] = animated,
['animated img'] = animated,
['gif'] = animated,
['gif'] = animated,
['animé'] = animated,
['animée'] = animated,
['image animée'] = animated,
['imagenanimée'] = animated,
 
['album'] = album,
['album'] = album,
['albumart'] = album,
['albumart'] = album,
['illustration d\'album'] = album,
    ['nmusicthumb'] = nmusicthumb,
['illustrationdalbum'] = album,
['illustrationalbum'] = album,
['illustration album'] = album,
 
['nmusicthumb'] = nmusicthumb,
['nmusic'] = nmusicthumb,
['nmusic'] = nmusicthumb,
['nmusicart'] = nmusicthumb,
['nmusicart'] = nmusicthumb,
['illustraionnmusic'] = nmusicthumb,
['vignettenmusic'] = nmusicthumb,
['miniaturenmusic'] = nmusicthumb,
 
['music'] = music,
['music'] = music,
['song'] = music,
['song'] = music,
['songs'] = music,
['songs'] = music,
['musique'] = music,
['chanson'] = music,
['musiques'] = music,
['chansons'] = music,


['audio'] = audio,
['audio'] = audio,
Ligne 693 : Ligne 664 :
['voice clip'] = audio,
['voice clip'] = audio,
['voice'] = audio,
['voice'] = audio,
['son'] = audio,
['voix'] = audio,


['emoteicon'] = emoteicon,
['emote icon'] = emoteicon,
['emoticon'] = emoteicon,
['favoriteicon'] = favicon,
['favorite icon'] = favicon,
['favouriteicon'] = favicon,
['favourite icon'] = favicon,
            ['favicon'] = favicon,
            ['flag'] = flag,
['box'] = boxart,
['box'] = boxart,
['boxart'] = boxart,
['boxart'] = boxart,
Ligne 711 : Ligne 672 :
['box art'] = boxart,
['box art'] = boxart,
['box artwork'] = boxart,
['box artwork'] = boxart,
 
['jaquette'] = boxart,
['barnsquid'] = barnsquid,
['illustrationdejaquette'] = boxart,
['barn squid'] = barnsquid,
['illustrationjaquette'] = boxart,
['award'] = barnsquid,
['illustration jaquette'] = boxart,
['illustration de jaquette'] = boxart,


['brandlogo'] = brandlogo,
['brandlogo'] = brandlogo,
['brand logo'] = brandlogo,
['brand logo'] = brandlogo,
['bl'] = brandlogo,
['bl'] = brandlogo,
['lm'] = brandlogo,
['logodemarque'] = brandlogo,
['logomarque'] = brandlogo,
['logo marque'] = brandlogo,
['logo de marque'] = brandlogo,
['badgeicon'] = badgeicon,
['badge icon'] = badgeicon,
['bicon'] = badgeicon,
['icônedebadge'] = badgeicon,
['icônebadge'] = badgeicon,
['icône badge'] = badgeicon,
['icône de badge'] = badgeicon,


['conceptart'] = conceptart,
['conceptart'] = conceptart,
Ligne 728 : Ligne 703 :
['earlyart'] = conceptart,
['earlyart'] = conceptart,
['earlyartwork'] = conceptart,
['earlyartwork'] = conceptart,
['illustrationconceptuelle'] = conceptart,
['illustration conceptuelle'] = conceptart,
 
['button'] = control,
['button'] = control,
['buttons'] = control,
['buttons'] = control,
Ligne 735 : Ligne 712 :
['controller button'] = control,
['controller button'] = control,
['joystick'] = control,
['joystick'] = control,
['boutton'] = control,
['mannette'] = control,
['contrôleur'] = control,
 
['controllerphoto'] = controllerphoto,
['controllerphoto'] = controllerphoto,
['controller photo'] = controllerphoto,
['controller photo'] = controllerphoto,
['controlphoto'] = controllerphoto,
['controlphoto'] = controllerphoto,
['control photo'] = controllerphoto,
['control photo'] = controllerphoto,
['photodemanette'] = controllerphoto,
['challengepromo'] = challengepromo,
['photo de manette'] = controllerphoto,
['challenge promo'] = challengepromo,
['photomanette'] = controllerphoto,
['photo manette'] = controllerphoto,


['charactericon'] = charactericon,
['charactericon'] = charactericon,
['character icon'] = charactericon,
['character icon'] = charactericon,
['icônedepersonnage'] = charactericon,
['icônepersonnage'] = charactericon,
['icône personnage'] = charactericon,
['icône de personnage'] = charactericon,


['characterrender'] = characterrender,
['characterrender'] = characterrender,
['character render'] = characterrender,
['character render'] = characterrender,
['cr'] = characterrender,
['cr'] = characterrender,
['rendu de personnage'] = characterrender,
['rendudepersonnage'] = characterrender,
['rendupersonnage'] = characterrender,
['rendu personnage'] = characterrender,
['css'] = css,
['site styling'] = css,
['sitestyling'] = css,
['style du site'] = css,
['styledusite'] = css,
['stylesite'] = css,
['style site'] = css,


['characterart'] = characterart,
['characterart'] = characterart,
Ligne 756 : Ligne 753 :
['character artwork'] = characterart,
['character artwork'] = characterart,
['charart'] = characterart,
['charart'] = characterart,
 
['illustration de personnage'] = characterart,
            ['css'] = css,
['illustrationdepersonnage'] = characterart,
            ['site styling'] = css,
['illustrationpersonnage'] = characterart,
            ['sitestyling'] = css,
['illustration personnage'] = characterart,
 
['clothingicon'] = clothingicon,
['clothing icon'] = clothingicon,
['ci'] = clothingicon,
 
['creditsartwork'] = creditsartwork,
['creditsart'] = creditsartwork,
['credits artwork'] = creditsartwork,
['credits art'] = creditsartwork,
['credart'] = creditsartwork,


['diagram'] = diagram,
['diagram'] = diagram,
Ligne 775 : Ligne 762 :
['graphs'] = diagram,
['graphs'] = diagram,
['chart'] = diagram,
['chart'] = diagram,
['diagramme'] = diagram,
['graphique'] = diagram,
['tableau'] = diagram,


['decorationicon'] = decorationicon,
['favoriteicon'] = favicon,
['decoration icon'] = decorationicon,
['favorite icon'] = favicon,
['decorations'] = decorationicon,
['favouriteicon'] = favicon,
['decor icon'] = decorationicon,
['favourite icon'] = favicon,
['decoricon'] = decorationicon,
['favicon'] = favicon,
['icône favorite'] = favicon,
['icônefavorite'] = favicon,


['gearcloseup'] = gearcloseup,
['flag'] = flag,
['gear close up'] = gearcloseup,
['drapeau'] = flag,
['gear close-up'] = gearcloseup,
['gear closeup'] = gearcloseup,
['gcu'] = gearcloseup,
['gear'] = gearcloseup,


['headgearcloseup'] = headgearcloseup,
['headgear close up'] = headgearcloseup,
['headgear close-up'] = headgearcloseup,
['headgear closeup'] = headgearcloseup,
['hcu'] = headgearcloseup,
['shoecloseup'] = shoecloseup,
['shoe close up'] = shoecloseup,
['shoe close-up'] = shoecloseup,
['shoe closeup'] = shoecloseup,
['scu'] = shoecloseup,
['clothingcloseup'] = clothingcloseup,
['clothing close up'] = clothingcloseup,
['clothing close-up'] = clothingcloseup,
['clothing closeup'] = clothingcloseup,
['ccu'] = clothingcloseup,
['gearpromo'] = gearpromo,
['gear promo'] = gearpromo,
['gear promotional'] = gearpromo,
['gp'] = gearpromo,
['headgearicon'] = headgearicon,
['headgear icon'] = headgearicon,
['hi'] = headgearicon,
['ico'] = icon,
['ico'] = icon,
['icon'] = icon,
['icon'] = icon,
['icons'] = icon,
['icons'] = icon,
['icône'] = icon,
 
['internetarchive'] = internetarchive,
['internetarchive'] = internetarchive,
['archive'] = internetarchive,
['archive'] = internetarchive,
['archiveinternet'] = internetarchive,
 
['logo'] = logo,
['logo'] = logo,
['logomark'] = logo,
['logomark'] = logo,
Ligne 828 : Ligne 791 :
['logotype'] = logo,
['logotype'] = logo,
['wordmark'] = logo,
['wordmark'] = logo,
 
['language'] = language,
['lang'] = language,
['langage'] = language,
 
['map'] = map,
['map'] = map,
['maps'] = map,
['maps'] = map,
['carte'] = map,
['cartes'] = map,


['mangascan'] = mangascan,
['mangascan'] = mangascan,
['mangapage'] = mangascan,
['mangapage'] = mangascan,
 
['pagemanga'] = mangascan,
['lockericon'] = lockericon,
['page manga'] = mangascan,
['locker icon'] = lockericon,
['page de manga'] = mangascan,
['locker'] = lockericon,
['pagedemanga'] = mangascan,
 
['memcake'] = memcake,
['mem cake'] = memcake,


['miiverse'] = miiverse,
['miiverse'] = miiverse,


            ['main'] = main,
['main'] = main,
            ['mainimage'] = mainimage,
['mainimage'] = mainimage,
            ['mainimages'] = mainimage,
['mainimages'] = mainimage,
['principal'] = mainimage,
['image principale'] = mainimage,
['imageprincipale'] = mainimage,
['images principales'] = mainimage,


['line'] = line,
['line'] = line,
['LINE'] = line,
['LINE'] = line,
['line sticker'] = line,
['line sticker'] = line,
['autocollant line'] = line,


['modeicon'] = modeicon,
['modeicon'] = modeicon,
['mode icon'] = modeicon,
['mode icon'] = modeicon,
['mi'] = modeicon,
['mi'] = modeicon,
['icône de mode'] = modeicon,
['icônedemode'] = modeicon,
['icône mode'] = modeicon,
['icônemode'] = modeicon,


['3dmodel'] = model,
['3dmodel'] = model,
Ligne 860 : Ligne 835 :
['model'] = model,
['model'] = model,
['models'] = model,
['models'] = model,
['modèle 3d'] = model,
['modèle 3D'] = model,
['modèle3d'] = model,


['merch'] = merch,
['merch'] = merch,
['merchandise'] = merch,
['merchandise'] = merch,
['toy'] = merch,
['toy'] = merch,
['jouet'] = merch,
['produit dérivé'] = merch,
['produitdérivé'] = merch,
['nsicon'] = nsicon,
['nsoicon'] = nsicon,
['nsoiconpart'] = nsicon,
['nso icon'] = nsicon,
['nso icon part'] = nsicon,
['nintendo switch online icon'] = nsicon,
['nintendo switch online icon part'] = nsicon,
['icônenso'] = nsicon,
['icônens'] = nsicon,
['icône nso'] = nsicon,
['icône nintendo switch online'] = nsicon,


            ['nintendobadgearcade'] = nintendobadgearcade,
['nintendobadgearcade'] = nintendobadgearcade,
            ['nintendo badge arcade'] = nintendobadgearcade,
['nintendo badge arcade'] = nintendobadgearcade,
            ['nba'] = nintendobadgearcade,
['nba'] = nintendobadgearcade,
            ['nintendobadge'] = nintendobadgearcade,
['nintendobadge'] = nintendobadgearcade,
            ['nintendo badge']= nintendobadgearcade,
['nintendo badge']= nintendobadgearcade,


            ['nsicon'] = nsicon,
            ['nsoicon'] = nsicon,
            ['nsoiconpart'] = nsicon,
            ['nso icon'] = nsicon,
            ['nso icon part'] = nsicon,
            ['nintendo switch online icon'] = nsicon,
            ['nintendo switch online icon part'] = nsicon,
['photo'] = photo,
['photo'] = photo,
['photos'] = photo,
['photos'] = photo,
Ligne 884 : Ligne 869 :
['reallife'] = photo,
['reallife'] = photo,
['real life'] = photo,
['real life'] = photo,
['vie réelle'] = photo,
['vieréelle'] = photo,
['photographie'] = photo,


['promotional'] = promotional,
['promotional'] = promotional,
Ligne 889 : Ligne 877 :
['advertisement'] = promotional,
['advertisement'] = promotional,
['ad'] = promotional,
['ad'] = promotional,
['promotionnel'] = promotional,
['pub'] = promotional,
['person'] = person,
['real person'] = person,
['human person'] = person,
['people'] = person,
['real people'] = person,
['personne'] = person,
['personne réelle'] = person,
['personnes'] = person,
['personne réelles'] = person,


['promoshot'] = promoshot,
['promoshot'] = promoshot,
['promotional screenshot'] = promoshot,
['promotional screenshot'] = promoshot,
['promo screenshot'] = promoshot,
['promo screenshot'] = promoshot,
['capture d\'écran promotionnelle'] = promoshot,
['promocaptureécran'] = promoshot,


['promoart'] = promoart,
['promoart'] = promoart,
Ligne 900 : Ligne 902 :
['Promotional Artwork'] = promoart,
['Promotional Artwork'] = promoart,
['Promo Artwork'] = promoart,
['Promo Artwork'] = promoart,
['illustration promotionnelle'] = promoart,


['prerelease'] = prerelease,
['prerelease'] = prerelease,
Ligne 905 : Ligne 908 :
['p-r'] = prerelease,
['p-r'] = prerelease,
['beta'] = prerelease,
['beta'] = prerelease,
['pré-lancement'] = prerelease,
['prélancement'] = prerelease,


['pccu'] = pccu,
['qr'] = qrcode,
['player customization'] = pccu,
['qrcode'] = qrcode,
['player customization close up'] = pccu,
['player customization close-up'] = pccu,
['inkling customization'] = pccu,


            ['person'] = person,
            ['real person'] = person,
            ['human person'] = person,
            ['people'] = person,
            ['real people'] = person,
['rating'] = rating,
['rating'] = rating,
['ratings'] = rating,
['ratings'] = rating,
['rareté'] = rating,
 
['prtscr'] = screenshot,
['prtscr'] = screenshot,
['printscreen'] = screenshot,
['printscreen'] = screenshot,
Ligne 929 : Ligne 926 :
['scrshot'] = screenshot,
['scrshot'] = screenshot,
['screen shot'] = screenshot,
['screen shot'] = screenshot,
 
['capture d\'écran'] = screenshot,
            ['language'] = language,
['captured\'écran'] = screenshot,
             ['lang'] = language,
['capturedécran'] = screenshot,
['captureécran'] = screenshot,
             ['capture écran'] = screenshot,


['videoscreenshot'] = videoscreenshot,
['videoscreenshot'] = videoscreenshot,
['video screenshot'] = videoscreenshot,
['video screenshot'] = videoscreenshot,
['capture d\'écran de vidéo'] = videoscreenshot,
['captureécranvidéo'] = videoscreenshot,
 
['team'] = team,
['teams'] = team,
['competitive'] = team,
['équipes'] = team,
['équipe'] = team,
['compétitif'] = team,
 
['template'] = template,
['modèle'] = template,
['modele'] = template,
 
['texture'] = texture,
 
['pixelart'] = sprite,
['pixelart'] = sprite,
['pixel art'] = sprite,
['pixel art'] = sprite,
['sprite'] = sprite,
['sprite'] = sprite,
['sprites'] = sprite,
['sprites'] = sprite,
 
['scan'] = scan,
['scanned'] = scan,
['scans'] = scan,
['scanné'] = scan,
 
['sys'] = system,
['sys'] = system,
['system'] = system,
['system'] = system,
Ligne 948 : Ligne 967 :
['switch'] = system,
['switch'] = system,
['wiiu'] = system,
['wiiu'] = system,
['système'] = system,


['shoeicon'] = shoeicon,
['titlescreen'] = titlescreen,
['shoe icon'] = shoeicon,
['title screen'] = titlescreen,
 
['title'] = titlescreen,
['stageicon'] = stageicon,
['titre'] = titlescreen,
['stage icon'] = stageicon,
['écran titre'] = titlescreen,
 
['écran de titre'] = titlescreen,
['stagemap'] = stagemap,
['écrantitre'] = titlescreen,
['stage map'] = stagemap,
 
['splashtag'] = splashtag,
['splashtag banner'] = splashtag,
 
['sunkenscroll'] = sunkenscroll,
['sunken scroll'] = sunkenscroll,
 
['splatfestart'] = splastfestart,
['splatfest art'] = splatfestart,
['splatfest artwork'] = splatfestart,
['splatfestartwork'] = splatfestart,
['sa'] = splatfestart,
 
['splatfestteamart'] = splatfestteamart,
['splatfest team art'] = splatfestteamart,
['splatfest team artwork'] = splatfestteamart,
['splatfestteamartwork'] = splatfestteamart,
['splatfestteam'] = splatfestteamart,
['splatfest team'] = splatfestteamart,
['st'] = splatfestteamart,
['sta'] = splatfestteamart,
 
['splatfestteamtee'] = splatfestteamtee,
['splatfest team tee'] = splatfestteamtee,
['splatfesttee'] = splatfestteamtee,
['splatfest tee'] = splatfestteamtee,
['stt'] = splatfestteamtee,
 
['splatfesticon'] = splatfesticon,
['splatfest icon'] = splatfesticon,
['si'] = splatfesticon,
 
['splatfestwin'] = splatfestwin,
['splatfest win'] = splatfestwin,
['splatfest victory'] = splatfestwin,
['splatfest winner'] = splatfestwin,
['sw'] = splatfestwin,
 
['splatfestpromo'] = splatfestpromo,
['splatfest promotional'] = splatfestpromo,
['sfp'] = splatfestpromo,
 
['scan'] = scan,
['scanned'] = scan,
['scans'] = scan,
 
['stickericon'] = stickericon,
['sticker icon'] = stickericon,
 
            ['tableturfcardicon'] = tableturfcardicon,
            ['tableturfbattlecardicon'] = tableturfcardicon,
            ['tableturf card icon'] = tableturfcardicon,
            ['tableturf battle card icon'] = tableturfcardicon,
            ['tableturf icon'] = tableturfcardicon,
            ['tableturf battle icon'] = tableturfcardicon,
           
            ['tableturfcardsleeveicon'] = tableturfcardsleeveicon,
            ['tableturfbattlecardsleeveicon'] = tableturfcardsleeveicon,
            ['tableturf card sleeve icon'] = tableturfcardsleeveicon,
            ['tableturf battle card sleeve icon'] = tableturfcardsleeveicon,
 
['template'] = template,
 
            ['team'] = team,
            ['teams'] = team,
            ['competitive'] = team,
 
['texture'] = texture,
 
            ['titlescreen'] = titlescreen,
            ['title screen'] = titlescreen,
            ['title'] = titlescreen,


['personal'] = user,
['personal'] = user,
Ligne 1 036 : Ligne 983 :
['userimg'] = user,
['userimg'] = user,
['user image'] = user,
['user image'] = user,
['personnel'] = user,
['image personnelle'] = user,
['personnelle'] = user,
['utilisateur'] = user,
['image utilisateur'] = user,
 
['video'] = video,
['video'] = video,
['videos'] = video,
['videos'] = video,
['vidéo'] = video,
['vidéos'] = video,
['inkipedia'] = wiki,
['promo video'] = promovideo,
['promo vidéo'] = promovideo,
['promotional video'] = promovideo,
['promovideo'] = promovideo,
['promovideos'] = promovideo,
 
['pikmin-fr'] = wiki,
['wiki'] = wiki,
['wiki'] = wiki,
['pikminfr'] = wiki,


['wallpaper'] = wallpaper,
['wallpaper'] = wallpaper,
Ligne 1 047 : Ligne 1 008 :
['screensaver'] = wallpaper,
['screensaver'] = wallpaper,
['background'] = wallpaper,
['background'] = wallpaper,
 
['fond d\'écran'] = wallpaper,
['weaponrender'] = weaponrender,
['fond\'écran'] = wallpaper,
['weapon render'] = weaponrender,
['fondécran'] = wallpaper,
['weapon model'] = weaponrender,
['fonddécran'] = wallpaper,
 
['weaponartwork'] = weaponartwork,
['weaponart'] = weaponartwork,
['weapon art'] = weaponartwork,
['weapon artwork'] = weaponartwork,
 
['weaponicon'] = weaponicon,
['weapon icon'] = weaponicon,
 
            ['ilc'] = ilc,
            ['ilc2022'] = ilc,
            ['logo contest'] = ilc,
            ['Inkipedia Logo Contest 2022'] = ilc,
            ['inkipedia logo contest 2022'] = ilc,
            ['Inkipedia Logo Contest'] = ilc,
            ['inkipedia logo contest'] = ilc,
}
}


Ligne 1 076 : Ligne 1 021 :
function SRC(X)
function SRC(X)
local myself = "Media created or obtained by the uploader"
local myself = "Media créé ou obtenu par la personne ayant fait le téléversement"
local user2 = "Media created or obtained by [[user:".. user .."|".. user .."]]"
local user2 = "Media créé ou obtenu par [[user:".. user .."|".. user .."]]"
local fandom = "FANDOM image [[Category:Images provenant de FANDOM]]"
local fandom = "Image FANDOM [[Category:Images provenant de FANDOM]]"
local youtube = "YouTube image [[Category:Images provenant de YouTube]]"
local youtube = "Image YouTube [[Category:Images provenant de YouTube]]"
local presskit = "Press kit image [[Category:Images de kits de presse non-publics]]"
local presskit = "Image de kit de presse [[Category:Images de kits de presse non-publics]]"
local missing = "<span style='color: red'>''This file is missing a source.''</span>[[Category:Source manquante]]"
local missing = "<span style='color: red'>''Une source doit être ajoutée à ce fichier.''</span>[[Category:Source manquante]]"
local splatnet = "This file has been taken from"
local nintendomusic = "Ce fichier vient de [[Nintendo Music]]. [[Category:Nintendo Music source files]]"
local splatnet1 = splatnet .. ' [[SplatNet]] [[Category:Fichiers source de SplatNet]]'
         local prima = "Ce fichier vient d'un guide Prima. [[Category:Fichiers provenant d'un guide Prima]]"
local splatnet2 = splatnet .. ' [[SplatNet 2]] [[Category:Fichiers source de SplatNet 2]]'
         local nso = "Ce fichier vient de Nintendo Switch Online. [[Category:Fichiers provenant de Nintendo Switch Online]]"
local splatnet3 = splatnet .. ' [[SplatNet 3]] [[Category:Fichiers source de SplatNet 3]]'
local nt = "Ce fichier vient de [[Nintendo Today!]] [[Category:Fichiers provenant de Nintendo Today!]]"
local nintendomusic = "This file has been taken from ''[[Nintendo Music]]''. [[Category:Nintendo Music source files]]"
local splatune = "[[Splatune]] [[Category:Fichiers source de Splatune]]"
local splatune2 = "[[Splatune 2]] [[Category:Fichiers source de Splatune 2]]"
local splatune3 = "[[Splatune 3 (Splatoon 3 Original Soundtrack)|Splatune 3]] [[Category:Fichiers source de Splatune 3]]"
         local haikarawalker = "This file has been taken from [[HaikaraWalker]]. [[Category:Fichiers source de HaikaraWalker]]"
         local taos = "This file has been taken from ''[[The Art of Splatoon]]''. [[Category:Fichiers source de The Art of Splatoon]]"
        local taos2 = "This file has been taken from ''[[The Art of Splatoon 2]]''. [[Category:Fichiers source de The Art of Splatoon 2]]"
        local taos3 = "This file has been taken from ''[[The Art of Splatoon 3]]''. [[Category:Fichiers source de The Art of Splatoon 3]]"
        local prima = "This file has been taken from a Prima guide. [[Category:Fichiers source de Prima]]"
        local nso = "This file has been taken from Nintendo Switch Online. [[Category:Fichiers source de Nintendo Switch Online]]"
local t = {}
local t = {}
Ligne 1 107 : Ligne 1 042 :
['Myself'] = myself,
['Myself'] = myself,
['Self'] = myself,
['Self'] = myself,
['moi'] = myself,
['Moi'] = myself,
['moi-même'] = myself,
['Moi-même'] = myself,


['other'] = user2,
['other'] = user2,
Ligne 1 116 : Ligne 1 055 :
['Someone else'] = user2,
['Someone else'] = user2,
['User'] = user2,
['User'] = user2,
['autre'] = user2,
['Autre'] = user2,
['quelqu\'un d\'autre'] = user2,
['Quelqu\'un d\'autre'] = user2,
['utilisateur'] = user2,
['Utilisateur'] = user2,
['gamepedia'] = fandom,
['gamepedia'] = fandom,
Ligne 1 141 : Ligne 1 086 :
['Presskit'] = presskit,
['Presskit'] = presskit,
['Press kit'] = presskit,
['Press kit'] = presskit,
['Presse'] = presskit,
['splatnet'] = splatnet1,
['presse'] = presskit,
['splatnet1'] = splatnet1,
['Kit de presse'] = presskit,
['splatnet 1'] = splatnet1,
['kit de presse'] = presskit,
['[[splatnet]]'] = splatnet1,
['Kit presse'] = presskit,
['[[splatnet1]]'] = splatnet1,
['kit presse'] = presskit,
['[[splatnet 1]]'] = splatnet1,
['Splatnet'] = splatnet1,
['Splatnet1'] = splatnet1,
['Splatnet 1'] = splatnet1,
['[[Splatnet1]]'] = splatnet1,
['[[Splatnet 1]]'] = splatnet1,
['SplatNet1'] = splatnet1,
['SplatNet'] = splatnet1,
['SplatNet 1'] = splatnet1,
['[[SplatNet1]]'] = splatnet1,
['[[SplatNet 1]]'] = splatnet1,
['splatnet2'] = splatnet2,
['splatnet 2'] = splatnet2,
['[[splatnet2]]'] = splatnet2,
['[[splatnet 2]]'] = splatnet2,
['Splatnet2'] = splatnet2,
['Splatnet 2'] = splatnet2,
['[[Splatnet2]]'] = splatnet2,
['[[Splatnet 2]]'] = splatnet2,
['SplatNet2'] = splatnet2,
['SplatNet 2'] = splatnet2,
['[[SplatNet2]]'] = splatnet2,
['[[SplatNet 2]]'] = splatnet2,
['splatnet3'] = splatnet3,
['splatnet 3'] = splatnet3,
['[[splatnet3]]'] = splatnet3,
['[[splatnet 3]]'] = splatnet3,
['Splatnet3'] = splatnet3,
['Splatnet 3'] = splatnet3,
['[[Splatnet3]]'] = splatnet3,
['[[Splatnet 3]]'] = splatnet3,
['SplatNet3'] = splatnet3,
['SplatNet 3'] = splatnet3,
['[[SplatNet3]]'] = splatnet3,
['[[SplatNet 3]]'] = splatnet3,
 
            ['HaikaraWalker'] = haikarawalker,
            ['haikarawalker'] = haikarawalker,
            ['[[HaikaraWalker]]'] = haikarawalker,
            ['[[haikarawalker]]'] = haikarawalker,
            ['hw'] = haikarawalker,
            ['HW'] = haikarawalker,
 
['The Art of Splatoon 3'] = taos3,
            ['[[The Art of Splatoon 3]]'] = taos3,
            ['Art of Splatoon 3'] = taos3,
            ['the art of splatoon 3'] = taos3,
            ['The art of splatoon 3'] = taos3,
            ['[[The art of splatoon 3]]'] = taos3,
            ['art of splatoon 3'] = taos3,
            ['taos3'] = taos3,
            ['TAOS3'] = taos3,
 
            ['The Art of Splatoon 2'] = taos2,
            ['[[The Art of Splatoon 2]]'] = taos2,
            ['Art of Splatoon 2'] = taos2,
            ['the art of splatoon 2'] = taos2,
            ['The art of splatoon 2'] = taos2,
            ['[[The art of splatoon 2]]'] = taos2,
            ['art of splatoon 2'] = taos2,
            ['taos2'] = taos2,
            ['TAOS2'] = taos2,
 
            ['The Art of Splatoon'] = taos,
            ['[[The Art of Splatoon]]'] = taos,
            ['Art of Splatoon'] = taos,
            ['the art of splatoon'] = taos,
            ['The art of splatoon'] = taos,
            ['[[The art of splatoon]]'] = taos,
            ['art of splatoon'] = taos,
            ['taos'] = taos,
            ['TAOS'] = taos,


             ['Prima Official Starter Guide'] = prima,
             ['Prima Official Starter Guide'] = prima,
Ligne 1 232 : Ligne 1 103 :
             ['Prima'] = prima,
             ['Prima'] = prima,
             ['prima'] = prima,
             ['prima'] = prima,
            ['Guide Prima'] = prima,
            ['guide Prima'] = prima,


             ['nso'] = nso,
             ['nso'] = nso,
Ligne 1 242 : Ligne 1 115 :
             ['nintendo switch online'] = nso,
             ['nintendo switch online'] = nso,
              
              
             ['nintendomusic'] = nintendomusic,
             ['nt'] = nt,
             ['nmusic'] = nintendomusic,
             ['nintendotoday'] = nt,
 
            ['nintendo today'] = nt,
['splatune'] = splatune1,
            ['Nintendo Today'] = nt,
['splatune1'] = splatune1,
            ['nintendotoday!'] = nt,
['splatune 1'] = splatune1,
            ['nintendo today!'] = nt,
['[[splatune]]'] = splatune1,
            ['Nintendo Today!'] = nt,
['[[splatune1]]'] = splatune1,
['[[splatune 1]]'] = splatune1,
['Splatune'] = splatune1,
['Splatune1'] = splatune1,
['Splatune 1'] = splatune1,
['[[Splatune1]]'] = splatune1,
['[[Splatune 1]]'] = splatune1,
['splatune2'] = splatune2,
['splatune 2'] = splatune2,
['[[splatune2]]'] = splatune2,
['[[splatune 2]]'] = splatune2,
['Splatune2'] = splatune2,
['Splatune 2'] = splatune2,
['[[Splatune2]]'] = splatune2,
['[[Splatune 2]]'] = splatune2,
['splatune3'] = splatune3,
['splatune 3'] = splatune3,
['[[splatune3]]'] = splatune3,
['[[splatune 3]]'] = splatune3,
['Splatune3'] = splatune3,
['Splatune 3'] = splatune3,
['[[Splatune3]]'] = splatune3,
['[[Splatune 3]]'] = splatune3,
}
}
Ligne 1 286 : Ligne 1 134 :
function LIC(X)
function LIC(X)
local ccbysa10 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-sa/1.0/deed.en Creative Commons Attribution-ShareAlike 1.0]''' license.''[[Category:Médias sous licence CC BY-SA 1.0]]"
local ccbysa10 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/1.0/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 1.0]'''.''[[Category:Médias sous licence CC BY-SA 1.0]]"
local ccby20 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by/2.0/deed.en Creative Commons Attribution 2.0]''' license.''[[Category:Média sous licence CC BY-SA 2.0]]"
local ccby20 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/2.0/deed.fr Creative Commons Attribution 2.0]''' .''[[Category:Médias sous licence CC BY-SA 2.0]]"
local ccbysa21jp = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-sa/2.1/jp/deed.en Creative Commons Attribution-ShareAlike 2.1 Japan]''' license.''[[Category:Média sous licence CC BY-SA 2.1]]"
local ccbysa21jp = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/2.1/jp/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 2.1 Japon]'''.''[[Category:Médias sous licence CC BY-SA 2.1]]"
local ccby25 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by/2.5/deed.en Creative Commons Attribution 2.5]''' license.''[[Category:Média sous licence CC BY 2.5]]"
local ccby25 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/2.5/deed.fr Creative Commons Attribution 2.5]'''.''[[Category:Médias sous licence CC BY 2.5]]"
local ccbysa25 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-sa/2.5/deed.en Creative Commons Attribution-ShareAlike 2.5]''' license.''[[Category:Médias sous licence CC BY-SA 2.5]]"
local ccbysa25 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/2.5/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 2.5]'''.''[[Category:Médias sous licence CC BY-SA 2.5]]"
local ccby30 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by/3.0/deed.en Creative Commons Attribution 3.0]''' license.''[[Category:Média sous licence CC BY 3.0]]"
local ccby30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/3.0/deed.fr Creative Commons Attribution 3.0]'''.''[[Category:Médias sous licence CC BY 3.0]]"
local ccbync30 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-nc/3.0/ Creative Commons Attribution Non-Commercial 3.0]''' license.''[[Category:Média sous licence CC BY-NC 3.0]]"
local ccbync30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-nc/3.0/fr Creative Commons Attribution Pas d'Utilisation Commerciale 3.0]'''.''[[Category:Médias sous licence CC BY-NC 3.0]]"
local ccbyncsa30 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-nc-sa/3.0/ Creative Commons Attribution Non-Commercial 3.0]''' license.''[[Category:Media licensed under CC BY-NC-SA 3.0]]"
local ccbyncsa30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-nc-sa/3.0/fr Creative Commons Attribution Pas d'Utilisation Commerciale Partage à l'Identique 3.0 ]'''.''[[Category:Médias sous licence CC BY-NC-SA 3.0]]"
local ccbysa30 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-sa/3.0/deed.en Creative Commons Attribution-ShareAlike 3.0]''' license.''[[Category:Média sous licence CC BY-SA 3.0]]"
local ccbysa30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/3.0/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 3.0]'''.''[[Category:Médias sous licence CC BY-SA 3.0]]"
local ccby40 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by/4.0/deed.en Creative Commons Attribution 4.0]''' license.''[[Category:Média sous licence CC BY 4.0]]"
local ccby40 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/4.0/deed.fr Creative Commons Attribution 4.0]'''.''[[Category:Médias sous licence CC BY 4.0]]"
local ccbysa40 = "''This file is distributed under the '''[https://creativecommons.org/licenses/by-sa/4.0/deed.en Creative Commons Attribution-ShareAlike 4.0]''' license.''[[Category:Média sous licence CC BY-SA 4.0]]"
local ccbysa40 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/4.0/deed.fr Creative Commons Attribution - Partage dans les mêmes conditions 4.0]'''.''[[Category:Médias sous licence CC BY-SA 4.0]]"
local lgpl = "This library is free software; you can redistribute it and/or modify it under the terms of the '''[[wikipedia:GNU Lesser General Public License|GNU Lesser General Public License]]''' as published by the [[wikipedia:Free Software Foundation|Free Software Foundation]]; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See [https://www.gnu.org/licenses/lgpl.html the GNU Lesser General Public License] for more details."
local lgpl = "Cette bibliothèque est un logiciel libre. Vous pouvez la redistribuer et/ou la modifier selon les termes de la '''[[wikipedia:Licence publique générale limitée GNU|Licence publique générale limitée GNU]]''' telle que publiée par la [[wikipedia:Free Software Foundation|Free Software Foundation]]; soit la version 2.1 de la licence, soit (à votre discrétion) toute version ultérieure. Cette bibliothèque est distribuée dans l'espoir qu'elle sera utile, mais sans aucune garantie, sans même la garantie implicite de qualité marchande ou d'adéquation à un objectif particulier. Consultez la [https://www.gnu.org/licenses/lgpl.html Licence publique générale limitée GNU] pour plus de détails."
local pd = "''This file has been released into the '''[[Wikipedia:Public domain|public domain]]''' by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide.''[[Category:Média publié dans le domaine public]]"
local pd = "''Ce fichier est dans le '''[[Wikipedia:Domaine public (propriété intellectuelle)|domaine public]]''' car ses droits d'auteur ont expirés, des droits d'auteur ne sont pas applicable ou le détenteur des droits d'auteur l'a autorisé. Cela s'applique internationalement.''[[Category:Médias publiés dans le domaine public]]"
local pds = "''This file has been released into the '''[[Wikipedia:Public domain|public domain]]''' by the uploading user. This applies worldwide.''[[Category:Média publié dans le domaine public]]"
local pds = "''Ce fichier est dans le '''[[Wikipedia:Domaine public (propriété intellectuelle)|domaine public]]''' car l'utilisateur qui l'a téléversé l'a autorisé. Cela s'applique internationalement.''[[Category:Médias publiés dans le domaine public]]"
local fairuse = "''Ce fichier est soumis à des [[Inkipédia:Copyrights|droits d'auteur]]. Les droits d\'auteur sont très probablement détenus par l'entreprise qui a publié le jeu ou le média représenté. '''En France''', son utilisation par Inkipédia est autorisée par l\''''article [https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006069414&idArticle=LEGIARTI000027683084&dateTexte=20160312|L. 122-5]''' du '''[https://fr.wikipedia.org/wiki/Code_de_la_propri%C3%A9t%C3%A9_intellectuelle Code de la propriété intellectuelle]'''. Sa mise à disposition est autorisée dans la limite des droits que l\''''article [https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006069414&idArticle=LEGIARTI000006279710&dateTexte=20100209|L. 713-3]''' accorde à son titulaire, et est reproduit ici en vertu de ces droits. '''Aux États-Unis d'Amérique''', l'utilisation de ce fichier par Inkipédia est soutenue comme étant une '''utilisation juste''' dans le cadre légal défini par le '''[https://fr.wikipedia.org/wiki/Fair_use fair use]'''. Le cas échéant, la permission de l\'auteur a été accordée. Ce fichier est utilisé sur le wiki uniquement dans l\'idée que les informations représentées sont destinées à servir de complément au jeu ou au média, et son utilisation sur le wiki :<ol><li>''Ne diminuera pas l\'expérience du jeu ou l\'utilisation du média en question.''</li><li>''Ne nuira pas aux ventes ou à la réputation de l\'auteur.''</li></ol></li></ol>[[Catégorie:Médias sous licence Fair Use]]"
local fairuse = "''Ce fichier est soumis à des [[Pikmin FR:Droits d'auteur|droits d'auteur]]. Les droits d\'auteur sont très probablement détenus par l'entreprise qui a publié le jeu ou le média représenté. '''En France''', son utilisation par Pikmin FR est autorisée par l\''''article [https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006069414&idArticle=LEGIARTI000027683084&dateTexte=20160312|L. 122-5]''' du '''[https://fr.wikipedia.org/wiki/Code_de_la_propri%C3%A9t%C3%A9_intellectuelle Code de la propriété intellectuelle]'''. Sa mise à disposition est autorisée dans la limite des droits que l\''''article [https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006069414&idArticle=LEGIARTI000006279710&dateTexte=20100209|L. 713-3]''' accorde à son titulaire, et est reproduit ici en vertu de ces droits. '''Aux États-Unis d'Amérique''', l'utilisation de ce fichier par Pikmin FR est soutenue comme étant une '''utilisation équitable''' dans le cadre légal défini par le '''[https://fr.wikipedia.org/wiki/Fair_use fair use]'''. Le cas échéant, la permission de l\'auteur a été accordée. Ce fichier est utilisé sur le wiki uniquement dans l\'idée que les informations représentées sont destinées à servir de complément au jeu ou au média, et son utilisation sur le wiki :<ol><li>''Ne diminuera pas l\'expérience du jeu ou l\'utilisation du média en question.''</li><li>''Ne nuira pas aux ventes ou à la réputation de l\'auteur.''</li></ol>[[Catégorie:Médias sous licence Fair Use]]"
local t = {}
local t = {}
Ligne 1 393 : Ligne 1 241 :
['publicdomain'] = pd,
['publicdomain'] = pd,
['public domain'] = pd,
['public domain'] = pd,
['dp'] = pd,
['domaine public'] = pd,
['domainepublic'] = pd,


['lgpl'] = lgpl,
['lgpl'] = lgpl,
['GNU Lesser'] = lgpl,
['GNU Lesser'] = lgpl,
['lpgl'] = lgpl,
['pds'] = pds,
['pds'] = pds,
Ligne 1 402 : Ligne 1 254 :
['public domain self'] = pds,
['public domain self'] = pds,
['public domain by myself'] = pds,
['public domain by myself'] = pds,
['domaine public par moi-même'] = pds,
['domaine public par moi'] = pds,
['domainepublic par moi'] = pds,
['publicmoi'] = pds,
['dpm'] = pds,
}
}
Ligne 1 443 : Ligne 1 300 :
local panel_user = '<tr><th>Utilisateur</th><td>[[utilisateur:'.. user ..'|'.. user ..']]</td></tr>'
local panel_user = '<tr><th>Utilisateur</th><td>[[utilisateur:'.. user ..'|'.. user ..']]</td></tr>'
local panel_source = '<tr><th>Source</th><td>'.. SRC(source) ..'</td></tr>'
local panel_source = '<tr><th>Source</th><td>'.. SRC(source) ..'</td></tr>'
local panel_license = '<tr><th>License</th><td>'.. LIC(license) ..'</td></tr>'
local panel_license = '<tr><th>Licence</th><td>'.. LIC(license) ..'</td></tr>'
local panel_resized = '<tr><th>redimensionné</th><td>Ce fichier a été redimensionné.[[Category:Fichiers redimensionnés]]</td></tr>'
local panel_resized = '<tr><th>redimensionné</th><td>Ce fichier a été redimensionné.[[Category:Fichiers redimensionnés]]</td></tr>'
local panel_youtube = '<tr><th>YouTube</th><td>Ce fichier est tiré de YouTube et devra être remplacé par un fichier venant d\'un des jeux si possible.[[Category:Images provenant de YouTube]]</td></tr>'
local panel_youtube = '<tr><th>YouTube</th><td>Ce fichier est tiré de YouTube et devra être remplacé par un fichier venant d\'un des jeux si possible.[[Category:Images provenant de YouTube]]</td></tr>'

Dernière version du 14 avril 2025 à 11:13

Comment utiliser Modèle:Fichier

Ce modèle est le modèle principal que Pikmin FR utilise pour afficher des informations sur ses pages de fichiers. Ce modèle permet aussi de catégoriser automatiquement les fichiers à notre place. Voici un exemple de ce modèle comme il apparaît quand aucunes informations ne sont encore ajoutées :

{{Fichier
|jeu=
|description=
|type=
|meta=
|utilisateur=
|source=
|licence=
}}

C'est ce qui apparaît automatiquement dans la description de fichier quand un nouveau fichier est téléversé. Lorsque vous replisserez les informations, vous n'aurez sans doute pas besoin de tous les paramètres. La plupart devront être supprimés avant le téléversement. Voici une explication de ce que signifient chaque paramètres, leur fonction et comment les remplir :

  • |description= Ce paramètre sert à écrire un résumé de ce que contient le fichier. Une description de fichier doit être courte et ne pas dépasser plus d'une phrase. Par exemple, une illustration de Moss dans Pikmin 4 peut être décrite en tant que « Illustration de Moss dans Pikmin 4 ».
  • |jeu= Ce paramètre est assez simple : il suffit d'indiquer le nom du jeu ou du mode que vous documentez ! Seulement un seul terme peut être saisi, et les fichiers représentant des éléments présents dans plusieurs jeux doivent utiliser la première apparition chronologique. Le nom doit être exact, le modèle créera automatiquement un lien vers la page à son sujet !
  • |type= et |meta= Ces paramètres couvrent plusieurs choses à la fois. Principalement, ces paramètres servent à indiquer quel type de fichier est téléversé ! Voici une liste des types qui peuvent êtres utilisés avec leur signification entre parenthèses :
    • amiibo (Amiibo)
    • animé (Image Animée)
    • audio (Audio)
    • boutton (Bouton de manette)
    • captureécran (Capture d'écran)
    • captureécranvidéo (Capture d'écran de vidéo)
    • carte (Carte)
    • document (Document)
    • drapeau (Drapeau)
    • écrantitre (Écran titre)
    • équipe (Équipe)
    • fondécran (Fond d'écran)
    • graphique (Graphique)
    • icône (Icône)
    • icônenso (Icône de Nintendo Switch Online)
    • icônepersonnage (Icône de personnage)
    • illustration (Illustration)
    • illustrationarme (Illustration d'arme)
    • illustrationconceptuelle (Illustration conceptuelle)
    • illustrationcrédits (Illustration des crédits)
    • illustrationpersonnage (Illustration de personnage)
    • imageprincipale (Image de jeu)
    • jaquette (Illustration de jaquette)
    • langage (Langage)
    • line (Autocollant LINE)
    • logo (Logo)
    • logomarque (Logo de marque)
    • miiverse (Publication Miiverse)
    • modèle (Image de modèle)
    • modèle3d (Modèle 3D)
    • musique (Musique)
    • nba (Icône de badge de Nintendo Badge Arcade)
    • pagemanga (Page d'un manga)
    • personne (Personne de la vie réelle)
    • photo (Photo de la vie réelle)
    • photomanette (Photo de manette)
    • prélancement (Image de pré-lancement)
    • principal (Image de jeu)
    • produitdérivé (Produit dérivé)
    • promoart (Illustration promotionnelle)
    • promocaptureécran (Capture d'écran promotionnelle)
    • promoéquipement (Image promotionnelle d'équipement)
    • promofestival (Image promotionnelle de festival)
    • promotionnel (Image promotionnelle)
    • rareté (Icône de rareté)
    • rendu (Rendu 3D)
    • renduarme (Rendu d'arme)
    • rendupersonnage (Rendu de personnage)
    • scan (Scan)
    • souvenirpatapoulpe (Souvenir Patapoulpe)
    • sprite (Sprite)
    • système (Image de console)
    • texture (Texture)
    • utilisateur (Image utilisateur)
    • victoirefestival (Illustration de victoire de festival)
    • vidéo (Vidéo)
    • wiki (Image d'Inkipédia)
Remplir cette section est essentiel pour appliquer automatiquement des catégories au fichier. Tous les fichiers utilisant |type= seront ajoutés aux catégories de leur |jeu=. Par exemple, un fichier avec |jeu=Pikmin 3 et un |type=icônechaussure sera automatiquement ajouté à la Catégorie:Icônes de chaussures de Pikmin 3. Jusqu'à 4 types peuvent être ajoutés et ils doivent tous être séparés par des virgules. Le paramètre |meta= fonctionne de la même manière, sauf que les types qui seront entrés ne seront pas liés aux catégories du jeu entré. Par exemple, une image d'une Nintendo Switch qui a besoin d'être ajoutée aux autres images de consoles utilisera le |meta=système et sera donc ajouté à la Catégorie:Consoles. Les fichiers sans type indiqué seront ajouté à une catégorie de maintenance.
  • |source= C'est un paramètre très important. Si le fichier n'a pas été créé directement par vous, il est nécessaire d'indiquer l'origine ou le lien URL ici. Si vous avez créé le fichier vous-même, écrivez |source=moi. Pour les fichiers créés par d'autres personnes, utilisez |source=utilisateur et remplissez le prochain paramètre.
  • |utilisateur= Ce paramètre ne risque pas d'être utilisé souvent. Il doit uniquement être rempli avec le pseudo de l'utilisateur si vous avez utilisé |source=utilisateur ou |type=utilisateur. Par exemple, si Yaya a créé l'image, vous aurez à écrire |source=utilisateur et utilisateur=Yaya.
  • |licence= Ce paramètre ne risque pas d'être utilisé souvent. Il est automatiquement défini sur « Fair Use » par défaut, et le supprimer ne pose pas de problème. Le seul cas où il doit être utilisé est si le fichier doit être ajouté sous une licence différente du fair use, comma par exemple le domaine public, creative commons, ou autre. Les options possibles sont :
    • ccbysa10 (CC BY-SA 1.0)
    • ccby20 (CC BY 2.0)
    • ccbysa21jp (CC BY-SA 2.1)
    • ccby25 (CC BY 2.5)
    • ccbysa25 (CC BY-SA 2.5)
    • ccby30 (CC BY 3.0)
    • ccbync30 (CC BY-NC 3.0)
    • ccbyncsa30 (CC BY-NC-SA 3.0)
    • ccbysa30 (CC BY-SA 3.0)
    • ccby40 (CC BY 4.0)
    • ccbysa40 (CC BY-SA 4.0)
    • lpgl (LGPL)
    • dp (Domaine public, provenant de quelqu'un d'autre que vous)
    • dpm (Domaine public, provenant de vous)
    • fairuse (Fair use)



local f = {}

function f.main(frame)
	local result = {}
	
    local game = frame:getParent().args["game"] or frame:getParent().args["jeu"] or "" or nil
	local description = frame:getParent().args["description"] or ""
	local type = mw.ustring.lower(frame:getParent().args["type"] or "")
	local meta = mw.ustring.lower(frame:getParent().args["meta"] or "")
	local user = frame:getParent().args["user"] or frame:getParent().args["utilisateur"] or ""
	local source = frame:getParent().args["source"] or nil
	local license = frame:getParent().args["license"] or frame:getParent().args["licence"] or nil
	local resized = frame:getParent().args["resized"] or frame:getParent().args["redimensionné"] or nil
	local youtube = frame:getParent().args["youtube"] or nil
	local fandom = frame:getParent().args["fandom"] or nil

	function TEXT(X)
		local amiibo = "amiibo"
		local album = "Illustration d'album"
		local nmusicthumb= "Miniature de [[Nintendo Music]]"
		local artwork = "Illustration"
        local audio = "Audio"
		local animated = "Animation"
		local music = "Musique"
		local boxart = "Jaquette de jeu"
		local badgeicon = "Icône de badge"
		local brandlogo = "Logo de marque"
		local control = "Bouton de manette"
		local controllerphoto = "Photo de manette"
		local conceptart = "Illustration conceptuelle"
		local charactericon = "Icône de personnage"
		local characterrender = "Modèle de personnage"
		local characterart = "Illustration de personnage"
		local clothingicon = "Icône de vêtement"
		local creditsartwork = "Illustration provenant des crédits"
        local css = "<span style='color: red'>Cette image est utilisée dans la [[MediaWiki:Common.css|feuille de style CSS]] du site. Ce fichier ne doit pas être déplacé ou modifié sans vérifier au préalable l'impact sur le CSS.</span>"
		local diagram = "Diagramme"
        local emoteicon = "Icône d'émoticône"
        local favicon = "Favicon"
        local flag = "Drapeau"
		local icon = "Icône"
		local internetarchive = "Fichier provenant de l'archive Internet"
		local logo = "Logo"
		local language = "Langage"
		local line = "Autocallant LINE"
		local map = "Plan"
		local mangascan = "Scan d'un manga"
		local miiverse = "Publication venant de Miiverse"
		local nsicon = "Élément d'[[icône utilisateur]] de la Nintendo Switch"
        local nintendobadgearcade = "Icône de badge de Nintendo Badge Arcade"
		local modeicon = "Icône de mode de jeu"
		local model = "Modèle provenant d'un jeu"
		local merch = "Produit dérivé"
		local promotional = "Image promotionnelle"
		local promoart = "Illustration promotionnelle"
		local promoshot = "Capture d'écran promotionnelle"
		local photo = "Photo de la vie réelle"
		local prerelease = "Image de pré-lancement"
        local person = "Personne de la vie réelle"
        local qrcode = "[[QR code]]"
		local rating = "Icône de rang"
		local render = "Rendu 3D"
		local videoscreenshot = "Capture d'écran venant d'une vidéo"
		local texture = "Texture"
        local team = "Équipe"
		local scan = "Scan"
		local screenshot = "Capture d'écran"
		local shoeicon = "Icône de chaussure"
		local stageicon = "Icône de stage"
		local stagemap = "Carte de stage"
		local sprite = "Sprite"
		local system = "Image de console"
        local titlescreen = "Écran titre"
		local user = "Ce fichier est un fichier utilisé personellement par [[Utilisateur:".. user .."|".. user .."]]."
		local template = "Image de modèle" 
		local video = "Vidéo"
		local promovideo = "Vidéo promotionnelle"
		local wallpaper = "Fond d'écran"
		local wiki = "Image de Pikmin FR"
        local main = "Image venant d'un jeu"
        local mainimage = "Image venant d'un jeu"
		local none = "<span style='color: red'>Erreur : Type invalide, veuillez</span> [[Module:File/doc|consultez la liste des types]]."
		
         
		local t = {}
		t = {
			['amiibo'] = amiibo,

			['2d'] = artwork,
			['2dart'] = artwork,
			['2d art'] = artwork,
			['2d artwork'] = artwork,
			['art'] = artwork,
			['artwork'] = artwork,
			['art work'] = artwork,
			['illustration'] = artwork,

			['3d'] = render,
			['3dart'] = render,
			['3d art'] = render,
			['3d artwork'] = render,
			['render'] = render,
			['rendering'] = render,
			['rendu'] = render,
			['rendu3d'] = render,
			['rendu3d'] = render,
			['rendu 3d'] = render,
			['rendu 3d'] = render,

			['anim'] = animated,
			['animated'] = animated,
			['animation'] = animated,
			['animated image'] = animated,
			['animated images'] = animated,
			['animated img'] = animated,
			['gif'] = animated,
			['animé'] = animated,
			['animée'] = animated,
			['image animée'] = animated,
			['imagenanimée'] = animated,

			['album'] = album,
			['albumart'] = album,
			['illustration d\'album'] = album,
			['illustrationdalbum'] = album,
			['illustrationalbum'] = album,
			['illustration album'] = album,

			['nmusicthumb'] = nmusicthumb,
			['nmusic'] = nmusicthumb,
			['nmusicart'] = nmusicthumb,
			['illustraionnmusic'] = nmusicthumb,
			['vignettenmusic'] = nmusicthumb,
			['miniaturenmusic'] = nmusicthumb,

			['music'] = music,
			['song'] = music,
			['songs'] = music,
			['musique'] = music,
			['chanson'] = music,
			['musiques'] = music,
			['chansons'] = music,

			['audio'] = audio,
			['sound'] = audio,
			['voice clip'] = audio,
			['voice'] = audio,
			['son'] = audio,
			['voix'] = audio,

			['box'] = boxart,
			['boxart'] = boxart,
			['boxartwork'] = boxart,
			['box art'] = boxart,
			['box artwork'] = boxart,
			['jaquette'] = boxart,
			['illustrationdejaquette'] = boxart,
			['illustrationjaquette'] = boxart,
			['illustration jaquette'] = boxart,
			['illustration de jaquette'] = boxart,

			['brandlogo'] = brandlogo,
			['brand logo'] = brandlogo,
			['bl'] = brandlogo,
			['lm'] = brandlogo,
			['logodemarque'] = brandlogo,
			['logomarque'] = brandlogo,
			['logo marque'] = brandlogo,
			['logo de marque'] = brandlogo,

			['badgeicon'] = badgeicon,
			['badge icon'] = badgeicon,
			['bicon'] = badgeicon,
			['icônedebadge'] = badgeicon,
			['icônebadge'] = badgeicon,
			['icône badge'] = badgeicon,
			['icône de badge'] = badgeicon,

			['conceptart'] = conceptart,
			['conceptartwork'] = conceptart,
			['concept art'] = conceptart,
			['concept artwork'] = conceptart,
			['early art'] = conceptart,
			['early artwork'] = conceptart,
			['earlyart'] = conceptart,
			['earlyartwork'] = conceptart,
			['illustrationconceptuelle'] = conceptart,
			['illustration conceptuelle'] = conceptart,

			['button'] = control,
			['buttons'] = control,
			['control'] = control,
			['controller'] = control,
			['controller button'] = control,
			['joystick'] = control,
			['boutton'] = control,
			['mannette'] = control,
			['contrôleur'] = control,

			['controllerphoto'] = controllerphoto,
			['controller photo'] = controllerphoto,
			['controlphoto'] = controllerphoto,
			['control photo'] = controllerphoto,
			['photodemanette'] = controllerphoto,
			['photo de manette'] = controllerphoto,
			['photomanette'] = controllerphoto,
			['photo manette'] = controllerphoto,

			['charactericon'] = charactericon,
			['character icon'] = charactericon,
			['icônedepersonnage'] = charactericon,
			['icônepersonnage'] = charactericon,
			['icône personnage'] = charactericon,
			['icône de personnage'] = charactericon,

			['characterrender'] = characterrender,
			['character render'] = characterrender,
			['cr'] = characterrender,
			['rendu de personnage'] = characterrender,
			['rendudepersonnage'] = characterrender,
			['rendupersonnage'] = characterrender,
			['rendu personnage'] = characterrender,

			['css'] = css,
			['site styling'] = css,
			['sitestyling'] = css,
			['style du site'] = css,
			['styledusite'] = css,
			['stylesite'] = css,
			['style site'] = css,

			['characterart'] = characterart,
			['characterartwork'] = characterart,
			['character art'] = characterart,
			['character artwork'] = characterart,
			['charart'] = characterart,
			['illustration de personnage'] = characterart,
			['illustrationdepersonnage'] = characterart,
			['illustrationpersonnage'] = characterart,
			['illustration personnage'] = characterart,

			['creditsartwork'] = creditsartwork,
			['creditsart'] = creditsartwork,
			['credits artwork'] = creditsartwork,
			['credits art'] = creditsartwork,
			['credart'] = creditsartwork,
			['illustrationdescrédits'] = creditsartwork,
			['illustrationcrédits'] = creditsartwork,
			['illustration crédits'] = creditsartwork,
			['illustration des crédits'] = creditsartwork,

			['diagram'] = diagram,
			['graph'] = diagram,
			['graphs'] = diagram,
			['chart'] = diagram,
			['diagramme'] = diagram,
			['graphique'] = diagram,
			['tableau'] = diagram,

			['emoteicon'] = emoteicon,
			['emote icon'] = emoteicon,
			['emoticon'] = emoteicon,
			['icône d\'émote'] = emoteicon,
			['icônedémote'] = emoteicon,
			['icône émote'] = emoteicon,
			['icôneémote'] = emoteicon,

			['favoriteicon'] = favicon,
			['favorite icon'] = favicon,
			['favouriteicon'] = favicon,
			['favourite icon'] = favicon,
			['favicon'] = favicon,
			['icône favorite'] = favicon,
			['icônefavorite'] = favicon,

			['flag'] = flag,
			['drapeau'] = flag,

			['ico'] = icon,
			['icon'] = icon,
			['icons'] = icon,
			['icône'] = icon,

			['internetarchive'] = internetarchive,
			['archive'] = internetarchive,
			['archiveinternet'] = internetarchive,

			['logo'] = logo,
			['logomark'] = logo,
			['logos'] = logo,
			['logotype'] = logo,
			['wordmark'] = logo,

			['language'] = language,
			['lang'] = language,
			['langage'] = language,

			['map'] = map,
			['maps'] = map,
			['carte'] = map,
			['cartes'] = map,

			['mangascan'] = mangascan,
			['mangapage'] = mangascan,
			['pagemanga'] = mangascan,
			['page manga'] = mangascan,
			['page de manga'] = mangascan,
			['pagedemanga'] = mangascan,

			['miiverse'] = miiverse,

			['main'] = main,
			['mainimage'] = mainimage,
			['mainimages'] = mainimage,
			['principal'] = mainimage,
			['image principale'] = mainimage,
			['imageprincipale'] = mainimage,
			['images principales'] = mainimage,

			['line'] = line,
			['LINE'] = line,
			['line sticker'] = line,
			['autocollant line'] = line,

			['modeicon'] = modeicon,
			['mode icon'] = modeicon,
			['mi'] = modeicon,
			['icône de mode'] = modeicon,
			['icônedemode'] = modeicon,
			['icône mode'] = modeicon,
			['icônemode'] = modeicon,

			['3dmodel'] = model,
			['3d model'] = model,
			['model'] = model,
			['models'] = model,
			['modèle 3d'] = model,
			['modèle 3D'] = model,
			['modèle3d'] = model,
			['modele 3d'] = model,
			['modele 3D'] = model,
			['modele3d'] = model,

			['merch'] = merch,
			['merchandise'] = merch,
			['toy'] = merch,
			['jouet'] = merch,
			['produit dérivé'] = merch,
			['produitdérivé'] = merch,

			['nsicon'] = nsicon,
			['nsoicon'] = nsicon,
			['nsoiconpart'] = nsicon,
			['nso icon'] = nsicon,
			['nso icon part'] = nsicon,
			['nintendo switch online icon'] = nsicon,
			['nintendo switch online icon part'] = nsicon,
			['icônenso'] = nsicon,
			['icônens'] = nsicon,
			['icône nso'] = nsicon,
			['icône nintendo switch online'] = nsicon,

			['nintendobadgearcade'] = nintendobadgearcade,
			['nintendo badge arcade'] = nintendobadgearcade,
			['nba'] = nintendobadgearcade,
			['nintendobadge'] = nintendobadgearcade,
			['nintendo badge']= nintendobadgearcade,

			['photo'] = photo,
			['photos'] = photo,
			['photography'] = photo,
			['reallife'] = photo,
			['real life'] = photo,
			['vie réelle'] = photo,
			['vieréelle'] = photo,
			['photographie'] = photo,

			['promotional'] = promotional,
			['promo'] = promotional,
			['advertisement'] = promotional,
			['ad'] = promotional,
			['promotionnel'] = promotional,
			['pub'] = promotional,

			['person'] = person,
			['real person'] = person,
			['human person'] = person,
			['people'] = person,
			['real people'] = person,
			['personne'] = person,
			['personne réelle'] = person,
			['personnes'] = person,
			['personne réelles'] = person,

			['promoshot'] = promoshot,
			['promotional screenshot'] = promoshot,
			['promo screenshot'] = promoshot,
			['capture d\'écran promotionnelle'] = promoshot,
			['promocaptureécran'] = promoshot,

			['promoart'] = promoart,
			['promotional artwork'] = promoart,
			['promo artwork'] = promoart,
			['Promoart'] = promoart,
			['Promotional Artwork'] = promoart,
			['Promo Artwork'] = promoart,
			['illustration promotionnelle'] = promoart,

			['prerelease'] = prerelease,
			['pre-release'] = prerelease,
			['p-r'] = prerelease,
			['beta'] = prerelease,
			['pré-lancement'] = prerelease,
			['prélancement'] = prerelease,

			['qr'] = qrcode,
			['qrcode'] = qrcode,

			['rating'] = rating,
			['ratings'] = rating,
			['rareté'] = rating,

			['prtscr'] = screenshot,
			['printscreen'] = screenshot,
			['print screen'] = screenshot,
			['scr'] = screenshot,
			['screen'] = screenshot,
			['screenshot'] = screenshot,
			['scrshot'] = screenshot,
			['screen shot'] = screenshot,
			['capture d\'écran'] = screenshot,
			['captured\'écran'] = screenshot,
			['capturedécran'] = screenshot,
			['captureécran'] = screenshot,
            ['capture écran'] = screenshot,

			['videoscreenshot'] = videoscreenshot,
			['video screenshot'] = videoscreenshot,
			['capture d\'écran de vidéo'] = videoscreenshot,
			['captureécranvidéo'] = videoscreenshot,

			['team'] = team,
			['teams'] = team,
			['competitive'] = team,
			['équipes'] = team,
			['équipe'] = team,
			['compétitif'] = team,

			['template'] = template,
			['modèle'] = template,
			['modele'] = template,

			['texture'] = texture,

			['pixelart'] = sprite,
			['pixel art'] = sprite,
			['sprite'] = sprite,
			['sprites'] = sprite,

			['scan'] = scan,
			['scanned'] = scan,
			['scans'] = scan,
			['scanné'] = scan,

			['sys'] = system,
			['system'] = system,
			['system image'] = system,
			['system images'] = system,
			['console'] = system,
			['switch'] = system,
			['wiiu'] = system,
			['système'] = system,

			['titlescreen'] = titlescreen,
			['title screen'] = titlescreen,
			['title'] = titlescreen,
			['titre'] = titlescreen,
			['écran titre'] = titlescreen,
			['écran de titre'] = titlescreen,
			['écrantitre'] = titlescreen,

			['personal'] = user,
			['personal img'] = user,
			['personal image'] = user,
			['user'] = user,
			['userimg'] = user,
			['user image'] = user,
			['personnel'] = user,
			['image personnelle'] = user,
			['personnelle'] = user,
			['utilisateur'] = user,
			['image utilisateur'] = user,

			['video'] = video,
			['videos'] = video,
			['vidéo'] = video,
			['vidéos'] = video,

			['promo video'] = promovideo,
			['promo vidéo'] = promovideo,
			['promotional video'] = promovideo,
			['promovideo'] = promovideo,
			['promovideos'] = promovideo,

			['pikmin-fr'] = wiki,
			['wiki'] = wiki,
			['pikminfr'] = wiki,

			['wallpaper'] = wallpaper,
			['wall paper'] = wallpaper,
			['screensaver'] = wallpaper,
			['background'] = wallpaper,
			['fond d\'écran'] = wallpaper,
			['fond\'écran'] = wallpaper,
			['fondécran'] = wallpaper,
			['fonddécran'] = wallpaper,
		    }
		
		if not t[X]
			then return none
		else return t[X]
		end
	end
	
	function CAT(X,Y)
		if game == "Octo Expansion" then
            Y = ' de l\'Octo Expansion '
        elseif game == "Octacanyon" then
            Y = ' de l\'Octacanyon '
        elseif game == "Octavallée" then
            Y = ' de l\'Octavallée '
        elseif game == "La Tour de l'Ordre" then
            Y = ' de la Tour de l\'Ordre '
        elseif game == "Tour de l'Ordre" then
            Y = ' de la Tour de l\'Ordre '
        elseif game == "Le retour des mammifériens" then
            Y = ' du retour des mammifériens '
        elseif game == "Retour des mammifériens" then
            Y = ' du retour des mammifériens '
        elseif game ~= "" then
        	Y = ' de ' .. game
        else
        	Y = ""
        end
		local amiibo = "[[Category:amiibo".. Y .."]]"
		local album = "[[Category:Illustrations d'albums".. Y .."]]"
		local nmusicthumb = "[[Category:Miniatures de Nintendo Music]]"
		local artwork = "[[Category:Illustrations".. Y .."]]"
		local animated = "[[Category:Images animées".. Y .."]]"
		local music = "[[Category:Musique".. Y .."]]"
		local audio = "[[Category:Audio".. Y .."]]"
		local boxart = "[[Category:Illustrations de jaquettes".. Y .."]]"
		local control = "[[Category:Icônes de manettes".. Y .."]]"
        local controllerphoto = "[[Category:Photos de manettes".. Y .."]]"
        local conceptart = "[[Category:Illustrations conceptuelles".. Y .."]]"
        local charactericon = "[[Category:Icônes de personnages".. Y .."]]"
        local characterrender = "[[Category:Rendus de personnages".. Y .."]]"
		local characterart = "[[Category:Illustrations de personnages".. Y .."]]"
		local creditsartwork = "[[Category:Illustrations des crédits".. Y .."]]"
        local css = "[[Category:Images utilisées dans le style du site]]"
		local diagram = "[[Category:Diagrammes".. Y .."]]"
		local icon = "[[Category:Icônes".. Y .."]]"
        local internetarchive = "[[Category:Fichiers d'archives Internet]]"
		local flag = "[[Category:Drapeaux".. Y .."]]"
		local favicon = "[[Category:Favicons]]"
		local logo = "[[Category:Logos".. Y .."]]"
		local line = "[[Category:Autocollants LINE".. Y .."]]"
		local main = "[[Category:".. Y .."]]"
		local mainimage = "[[Category:Images".. Y .."]]"
		local miiverse = "[[Category:Posts Miiverse".. Y .."]]"
		local mangascan = "[[Category:Scans du manga".. Y .."]]"
		local map = "[[Category:Cartes".. Y .."]]"
		local language = "[[Category:Langue]]"
		local model = "[[Category:Modèles".. Y .."]]"
        local nintendobadgearcade = "[[Category:Icônes des badges dans Nintendo Badge Arcade]]"
        local nsicon = "[[Category:Icônes de profil".. Y .." sur la Nintendo Switch]]"
		local merch = "[[Category:Images de produits dérivés".. Y .."]]"
		local promotional = "[[Category:Images promotionnelles".. Y .."]]"
		local promoshot = "[[Category:Captures d'écran promotionnelles".. Y .."]]"
		local promoart = "[[Category:Illustrations promotionnelles".. Y .."]]"
		local prerelease = "[[Category:Images pré-lancement".. Y .."]]"
		local photo = "[[Category:Images".. Y .." provenant de la vie réelle]]"
        local person = "[[Category:Personnes de la vie réelle]]"
        local qrcode = "[[Category:QR codes".. Y .."]]"
		local rating = "[[Category:".. Y .."rating icons]]"
		local scan = "[[Category:Scans".. Y .."]]"
		local screenshot = "[[Category:Captures d'écran".. Y .."]]"
		local sprite = "[[Category:Sprites".. Y .."]]"
		local system = "[[Category:Consoles]]"
		local videoscreenshot = "[[Category:Captures d'écran de vidéos".. Y .."]]"
		local render = "[[Category:Rendus".. Y .."]]"
		local texture = "[[Category:Textures".. Y .."]]"
		local user = "[[Category:Fichiers utilisateur]]"
		local template = "[[Category:Images de modèles".. Y .."]]"
		local team = "[[Category:Équipes".. Y .."]]"
        local titlescreen = "[[Category:Écrans titre".. Y .."]]"
		local video = "[[Category:Vidéos".. Y .."]]"
		local promovideo = "[[Category:Vidéos promotionnelles".. Y .."]]"
		local wiki = "[[Category:Images de Pikmin FR]]"
		local wallpaper = "[[Category:Fonds d'écran".. Y .."]]"
		local none = "[[Category:Fichiers avec types invalides]]"
		
		local t = {}
		t = {
			['amiibo'] = amiibo,

			['2d'] = artwork,
			['2dart'] = artwork,
			['2d art'] = artwork,
			['2d artwork'] = artwork,
			['art'] = artwork,
			['artwork'] = artwork,
			['art work'] = artwork,
			['illustration'] = artwork,

			['3d'] = render,
			['3dart'] = render,
			['3d art'] = render,
			['3d artwork'] = render,
			['render'] = render,
			['rendering'] = render,
			['rendu'] = render,
			['rendu3d'] = render,
			['rendu3d'] = render,
			['rendu 3d'] = render,
			['rendu 3d'] = render,

			['anim'] = animated,
			['animated'] = animated,
			['animation'] = animated,
			['animated image'] = animated,
			['animated images'] = animated,
			['animated img'] = animated,
			['gif'] = animated,
			['animé'] = animated,
			['animée'] = animated,
			['image animée'] = animated,
			['imagenanimée'] = animated,

			['album'] = album,
			['albumart'] = album,
			['illustration d\'album'] = album,
			['illustrationdalbum'] = album,
			['illustrationalbum'] = album,
			['illustration album'] = album,

			['nmusicthumb'] = nmusicthumb,
			['nmusic'] = nmusicthumb,
			['nmusicart'] = nmusicthumb,
			['illustraionnmusic'] = nmusicthumb,
			['vignettenmusic'] = nmusicthumb,
			['miniaturenmusic'] = nmusicthumb,

			['music'] = music,
			['song'] = music,
			['songs'] = music,
			['musique'] = music,
			['chanson'] = music,
			['musiques'] = music,
			['chansons'] = music,

			['audio'] = audio,
			['sound'] = audio,
			['voice clip'] = audio,
			['voice'] = audio,
			['son'] = audio,
			['voix'] = audio,

			['box'] = boxart,
			['boxart'] = boxart,
			['boxartwork'] = boxart,
			['box art'] = boxart,
			['box artwork'] = boxart,
			['jaquette'] = boxart,
			['illustrationdejaquette'] = boxart,
			['illustrationjaquette'] = boxart,
			['illustration jaquette'] = boxart,
			['illustration de jaquette'] = boxart,

			['brandlogo'] = brandlogo,
			['brand logo'] = brandlogo,
			['bl'] = brandlogo,
			['lm'] = brandlogo,
			['logodemarque'] = brandlogo,
			['logomarque'] = brandlogo,
			['logo marque'] = brandlogo,
			['logo de marque'] = brandlogo,

			['badgeicon'] = badgeicon,
			['badge icon'] = badgeicon,
			['bicon'] = badgeicon,
			['icônedebadge'] = badgeicon,
			['icônebadge'] = badgeicon,
			['icône badge'] = badgeicon,
			['icône de badge'] = badgeicon,

			['conceptart'] = conceptart,
			['conceptartwork'] = conceptart,
			['concept art'] = conceptart,
			['concept artwork'] = conceptart,
			['early art'] = conceptart,
			['early artwork'] = conceptart,
			['earlyart'] = conceptart,
			['earlyartwork'] = conceptart,
			['illustrationconceptuelle'] = conceptart,
			['illustration conceptuelle'] = conceptart,

			['button'] = control,
			['buttons'] = control,
			['control'] = control,
			['controller'] = control,
			['controller button'] = control,
			['joystick'] = control,
			['boutton'] = control,
			['mannette'] = control,
			['contrôleur'] = control,

			['controllerphoto'] = controllerphoto,
			['controller photo'] = controllerphoto,
			['controlphoto'] = controllerphoto,
			['control photo'] = controllerphoto,
			['photodemanette'] = controllerphoto,
			['photo de manette'] = controllerphoto,
			['photomanette'] = controllerphoto,
			['photo manette'] = controllerphoto,

			['charactericon'] = charactericon,
			['character icon'] = charactericon,
			['icônedepersonnage'] = charactericon,
			['icônepersonnage'] = charactericon,
			['icône personnage'] = charactericon,
			['icône de personnage'] = charactericon,

			['characterrender'] = characterrender,
			['character render'] = characterrender,
			['cr'] = characterrender,
			['rendu de personnage'] = characterrender,
			['rendudepersonnage'] = characterrender,
			['rendupersonnage'] = characterrender,
			['rendu personnage'] = characterrender,

			['css'] = css,
			['site styling'] = css,
			['sitestyling'] = css,
			['style du site'] = css,
			['styledusite'] = css,
			['stylesite'] = css,
			['style site'] = css,

			['characterart'] = characterart,
			['characterartwork'] = characterart,
			['character art'] = characterart,
			['character artwork'] = characterart,
			['charart'] = characterart,
			['illustration de personnage'] = characterart,
			['illustrationdepersonnage'] = characterart,
			['illustrationpersonnage'] = characterart,
			['illustration personnage'] = characterart,

			['diagram'] = diagram,
			['graph'] = diagram,
			['graphs'] = diagram,
			['chart'] = diagram,
			['diagramme'] = diagram,
			['graphique'] = diagram,
			['tableau'] = diagram,

			['favoriteicon'] = favicon,
			['favorite icon'] = favicon,
			['favouriteicon'] = favicon,
			['favourite icon'] = favicon,
			['favicon'] = favicon,
			['icône favorite'] = favicon,
			['icônefavorite'] = favicon,

			['flag'] = flag,
			['drapeau'] = flag,

			['ico'] = icon,
			['icon'] = icon,
			['icons'] = icon,
			['icône'] = icon,

			['internetarchive'] = internetarchive,
			['archive'] = internetarchive,
			['archiveinternet'] = internetarchive,

			['logo'] = logo,
			['logomark'] = logo,
			['logos'] = logo,
			['logotype'] = logo,
			['wordmark'] = logo,

			['language'] = language,
			['lang'] = language,
			['langage'] = language,

			['map'] = map,
			['maps'] = map,
			['carte'] = map,
			['cartes'] = map,

			['mangascan'] = mangascan,
			['mangapage'] = mangascan,
			['pagemanga'] = mangascan,
			['page manga'] = mangascan,
			['page de manga'] = mangascan,
			['pagedemanga'] = mangascan,

			['miiverse'] = miiverse,

			['main'] = main,
			['mainimage'] = mainimage,
			['mainimages'] = mainimage,
			['principal'] = mainimage,
			['image principale'] = mainimage,
			['imageprincipale'] = mainimage,
			['images principales'] = mainimage,

			['line'] = line,
			['LINE'] = line,
			['line sticker'] = line,
			['autocollant line'] = line,

			['modeicon'] = modeicon,
			['mode icon'] = modeicon,
			['mi'] = modeicon,
			['icône de mode'] = modeicon,
			['icônedemode'] = modeicon,
			['icône mode'] = modeicon,
			['icônemode'] = modeicon,

			['3dmodel'] = model,
			['3d model'] = model,
			['model'] = model,
			['models'] = model,
			['modèle 3d'] = model,
			['modèle 3D'] = model,
			['modèle3d'] = model,

			['merch'] = merch,
			['merchandise'] = merch,
			['toy'] = merch,
			['jouet'] = merch,
			['produit dérivé'] = merch,
			['produitdérivé'] = merch,

			['nsicon'] = nsicon,
			['nsoicon'] = nsicon,
			['nsoiconpart'] = nsicon,
			['nso icon'] = nsicon,
			['nso icon part'] = nsicon,
			['nintendo switch online icon'] = nsicon,
			['nintendo switch online icon part'] = nsicon,
			['icônenso'] = nsicon,
			['icônens'] = nsicon,
			['icône nso'] = nsicon,
			['icône nintendo switch online'] = nsicon,

			['nintendobadgearcade'] = nintendobadgearcade,
			['nintendo badge arcade'] = nintendobadgearcade,
			['nba'] = nintendobadgearcade,
			['nintendobadge'] = nintendobadgearcade,
			['nintendo badge']= nintendobadgearcade,

			['photo'] = photo,
			['photos'] = photo,
			['photography'] = photo,
			['reallife'] = photo,
			['real life'] = photo,
			['vie réelle'] = photo,
			['vieréelle'] = photo,
			['photographie'] = photo,

			['promotional'] = promotional,
			['promo'] = promotional,
			['advertisement'] = promotional,
			['ad'] = promotional,
			['promotionnel'] = promotional,
			['pub'] = promotional,

			['person'] = person,
			['real person'] = person,
			['human person'] = person,
			['people'] = person,
			['real people'] = person,
			['personne'] = person,
			['personne réelle'] = person,
			['personnes'] = person,
			['personne réelles'] = person,

			['promoshot'] = promoshot,
			['promotional screenshot'] = promoshot,
			['promo screenshot'] = promoshot,
			['capture d\'écran promotionnelle'] = promoshot,
			['promocaptureécran'] = promoshot,

			['promoart'] = promoart,
			['promotional artwork'] = promoart,
			['promo artwork'] = promoart,
			['Promoart'] = promoart,
			['Promotional Artwork'] = promoart,
			['Promo Artwork'] = promoart,
			['illustration promotionnelle'] = promoart,

			['prerelease'] = prerelease,
			['pre-release'] = prerelease,
			['p-r'] = prerelease,
			['beta'] = prerelease,
			['pré-lancement'] = prerelease,
			['prélancement'] = prerelease,

			['qr'] = qrcode,
			['qrcode'] = qrcode,

			['rating'] = rating,
			['ratings'] = rating,
			['rareté'] = rating,

			['prtscr'] = screenshot,
			['printscreen'] = screenshot,
			['print screen'] = screenshot,
			['scr'] = screenshot,
			['screen'] = screenshot,
			['screenshot'] = screenshot,
			['scrshot'] = screenshot,
			['screen shot'] = screenshot,
			['capture d\'écran'] = screenshot,
			['captured\'écran'] = screenshot,
			['capturedécran'] = screenshot,
			['captureécran'] = screenshot,
            ['capture écran'] = screenshot,

			['videoscreenshot'] = videoscreenshot,
			['video screenshot'] = videoscreenshot,
			['capture d\'écran de vidéo'] = videoscreenshot,
			['captureécranvidéo'] = videoscreenshot,

			['team'] = team,
			['teams'] = team,
			['competitive'] = team,
			['équipes'] = team,
			['équipe'] = team,
			['compétitif'] = team,

			['template'] = template,
			['modèle'] = template,
			['modele'] = template,

			['texture'] = texture,

			['pixelart'] = sprite,
			['pixel art'] = sprite,
			['sprite'] = sprite,
			['sprites'] = sprite,

			['scan'] = scan,
			['scanned'] = scan,
			['scans'] = scan,
			['scanné'] = scan,

			['sys'] = system,
			['system'] = system,
			['system image'] = system,
			['system images'] = system,
			['console'] = system,
			['switch'] = system,
			['wiiu'] = system,
			['système'] = system,

			['titlescreen'] = titlescreen,
			['title screen'] = titlescreen,
			['title'] = titlescreen,
			['titre'] = titlescreen,
			['écran titre'] = titlescreen,
			['écran de titre'] = titlescreen,
			['écrantitre'] = titlescreen,

			['personal'] = user,
			['personal img'] = user,
			['personal image'] = user,
			['user'] = user,
			['userimg'] = user,
			['user image'] = user,
			['personnel'] = user,
			['image personnelle'] = user,
			['personnelle'] = user,
			['utilisateur'] = user,
			['image utilisateur'] = user,

			['video'] = video,
			['videos'] = video,
			['vidéo'] = video,
			['vidéos'] = video,
			
			['promo video'] = promovideo,
			['promo vidéo'] = promovideo,
			['promotional video'] = promovideo,
			['promovideo'] = promovideo,
			['promovideos'] = promovideo,

			['pikmin-fr'] = wiki,
			['wiki'] = wiki,
			['pikminfr'] = wiki,

			['wallpaper'] = wallpaper,
			['wall paper'] = wallpaper,
			['screensaver'] = wallpaper,
			['background'] = wallpaper,
			['fond d\'écran'] = wallpaper,
			['fond\'écran'] = wallpaper,
			['fondécran'] = wallpaper,
			['fonddécran'] = wallpaper,
		}

		if not t[X]
			then return none
		else return t[X]
		end
	end
	
	function SRC(X)
		local myself = "Media créé ou obtenu par la personne ayant fait le téléversement"
		local user2 = "Media créé ou obtenu par [[user:".. user .."|".. user .."]]"
		local fandom = "Image FANDOM [[Category:Images provenant de FANDOM]]"
		local youtube = "Image YouTube [[Category:Images provenant de YouTube]]"
		local presskit = "Image de kit de presse [[Category:Images de kits de presse non-publics]]"
		local missing = "<span style='color: red'>''Une source doit être ajoutée à ce fichier.''</span>[[Category:Source manquante]]"
		local nintendomusic = "Ce fichier vient de [[Nintendo Music]]. [[Category:Nintendo Music source files]]"
        local prima = "Ce fichier vient d'un guide Prima. [[Category:Fichiers provenant d'un guide Prima]]"
        local nso = "Ce fichier vient de Nintendo Switch Online. [[Category:Fichiers provenant de Nintendo Switch Online]]"
		local nt = "Ce fichier vient de [[Nintendo Today!]] [[Category:Fichiers provenant de Nintendo Today!]]"
		
		local t = {}
		t = {
			['me'] = myself,
			['my'] = myself,
			['myself'] = myself,
			['self'] = myself,
			['Me'] = myself,
			['My'] = myself,
			['Myself'] = myself,
			['Self'] = myself,
			['moi'] = myself,
			['Moi'] = myself,
			['moi-même'] = myself,
			['Moi-même'] = myself,

			['other'] = user2,
			['someone'] = user2,
			['someone else'] = user2,
			['user'] = user2,
			['Other'] = user2,
			['Someone'] = user2,
			['Someone else'] = user2,
			['User'] = user2,
			['autre'] = user2,
			['Autre'] = user2,
			['quelqu\'un d\'autre'] = user2,
			['Quelqu\'un d\'autre'] = user2,
			['utilisateur'] = user2,
			['Utilisateur'] = user2,
			
			['gamepedia'] = fandom,
			['fandom'] = fandom,
			['wikia'] = fandom,
			['gamefaqs'] = fandom,
			['Gamepedia'] = fandom,
			['Fandom'] = fandom,
			['Wikia'] = fandom,
			['Gamefaqs'] = fandom,
			['GameFAQs'] = fandom,
			
			['youtube'] = youtube,
			['yt'] = youtube,
			['Youtube'] = youtube,
			['YT'] = youtube,
			['YouTube'] = youtube,
			
			['kit'] = presskit,
			['press'] = presskit,
			['presskit'] = presskit,
			['press kit'] = presskit,
			['Kit'] = presskit,
			['Press'] = presskit,
			['Presskit'] = presskit,
			['Press kit'] = presskit,
			['Presse'] = presskit,
			['presse'] = presskit,
			['Kit de presse'] = presskit,
			['kit de presse'] = presskit,
			['Kit presse'] = presskit,
			['kit presse'] = presskit,

            ['Prima Official Starter Guide'] = prima,
            ['Prima Guide'] = prima,
            ['Prima guide'] = prima,
            ['prima guide'] = prima,
            ['Prima Games'] = prima,
            ['Prima games'] = prima,
            ['prima games'] = prima,
            ['prima official starter guide'] = prima,
            ['Prima'] = prima,
            ['prima'] = prima,
            ['Guide Prima'] = prima,
            ['guide Prima'] = prima,

            ['nso'] = nso,
            ['NSO'] = nso,
            ['Switch Online'] = nso,
            ['Online'] = nso,
            ['Nintendo Switch Online'] = nso,
            ['switch online'] = nso,
            ['online'] = nso,
            ['nintendo switch online'] = nso,
            
            ['nt'] = nt,
            ['nintendotoday'] = nt,
            ['nintendo today'] = nt,
            ['Nintendo Today'] = nt,
            ['nintendotoday!'] = nt,
            ['nintendo today!'] = nt,
            ['Nintendo Today!'] = nt,
		}
		
		if source and source ~= "" then	
			if not t[X] then
				return X
			else return t[X]
			end
		else return missing
		end
	end
	
	function LIC(X)
		local ccbysa10 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/1.0/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 1.0]'''.''[[Category:Médias sous licence CC BY-SA 1.0]]"
		local ccby20 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/2.0/deed.fr Creative Commons Attribution 2.0]''' .''[[Category:Médias sous licence CC BY-SA 2.0]]"
		local ccbysa21jp = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/2.1/jp/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 2.1 Japon]'''.''[[Category:Médias sous licence CC BY-SA 2.1]]"
		local ccby25 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/2.5/deed.fr Creative Commons Attribution 2.5]'''.''[[Category:Médias sous licence CC BY 2.5]]"
		local ccbysa25 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/2.5/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 2.5]'''.''[[Category:Médias sous licence CC BY-SA 2.5]]"
		local ccby30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/3.0/deed.fr Creative Commons Attribution 3.0]'''.''[[Category:Médias sous licence CC BY 3.0]]"
		local ccbync30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-nc/3.0/fr Creative Commons Attribution Pas d'Utilisation Commerciale 3.0]'''.''[[Category:Médias sous licence CC BY-NC 3.0]]"
		local ccbyncsa30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-nc-sa/3.0/fr Creative Commons Attribution Pas d'Utilisation Commerciale Partage à l'Identique 3.0 ]'''.''[[Category:Médias sous licence CC BY-NC-SA 3.0]]"
		local ccbysa30 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/3.0/deed.fr Creative Commons Attribution - Partage dans les Mêmes Conditions 3.0]'''.''[[Category:Médias sous licence CC BY-SA 3.0]]"
		local ccby40 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by/4.0/deed.fr Creative Commons Attribution 4.0]'''.''[[Category:Médias sous licence CC BY 4.0]]"
		local ccbysa40 = "''Ce fichier est distribué sous licence '''[https://creativecommons.org/licenses/by-sa/4.0/deed.fr Creative Commons Attribution - Partage dans les mêmes conditions 4.0]'''.''[[Category:Médias sous licence CC BY-SA 4.0]]"
		local lgpl = "Cette bibliothèque est un logiciel libre. Vous pouvez la redistribuer et/ou la modifier selon les termes de la '''[[wikipedia:Licence publique générale limitée GNU|Licence publique générale limitée GNU]]''' telle que publiée par la [[wikipedia:Free Software Foundation|Free Software Foundation]]; soit la version 2.1 de la licence, soit (à votre discrétion) toute version ultérieure. Cette bibliothèque est distribuée dans l'espoir qu'elle sera utile, mais sans aucune garantie, sans même la garantie implicite de qualité marchande ou d'adéquation à un objectif particulier. Consultez la [https://www.gnu.org/licenses/lgpl.html Licence publique générale limitée GNU] pour plus de détails."
		local pd = "''Ce fichier est dans le '''[[Wikipedia:Domaine public (propriété intellectuelle)|domaine public]]''' car ses droits d'auteur ont expirés, des droits d'auteur ne sont pas applicable ou le détenteur des droits d'auteur l'a autorisé. Cela s'applique internationalement.''[[Category:Médias publiés dans le domaine public]]"
		local pds = "''Ce fichier est dans le '''[[Wikipedia:Domaine public (propriété intellectuelle)|domaine public]]''' car l'utilisateur qui l'a téléversé l'a autorisé. Cela s'applique internationalement.''[[Category:Médias publiés dans le domaine public]]"
		local fairuse = "''Ce fichier est soumis à des [[Pikmin FR:Droits d'auteur|droits d'auteur]]. Les droits d\'auteur sont très probablement détenus par l'entreprise qui a publié le jeu ou le média représenté. '''En France''', son utilisation par Pikmin FR est autorisée par l\''''article [https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006069414&idArticle=LEGIARTI000027683084&dateTexte=20160312|L. 122-5]''' du '''[https://fr.wikipedia.org/wiki/Code_de_la_propri%C3%A9t%C3%A9_intellectuelle Code de la propriété intellectuelle]'''. Sa mise à disposition est autorisée dans la limite des droits que l\''''article [https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006069414&idArticle=LEGIARTI000006279710&dateTexte=20100209|L. 713-3]''' accorde à son titulaire, et est reproduit ici en vertu de ces droits. '''Aux États-Unis d'Amérique''', l'utilisation de ce fichier par Pikmin FR est soutenue comme étant une '''utilisation équitable''' dans le cadre légal défini par le '''[https://fr.wikipedia.org/wiki/Fair_use fair use]'''. Le cas échéant, la permission de l\'auteur a été accordée. Ce fichier est utilisé sur le wiki uniquement dans l\'idée que les informations représentées sont destinées à servir de complément au jeu ou au média, et son utilisation sur le wiki :<ol><li>''Ne diminuera pas l\'expérience du jeu ou l\'utilisation du média en question.''</li><li>''Ne nuira pas aux ventes ou à la réputation de l\'auteur.''</li></ol>[[Catégorie:Médias sous licence Fair Use]]"
		
		local t = {}
		t = {
			['ccbysa10'] = ccbysa10,
			['ccybysa1.0'] = ccbysa10,
			['cc by sa 1.0'] = ccbysa10,
			['cc-by-sa-1.0'] = ccbysa10,
			['cc-by-sa 1.0'] = ccbysa10,
			['cc by-sa-1.0'] = ccbysa10,
			['cc by-sa 1.0'] = ccbysa10,
			
			['ccby20'] = ccby20,
			['ccyby2.0'] = ccby20,
			['cc by 2.0'] = ccby20,
			['cc-by-2.0'] = ccby20,
			['cc-by 2.0'] = ccby20,
			['cc by-2.0'] = ccby20,
			['cc by 2.0'] = ccby20,
			
			['ccbysa21jp'] = ccbysa21jp,
			['ccybysa2.1jp'] = ccbysa21jp,
			['cc by sa 2.1 jp'] = ccbysa21jp,
			['cc-by-sa-2.1 jp'] = ccbysa21jp,
			['cc-by-sa 2.1 jp'] = ccbysa21jp,
			['cc by-sa-2.1 jp'] = ccbysa21jp,
			['cc by-sa 2.1 jp'] = ccbysa21jp,
			['cc-by-sa 2.1 japan'] = ccbysa21jp,
			
			['ccby25'] = ccby25,
			['ccyby2.5'] = ccby25,
			['cc by 2.5'] = ccby25,
			['cc-by-2.5'] = ccby25,
			['cc-by-2.5'] = ccby25,
			['cc by-2.5'] = ccby25,
			['cc by-2.5'] = ccby25,
			
			['ccbysa25'] = ccbysa25,
			['ccybysa2.5'] = ccbysa25,
			['cc by sa 2.5'] = ccbysa25,
			['cc-by-sa-2.5'] = ccbysa25,
			['cc-by-sa 2.5'] = ccbysa25,
			['cc by-sa-2.5'] = ccbysa25,
			['cc by-sa 2.5'] = ccbysa25,
			
			['ccby30'] = ccby30,
			['ccyby3.0'] = ccby30,
			['cc by 3.0'] = ccby30,
			['cc-by-3.0'] = ccby30,
			['cc-by-3.0'] = ccby30,
			
			['ccbysa30'] = ccbysa30,
			['ccybysa3.0'] = ccbysa30,
			['cc by sa 3.0'] = ccbysa30,
			['cc-by-sa-3.0'] = ccbysa30,
			['cc-by-sa 3.0'] = ccbysa30,
			['cc by-sa-3.0'] = ccbysa30,
			['cc by-sa 3.0'] = ccbysa30,

			['ccbync30'] = ccbync30,
			['ccybync3.0'] = ccbync30,
			['cc by nc 3.0'] = ccbync30,
			['cc-by-nc-3.0'] = ccbync30,
			['cc-by-nc 3.0'] = ccbync30,
			['cc by-nc-3.0'] = ccbync30,
			['cc by-nc 3.0'] = ccbync30,

			['ccbyncsa30'] = ccbyncsa30,
			['ccybyncsa3.0'] = ccbyncsa30,
			['cc by nc sa 3.0'] = ccbyncsa30,
			['cc-by-nc-sa-3.0'] = ccbyncsa30,
			['cc-by-nc-sa 3.0'] = ccbyncsa30,
			['cc by-nc-sa-3.0'] = ccbyncsa30,
			['cc by-nc-sa 3.0'] = ccbyncsa30,

			['ccby40'] = ccby40,
			['ccyby4.0'] = ccby40,
			['cc by 4.0'] = ccby40,
			['cc-by-4.0'] = ccby40,
			['cc-by-4.0'] = ccby40,
			
			['ccbysa40'] = ccbysa40,
			['ccybysa4.0'] = ccbysa40,
			['cc by sa 4.0'] = ccbysa40,
			['cc-by-sa-4.0'] = ccbysa40,
			['cc-by-sa 4.0'] = ccbysa40,
			['cc by-sa-4.0'] = ccbysa40,
			['cc by-sa 4.0'] = ccbysa40,
			
			['pd'] = pd,
			['public'] = pd,
			['publicdomain'] = pd,
			['public domain'] = pd,
			['dp'] = pd,
			['domaine public'] = pd,
			['domainepublic'] = pd,

			['lgpl'] = lgpl,
			['GNU Lesser'] = lgpl,
			['lpgl'] = lgpl,
			
			['pds'] = pds,
			['publicself'] = pds,
			['publicdomain self'] = pds,
			['public domain self'] = pds,
			['public domain by myself'] = pds,
			['domaine public par moi-même'] = pds,
			['domaine public par moi'] = pds,
			['domainepublic par moi'] = pds,
			['publicmoi'] = pds,
			['dpm'] = pds,
		}
		
		if not t[X]
		  then return fairuse
		else return t[X]
        end
	end
	
	local panel_type = ""
	local panel_meta = ""

	if not type or type == ""
		then type = {}
	else
		type = mw.text.split(type, ',%s*')
		for i = 1, #type do
			type[i] = TEXT(type[i]) .. CAT(type[i],true)
		end
		if #type > 4
			then panel_type = '<tr><th>Type(s)</th><td style="color: red">Il y a trop de types !<br />Il ne peut y en avoir que 4 au maximum.</td></tr>'
		else panel_type = '<tr><th>Type(s)</th><td>'.. table.concat(type,", ") ..'</td></tr>'
		end
	end
	
	if not meta or meta == ""
		then meta = {}
	else
		meta = mw.text.split(meta, ',%s*')
		for i = 1, #meta do
			meta[i] = TEXT(meta[i]) .. CAT(meta[i],false)
		end
		if #meta > 4
			then panel_meta = '<tr><th>Type(s) Meta</th><td style="color: red">Il y a trop de types !<br />Il ne peut y en avoir que 4 au maximum.</td></tr>'
		else panel_meta = '<tr><th>Type(s) Meta</th><td>'.. table.concat(meta,", ") ..'</td></tr>'
		end
	end
	
	local panel_game = '<tr><th>Jeu</th><td>\'\'[['.. game ..']]\'\'</td></tr>'
	local panel_description = '<tr><th>Description</th><td>'.. description ..'</td></tr>'
	local panel_user = '<tr><th>Utilisateur</th><td>[[utilisateur:'.. user ..'|'.. user ..']]</td></tr>'
	local panel_source = '<tr><th>Source</th><td>'.. SRC(source) ..'</td></tr>'
	local panel_license = '<tr><th>Licence</th><td>'.. LIC(license) ..'</td></tr>'
	local panel_resized = '<tr><th>redimensionné</th><td>Ce fichier a été redimensionné.[[Category:Fichiers redimensionnés]]</td></tr>'
	local panel_youtube = '<tr><th>YouTube</th><td>Ce fichier est tiré de YouTube et devra être remplacé par un fichier venant d\'un des jeux si possible.[[Category:Images provenant de YouTube]]</td></tr>'
	local panel_fandom = '<tr><th>FANDOM</th><td>Ce fichier est tiré de FANDOM (ou d\'une de ses filiale) et devra être remplacé aussi vite que possible.[[Category:Images provenant de FANDOM]]</td></tr>'
	
	if game == "" then panel_game = "" end
	if user == "" then panel_user = "" end
	if resized ~= "yes" then panel_resized = "" end
	if youtube ~= "yes" then panel_youtube = "" end
	if fandom ~= "yes" then panel_fandom = "" end
	
	if description == "" or description == nil then 
		panel_description = "[[Category:Fichiers sans description]]"
	end
	if source == "" or source == nil then 
		panel_source = "[[Category:Fichiers sans source]]"
	end
	
	local panel = '<table class="wikitable" style="width: 100%"><tr><th colspan="2">Informations sur le fichier</th></tr>'.. panel_game .. panel_description .. panel_type .. panel_meta .. panel_user .. panel_source .. panel_resized .. panel_youtube .. panel_fandom .. panel_license ..'</table>'
	
	table.insert(result, panel)
	return table.concat(result, "")
end

return f