Module:Donnees jeu/AmeliorationType

De X-Wing 2.0 - Le wiki des figurines
Aller à : navigation, rechercher

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["Cargaison"] = {
	nom = "Cargaison",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Cargaison', args = {} }),
	categorie = "[[Catégorie:Cargaison]]",
	lien = "[[:Catégorie:Cargaison|Cargaison]]",
}
AmeliorationType["Canon"] = {
	nom = "Canons",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Canons', args = {} }),
	categorie = "[[Catégorie:Canons]]",
	lien = "[[:Catégorie:Canons|Canons]]",
}
AmeliorationType["Commandement"] = {
	nom = "Commandement",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Commandement', args = {} }),
	categorie = "[[Catégorie:Commandement]]",
	lien = "[[:Catégorie:Commandement|Commandement]]",
}
AmeliorationType["Configuration"] = {
	nom = "Configurations",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Configurations', args = {} }),
	categorie = "[[Catégorie:Configurations]]",
	lien = "[[:Catégorie:Configurations|Configurations]]",
}
AmeliorationType["Engin"] = {
	nom = "Engin",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Engin', args = {} }),
	categorie = "[[Catégorie:Engin]]",
	lien = "[[:Catégorie:Engin|Engin]]",
}
AmeliorationType["Equipage"] = {
	nom = "Équipage",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Équipage', args = {} }),
	categorie = "[[Catégorie:Équipage]]",
	lien = "[[:Catégorie:Équipage|Équipage]]",
}
AmeliorationType["Equipe"] = {
	nom = "Équipe",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Équipe', args = {} }),
	categorie = "[[Catégorie:Équipe]]",
	lien = "[[:Catégorie:Équipe|Équipe]]",
}
AmeliorationType["Force"] = {
	nom = "Force",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Charge force', args = {} }),
	categorie = "[[Catégorie:Force]]",
	lien = "[[:Catégorie:Force|Force]]",
}
AmeliorationType["Hyperdrive"] = {
	nom = "Hyperdrive",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Hyperdrive', args = {} }),
	categorie = "[[Catégorie:Hyperdrive]]",
	lien = "[[:Catégorie:Hyperdrive|Hyperdrive]]",
}
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["Point_Accroche"] = {
	nom = "Point d'accroche",
	icone = mw.getCurrentFrame():expandTemplate({ title = 'Point d\'accroche', args = {} }),
	categorie = "[[Catégorie:Point d'accroche]]",
	lien = "[[:Catégorie:Point d'accroche|Point d'accroche]]",
}
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