Module:Donnees jeu/AmeliorationType : Différence entre versions
Ligne 12 : | Ligne 12 : | ||
lien = "[[:Catégorie:Astromech|Astromech]]", | lien = "[[:Catégorie:Astromech|Astromech]]", | ||
} | } | ||
− | AmeliorationType[" | + | AmeliorationType["Engin"] = { |
− | nom = " | + | nom = "Engin", |
− | icone = mw.getCurrentFrame():expandTemplate({ title = ' | + | icone = mw.getCurrentFrame():expandTemplate({ title = 'Engin', args = {} }), |
− | categorie = "[[Catégorie: | + | categorie = "[[Catégorie:Engin]]", |
− | lien = "[[:Catégorie: | + | lien = "[[:Catégorie:Engin|Engin]]", |
} | } | ||
AmeliorationType["Canon"] = { | AmeliorationType["Canon"] = { |
Version du 4 décembre 2019 à 07:46
La documentation pour ce module peut être créée à Module:Donnees jeu/AmeliorationType/doc
local AmeliorationType = {} AmeliorationType["Artilleur"] = { nom = "Artilleur", icone = mw.getCurrentFrame():expandTemplate({ title = 'Artilleur', args = {} }), categorie = "[[Catégorie:Artilleur]]", lien = "[[:Catégorie:Artilleur|Artilleur]]", } AmeliorationType["Astromech"] = { nom = "Astromech", icone = mw.getCurrentFrame():expandTemplate({ title = 'Astromech', args = {} }), categorie = "[[Catégorie:Astromech]]", lien = "[[:Catégorie:Astromech|Astromech]]", } AmeliorationType["Engin"] = { nom = "Engin", icone = mw.getCurrentFrame():expandTemplate({ title = 'Engin', args = {} }), categorie = "[[Catégorie:Engin]]", lien = "[[:Catégorie:Engin|Engin]]", } AmeliorationType["Canon"] = { nom = "Canons", icone = mw.getCurrentFrame():expandTemplate({ title = 'Canons', args = {} }), categorie = "[[Catégorie:Canons]]", lien = "[[:Catégorie:Canons|Canons]]", } AmeliorationType["Configuration"] = { nom = "Configurations", icone = mw.getCurrentFrame():expandTemplate({ title = 'Configurations', args = {} }), categorie = "[[Catégorie:Configurations]]", lien = "[[:Catégorie:Configurations|Configurations]]", } AmeliorationType["Equipage"] = { nom = "Équipage", icone = mw.getCurrentFrame():expandTemplate({ title = 'Équipage', args = {} }), categorie = "[[Catégorie:Équipage]]", lien = "[[:Catégorie:Équipage|Équipage]]", } AmeliorationType["Force"] = { nom = "Force", icone = mw.getCurrentFrame():expandTemplate({ title = 'Charge force', args = {} }), categorie = "[[Catégorie:Force]]", lien = "[[:Catégorie:Force|Force]]", } AmeliorationType["Illegal"] = { nom = "Illégal", icone = mw.getCurrentFrame():expandTemplate({ title = 'Illégal', args = {} }), categorie = "[[Catégorie:Illégal]]", lien = "[[:Catégorie:Illégal|Illégal]]", } AmeliorationType["Missile"] = { nom = "Missiles", icone = mw.getCurrentFrame():expandTemplate({ title = 'Missiles', args = {} }), categorie = "[[Catégorie:Missiles]]", lien = "[[:Catégorie:Missiles|Missiles]]", } AmeliorationType["Modification"] = { nom = "Modifications", icone = mw.getCurrentFrame():expandTemplate({ title = 'Modifications', args = {} }), categorie = "[[Catégorie:Modifications]]", lien = "[[:Catégorie:Modifications|Modifications]]", } AmeliorationType["Relais_Tactique"] = { nom = "Relai Tactique", icone = mw.getCurrentFrame():expandTemplate({ title = 'Relai Tactique', args = {} }), categorie = "[[Catégorie:Relai Tactique]]", lien = "[[:Catégorie:Relai Tactique|Relai Tactique]]", } AmeliorationType["Senseur"] = { nom = "Senseur", icone = mw.getCurrentFrame():expandTemplate({ title = 'Senseur', args = {} }), categorie = "[[Catégorie:Senseur]]", lien = "[[:Catégorie:Senseur|Senseur]]", } AmeliorationType["Technique"] = { nom = "Technique", icone = mw.getCurrentFrame():expandTemplate({ title = 'Technique', args = {} }), categorie = "[[Catégorie:Technique]]", lien = "[[:Catégorie:Technique|Technique]]", } AmeliorationType["Titre"] = { nom = "Titres", icone = mw.getCurrentFrame():expandTemplate({ title = 'Titres', args = {} }), categorie = "[[Catégorie:Titres]]", lien = "[[:Catégorie:Titres|Titres]]", } AmeliorationType["Torpille"] = { nom = "Torpilles", icone = mw.getCurrentFrame():expandTemplate({ title = 'Torpilles', args = {} }), categorie = "[[Catégorie:Torpilles]]", lien = "[[:Catégorie:Torpilles|Torpilles]]", } AmeliorationType["Tourelle"] = { nom = "Tourelles", icone = mw.getCurrentFrame():expandTemplate({ title = 'Tourelles', args = {} }), categorie = "[[Catégorie:Tourelles]]", lien = "[[:Catégorie:Tourelles|Tourelles]]", } AmeliorationType["Talent"] = { nom = "Talent", icone = mw.getCurrentFrame():expandTemplate({ title = 'Talent', args = {} }), categorie = "[[Catégorie:Talent]]", lien = "[[:Catégorie:Talent|Talent]]", } return AmeliorationType