« Module:Crafting » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 4 : | Ligne 4 : | ||
colored = 'coloré', | colored = 'coloré', | ||
coloredDyes = { | coloredDyes = { | ||
'Teinture orange', 'Teinture magenta', 'Teinture bleu clair', 'Teinture jaune', 'Teinture vert clair', | |||
'Teinture rose', 'Teinture grise', 'Teinture gris clair', 'Teinture cyan', 'Teinture violette', | 'Teinture rose', 'Teinture grise', 'Teinture gris clair', 'Teinture cyan', 'Teinture violette', | ||
'Teinture bleue', 'Teinture marron', 'Teinture verte', 'Teinture rouge', 'Teinture noire', | |||
}, | }, | ||
categoryIngredientUsage = ' | categoryIngredientUsage = 'Catégorie:Recette utilisant $1', | ||
categoryRecipeType = ' | categoryRecipeType = 'Catégorie:Recette $1', | ||
categoryUpcoming = ' | categoryUpcoming = 'Catégorie:Fonctionnalité à venir', | ||
itemBlockOfQuartz = ' | itemBlockOfQuartz = 'Bloc de quartz', | ||
itemBrownMushroom = ' | itemBrownMushroom = 'Champignon marron', | ||
itemCharcoal = ' | itemCharcoal = 'Charbon de bois', | ||
itemCoal = ' | itemCoal = 'Charbon', | ||
itemColoredDye = ' | itemColoredDye = 'Teinture colorée', | ||
itemDye = ' | itemDye = 'Teinture', | ||
itemMushroom = ' | itemMushroom = 'Champignon', | ||
itemQuartzBlock = ' | itemQuartzBlock = 'Bloc de quartz', | ||
itemRedMushroom = ' | itemRedMushroom = 'Champignon rouge', | ||
itemStone = ' | itemStone = 'Roche', | ||
itemWhiteDye = ' | itemWhiteDye = 'Teinture blanche', | ||
moduleArgs = [[Module:ProcessArgs]], | moduleArgs = [[Module:ProcessArgs]], | ||
moduleRecipe = [[Module: | moduleRecipe = [[Module:Tableau de recette]], | ||
moduleSlot = [[Module: | moduleSlot = [[Module:Case inventaire]], | ||
stoneVariants = { ' | stoneVariants = { 'Roche', 'Andésite', 'Granite', 'Diorite' }, | ||
type = ' | type = 'Fabrication', | ||
variantPages = { | variantPages = { | ||
'Andésite', 'Bannière', 'Diorite', 'Étoile de feu d\'artifice', 'Granite', 'Lit', | 'Andésite', 'Bannière', 'Diorite', 'Étoile de feu d\'artifice', 'Granite', 'Lit', | ||
| Ligne 124 : | Ligne 124 : | ||
type = i18n.type, | type = i18n.type, | ||
ingredientArgs = cArgVals, | ingredientArgs = cArgVals, | ||
outputArgs = { ' | outputArgs = { 'résultat' }, | ||
} ) | } ) | ||
| Ligne 134 : | Ligne 134 : | ||
local categories = {} | local categories = {} | ||
local cI = 1 | local cI = 1 | ||
if args.upcoming then | if args.upcoming or args['à venir'] then | ||
categories[cI] = '[[' .. i18n.categoryUpcoming .. ']]' | categories[cI] = '[[' .. i18n.categoryUpcoming .. ']]' | ||
cI = cI + 1 | cI = cI + 1 | ||
| Ligne 144 : | Ligne 144 : | ||
end | end | ||
if args. | if args.ignorerutilisation ~= '1' then | ||
-- Create ingredient categories for DPL | -- Create ingredient categories for DPL | ||
local usedNames = {} | local usedNames = {} | ||