Modification de Module:Abréviation

Attention : vous n’êtes pas connecté(e). Votre adresse IP sera visible de tout le monde si vous faites des modifications. Si vous vous connectez ou créez un compte, vos modifications seront attribuées à votre propre nom d’utilisateur(rice) et vous aurez d’autres avantages.

La modification peut être annulée. Veuillez vérifier les différences ci-dessous pour voir si c’est bien ce que vous voulez faire, puis publier ces changements pour finaliser l’annulation de cette modification.

Version actuelle Votre texte
Ligne 14 : Ligne 14 :
     D20            = 'Fallout Pen and Paper d20',
     D20            = 'Fallout Pen and Paper d20',
     FB            = 'Fallout Bible',
     FB            = 'Fallout Bible',
    FM            = 'Magic: The Gathering – Fallout',
    FBG            = 'Fallout : Le jeu de plateau',
    FJP            = 'Fallout : Le jeu de plateau',
    FBGNC          = 'Fallout: New California',
    FJPNC          = 'Fallout: New California',
     FILM          = 'Fallout (film)',
     FILM          = 'Fallout (film)',
     FIXT          = 'Fallout FIXT',
     FIXT          = 'Fallout FIXT',
Ligne 40 : Ligne 35 :
     FO4            = 'Fallout 4',
     FO4            = 'Fallout 4',
     FO4AM          = 'Automatron',
     FO4AM          = 'Automatron',
     FO4FH          = 'Far Harbor',
     FO4FH          = 'Wasteland Workshop',
     FO4NW          = 'Nuka-World',
     FO4NW          = 'Nuka-World',
     FO4VW          = 'Vault-Tec Workshop',
     FO4VW          = 'Vault-Tec Workshop',
    FO4WW          = 'Wasteland Workshop',
     FO76          = 'Fallout 76',
     FO76          = 'Fallout 76',
    FO76WA        = 'Wild Appalachia',
    FO76NW        = 'Nuclear Winter',
    FO76WL        = 'Wastelanders',
    FO76LR        = 'La Course Légendaire',
    FO76OW        = 'Terres désolées pour tous',
    FO76SD        = 'Aube d\'Acier',
FO76LL        = 'Paré à tout',
    FO76SR        = 'Règne d\'Acier',
    FO76FW        = 'Les mondes changent',
    FO76NM        = 'Nuit de la Phalène',
    FO76IB        = 'Les envahisseurs d\'au-delà',
    FO76TM        = 'De quel métal êtes-vous fait ?',
    FO76TP        = 'Expéditions : The Pitt',
    FO76NT        = 'Tournée Nuka-World',
    FO76MI        = 'L\'invasion mutante',
    FO76OB        = 'Rendez-vous avec la lune',
     FOBOS          = 'Fallout: Brotherhood of Steel',
     FOBOS          = 'Fallout: Brotherhood of Steel',
     FOBOS2        = 'Fallout: Brotherhood of Steel 2',
     FOBOS2        = 'Fallout: Brotherhood of Steel 2',
     FOOL          = 'Fallout Online',
     FOOL          = 'Fallout Online',
    FORPG          = 'Fallout : Le jeu de rôle officiel',
     FOS            = 'Fallout Shelter',
     FOS            = 'Fallout Shelter',
    FOSO          = 'Fallout Shelter Online',
    FSBG          = 'Fallout Shelter : Le jeu de plateau',
    FSJP          = 'Fallout Shelter : Le jeu de plateau',
     FOT            = 'Fallout Tactics',
     FOT            = 'Fallout Tactics',
     FOT2          = 'Fallout Tactics 2',
     FOT2          = 'Fallout Tactics 2',
    FOTV          = 'Fallout (série télévisée)',
     FOW            = 'Fallout: Warfare',
     FOW            = 'Fallout: Warfare',
    FOWW          = 'Fallout: Wasteland Warfare',
    FOFNW          = 'Fallout Factions: Nuka World',
    FFNW          = 'Fallout Factions: Nuka World',
     FOX            = 'Fallout Extreme',
     FOX            = 'Fallout Extreme',
     FS            = 'Fallout Shelter',
     FS            = 'Fallout Shelter',
    FSO            = 'Fallout Shelter Online',
     JES            = 'J.E. Sawyer\'s Fallout RPG',
     JES            = 'J.E. Sawyer\'s Fallout RPG',
     LH            = 'Lionheart',
     LH            = 'Lionheart',
     NON            = 'uniquement mentionné(e)',
     NON            = 'uniquement mentionné(e)',
     OMCP          = 'One Man, and a Crate of Puppets',
     PA            = 'One Man, and a Crate of Puppets',
     TAR            = 'The Armageddon Rag',
     TAR            = 'The Armageddon Rag',
     TORN          = 'TORN',
     TORN          = 'TORN',
     V13            = 'Project V13',
     V13            = 'Project V13',
     VB            = 'Van Buren',
     VB            = 'Van Buren',
     WIKI          = 'Les Archives de Vault-Tec:À propos de',
     WIKI          = 'Les Archives de Vault-Tec',
}
}


Ligne 96 : Ligne 65 :
local arg = tools.extractArgs(frame)[1] or ''
local arg = tools.extractArgs(frame)[1] or ''
return abr[arg:upper()] ~= nil
return abr[arg:upper()] ~= nil
end
-- Retourne le nom d'un jeu
function p.name(frame)
local arg = tools.extractArgs(frame)[1] or ''
return abr[arg:upper()] or ''
end
end


Ligne 112 : Ligne 75 :
local abbs = args[1] or ''
local abbs = args[1] or ''
local subject = args[2]
local subject = args[2]
local sortkey = args[3]
if #abbs > 0 then
if #abbs > 0 then
Ligne 122 : Ligne 84 :
if subject then
if subject then
prefix = subject .. ' de '
prefix = subject .. ' de '
end
if sortkey then
sortkey = '|' .. sortkey
else
sortkey = ''
end
end
Ligne 134 : Ligne 90 :
if gameName then
if gameName then
categories = categories .. '[[Catégorie:' .. prefix .. gameName .. sortkey .. ']]'
categories = categories .. '[[Catégorie:' .. prefix .. gameName .. ']]'
end
end
end
end
Ligne 173 : Ligne 129 :
if gameName then  
if gameName then  
if i == 1 then
if i == 1 then  
if abb:upper() == 'NON' then
links = '[['..linkPrefix..gameName..'|'..subjectPrefix..'\'\''..gameName..'\'\']]'
links = subject .. ' ' .. gameName
else
links = '[['..linkPrefix..gameName..'|'..subjectPrefix..'\'\''..gameName..'\'\']]'
end
else
else
links = links..separator..'[['..linkPrefix..gameName..'|\'\''..gameName..'\'\']]'
links = links..separator..'[['..linkPrefix..gameName..'|\'\''..gameName..'\'\']]'
Notez bien que toutes les contributions à Les Archives de Vault-Tec sont considérées comme publiées sous les termes de la creative Commons - CC BY-NC-SA 3.0 (voir Les Archives de Vault-Tec:Copyrights pour plus de détails). Si vous ne désirez pas que vos écrits soient modifiés et distribués à volonté, merci de ne pas les soumettre ici.
Vous nous promettez aussi que vous avez écrit ceci vous-même, ou que vous l’avez copié d’une source placée dans le domaine public ou d’une ressource libre similaire. N’utilisez aucun travail sous droits d’auteur sans autorisation expresse !
Annuler Aide pour la modification (s’ouvre dans une nouvelle fenêtre)

Modèle utilisé par cette page :