Modification de Module:Infobox/Consommable

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 1 : Ligne 1 :
local localdata = require('Module:Infobox/Localdata')
local localdata = require('Module:Infobox/Localdata')


function buildPerkRow(localdata, index)
function buildPerkLabel(localdata, index)
local row = { type = 'text' } --fake
local label = nil
if(localdata['aptitude' .. index]) then
local perkLink = localdata['aptitude' .. index]
label = '[[' .. localdata['aptitude' .. index] .. ']]'
local perkEffect = localdata['effets aptitude' .. index]
if perkLink and perkEffect then
row = {
type = 'row',
label = function(localdata) return localdata['aptitude' .. index] end,
value = function(localdata) return localdata['effets aptitude' .. index] end,
}
end
end
return label
return row
end
 
function buildPerkValue(localdata, index)
local value = nil
if(localdata['effets aptitude' .. index]) then
value = localdata['effets aptitude' .. index]
end
return value
end
end


Ligne 27 : Ligne 26 :
{ type = 'row', label = 'Addiction', value = 'addiction' },
{ type = 'row', label = 'Addiction', value = 'addiction' },
{ type = 'row', label = 'Faim', value = 'faim' },
{ type = 'row', label = 'Faim', value = 'faim' },
{ type = 'row', label = 'Maladie', value = 'maladie' },
{ type = 'row', label = 'Points de vie', value = 'pv' },
{ type = 'row', label = 'Radiation', value = 'radiation' },
{ type = 'row', label = 'Soif', value = 'soif' }
{ type = 'row', label = 'Soif', value = 'soif' }
}},
{ type = 'table', title = 'Effets des aptitudes', collapseparameters = { collapsible = true, collapsed = true }, rows = {
{ type = 'row', label = 'Mutation', value = 'mutation' },
buildPerkRow(localdata, 1),
buildPerkRow(localdata, 2),
buildPerkRow(localdata, 3),
buildPerkRow(localdata, 4),
buildPerkRow(localdata, 5)
}},
}},
{ type = 'table', title = 'Artisanat', rows = {
{ type = 'table', title = 'Artisanat', rows = {
Ligne 49 : Ligne 37 :
{ type = 'row', label = 'Valeur', value = 'valeur' },
{ type = 'row', label = 'Valeur', value = 'valeur' },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Événements', value = 'événements' },
{ type = 'row', label = 'Durée avant détérioration', value = 'détérioration' },
{ type = 'row', label = 'Durée avant détérioration', value = 'détérioration' },
{ type = 'row', label = 'Se détériore en', value = 'détériore' },
{ type = 'row', label = 'Se détériore en', value = 'détériore' },
{ type = 'row', label = 'Recette', value = 'recette' }
{ type = 'row', label = 'Recette', value = 'recette' }
}},
}},
{ type = 'table', title = 'Technique', collapseparameters = { collapsible = true, collapsed = true }, rows = {
{ type = 'table', title = 'Aptitudes', collapseparameters = { collapsible = true, collapsed = true }, rows = {
{ type = 'row', label = function(localdata) return buildPerkLabel(localdata, '') end,  value = function(localdata) return buildPerkValue(localdata, '') end },
{ type = 'row', label = function(localdata) return buildPerkLabel(localdata, '2') end, value = function(localdata) return buildPerkValue(localdata, '2') end },
{ type = 'row', label = function(localdata) return buildPerkLabel(localdata, '3') end, value = function(localdata) return buildPerkValue(localdata, '3') end },
{ type = 'row', label = function(localdata) return buildPerkLabel(localdata, '4') end, value = function(localdata) return buildPerkValue(localdata, '4') end },
{ type = 'row', label = function(localdata) return buildPerkLabel(localdata, '5') end, value = function(localdata) return buildPerkValue(localdata, '5') end }
}},
{ type = 'table', title = 'Technique', rows = {
{ type = 'row', label = 'Prototype ID', value = 'proto' },
{ type = 'row', label = 'Prototype ID', value = 'proto' },
{ type = 'row', label = 'Editor ID', value = 'editor id' },
{ type = 'row', label = 'Editor ID', value = 'editor id' },
{ type = 'row', label = '[[Form ID]]', value = 'formid' },
{ type = 'row', label = '[[Form ID|Base ID]]', value = 'baseid' },
{ type = 'row', label = 'Fichier message', value = 'message' }
{ type = 'row', label = 'Fichier message', value = 'message' }
}},
}},
{ type = 'images', imageparameters = 'emplacement', captionparameter = 'emplacement desc', defaultcaption = 'Emplacement' },
{ type = 'text', value = 'pied' }
{ type = 'text', value = 'pied' }
}
}
}
}
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)