20 316
modifications
mAucun résumé des modifications |
Magic |
||
(14 versions intermédiaires par 2 utilisateurs non affichées) | |||
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 35 : | Ligne 40 : | ||
FO4 = 'Fallout 4', | FO4 = 'Fallout 4', | ||
FO4AM = 'Automatron', | FO4AM = 'Automatron', | ||
FO4FH = ' | FO4FH = 'Far Harbor', | ||
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', | |||
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', | WIKI = 'Les Archives de Vault-Tec:À propos de', | ||
} | } | ||
Ligne 81 : | Ligne 112 : | ||
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 90 : | Ligne 122 : | ||
if subject then | if subject then | ||
prefix = subject .. ' de ' | prefix = subject .. ' de ' | ||
end | |||
if sortkey then | |||
sortkey = '|' .. sortkey | |||
else | |||
sortkey = '' | |||
end | end | ||
Ligne 96 : | Ligne 134 : | ||
if gameName then | if gameName then | ||
categories = categories .. '[[Catégorie:' .. prefix .. gameName .. ']]' | categories = categories .. '[[Catégorie:' .. prefix .. gameName .. sortkey .. ']]' | ||
end | end | ||
end | end | ||
Ligne 135 : | Ligne 173 : | ||
if gameName then | if gameName then | ||
if i == 1 then | if i == 1 then | ||
links = '[['..linkPrefix..gameName..'|'..subjectPrefix..'\'\''..gameName..'\'\']]' | if abb:upper() == 'NON' then | ||
links = subject .. ' ' .. gameName | |||
else | |||
links = '[['..linkPrefix..gameName..'|'..subjectPrefix..'\'\''..gameName..'\'\']]' | |||
end | |||
else | else | ||
links = links..separator..'[['..linkPrefix..gameName..'|\'\''..gameName..'\'\']]' | links = links..separator..'[['..linkPrefix..gameName..'|\'\''..gameName..'\'\']]' |
modifications