« Module:Infobox/Arme modulable » : différence entre les versions

De Les Archives de Vault-Tec
Kharmitch (discussion | contributions)
Page créée avec « return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Arme', link = 'Armes' }}, { type… »
 
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Ligne 30 : Ligne 30 :
{ type = 'table', title = 'Technique', rows = {
{ type = 'table', title = 'Technique', rows = {
{ type = 'row', label = 'Editor ID', value = 'editorid' },
{ type = 'row', label = 'Editor ID', value = 'editorid' },
{ type = 'row', label = '[[Form ID|Base id]]', value = 'baseid' }
{ type = 'row', label = '[[Form ID|Base ID]]', value = 'baseid' }
}},
}},
{ type = 'text', value = 'pied' }
{ type = 'text', value = 'pied' }
}
}
}
}

Version du 1 août 2021 à 18:52

Documentation du module

Ce module contient le paramétrage de l'infobox {{Infobox arme modulable}}.

Documentation transclues de Module:Infobox/Arme modulable/doc.
return {
	parts = {
		{ type = 'title', value = 'nom', subtitle = 'sous-titre', icon = 'icône', subhead = { games = 'jeux', subject = 'Arme', link = 'Armes' }},
		{ type = 'images', imageparameters = { 'image', 'image2', 'image3', 'image4', 'image5' }, captionparameter = { 'légende', 'image desc' }},
		{ type = 'table', title = 'Dégâts et attaques', rows = {
			{ type = 'row', label = 'Niveau', value = 'niveau' },
			{ type = 'row', label = 'Dégâts', value = 'dégâts' },
			{ type = 'row', label = 'Types de dégâts', value = 'type de dégâts' },
			{ type = 'row', label = 'Dégâts de zone', value = 'zone' }
		}},
		{ type = 'table', title = 'Munitions', rows = {
			{ type = 'row', label = 'Type de munition', value = 'type mun' },
			{ type = 'row', label = 'Capacité du magasin', value = 'capacité' },
			{ type = 'row', label = 'Cadence', value = 'cadence' },
			{ type = 'row', label = 'Précision', value = 'précision' },
			{ type = 'row', label = 'Coût en points d\'action', value = 'pa' },
			{ type = 'row', label = 'Effets', value = 'effets' }
		}},
		{ type = 'table', title = 'Modifications', rows = {
			{ type = 'row', label = 'Slots', value = 'slots' },
			{ type = 'row', label = 'Modules par défaut', value = 'mods défaut' },
			{ type = 'row', label = 'autres versions', value = 'autres versions' }
		}},
		{ type = 'table', title = 'Autres propriétés', rows = {
			{ type = 'row', label = 'Poids', value = 'poids' },
			{ type = 'row', label = 'Valeur', value = 'valeur' },
			{ type = 'row', label = 'Quête', value = 'quête' },
			{ type = 'row', label = 'Plan', value = 'plan' }
		}},
		{ type = 'table', title = 'Technique', rows = {
			{ type = 'row', label = 'Editor ID', value = 'editorid' },
			{ type = 'row', label = '[[Form ID|Base ID]]', value = 'baseid' }
		}},
		{ type = 'text', value = 'pied' }
	}
}