Module:CraftingTable/i18n: Difference between revisions
Neko Knight (talk | contribs) (Created page with "--使用する言語を追加してください。各言語のテンプレートを作成し、各言語の言語コードを指定することで以下を呼び出せます。 --Add the languages you wish to use. By creating a template for each language and specifying the language code for each language, you can call the following return { ['JA'] = { ['BlankValue'] = '空白値', ['CraftingStation'] = '製作設備', ['ErrorCraftingStation'] = '"製作設備"が...") |
Neko Knight (talk | contribs) m (カテゴリ追加) |
||
Line 24: | Line 24: | ||
['TitleObtainRecipe'] = 'レシピ入手法', | ['TitleObtainRecipe'] = 'レシピ入手法', | ||
['Category'] = '[[Category:Elin クラフトできるアイテム]]', | ['Category'] = '[[Category:Elin クラフトできるアイテム]]', | ||
['CategoryExtra'] = '[[Category:Elin 任意の材料が含まれるアイテム]]', | |||
['CategoryGourmet'] = '[[Category:Elin 美食家で材料が追加されるアイテム]]', | |||
}, | }, | ||
--English was used with a translation tool. Please correct the text if you are concerned about it. | --English was used with a translation tool. Please correct the text if you are concerned about it. | ||
Line 48: | Line 50: | ||
['TitleObtainRecipe'] = 'Obtain Recipe', | ['TitleObtainRecipe'] = 'Obtain Recipe', | ||
['Category'] = '[[Category:Elin Craftable items]]', | ['Category'] = '[[Category:Elin Craftable items]]', | ||
['CategoryExtra'] = '[[Category:Elin Extra-ingredient item]]', | |||
['CategoryGourmet'] = '[[Category:Elin Gourmet-ingredient item]]', | |||
}, | }, | ||
} | } |
Revision as of 14:35, 7 February 2025
Documentation for this module may be created at Module:CraftingTable/i18n/doc
--使用する言語を追加してください。各言語のテンプレートを作成し、各言語の言語コードを指定することで以下を呼び出せます。
--Add the languages you wish to use. By creating a template for each language and specifying the language code for each language, you can call the following
return {
['JA'] = {
['BlankValue'] = '空白値',
['CraftingStation'] = '製作設備',
['ErrorCraftingStation'] = '"製作設備"が入力されていません',
['TemplateName'] = 'アイテム',
['Ingredient'] = '素材',
['ErrorIngredient'] = '"素材"が入力されていません',
['IngredientNum'] = '素材数',
['ErrorIngredientNum'] = '"素材数"が入力されていません',
['IngredientExtra'] = '素材任意',
['TitleExtra'] = '任意',
['TitleGourmet'] = '美食家',
['CraftSkill'] = '製作スキル',
['CraftSkillLv'] = '製作スキルLv',
['ObtainRecipe'] = 'レシピ入手法',
['TextExtra'] = '<small><sup>[<abbr title="任意の素材">任意</abbr>]</sup></small>',
['TextGourmet'] = '<small><sup>[<abbr title="美食家2フィートで追加された任意の素材">任意</abbr>]</sup></small>',
['TitleCraftingStation'] = '製作設備',
['TitleIngredient'] = '素材',
['TitleSkill'] = 'スキル',
['TitleObtainRecipe'] = 'レシピ入手法',
['Category'] = '[[Category:Elin クラフトできるアイテム]]',
['CategoryExtra'] = '[[Category:Elin 任意の材料が含まれるアイテム]]',
['CategoryGourmet'] = '[[Category:Elin 美食家で材料が追加されるアイテム]]',
},
--English was used with a translation tool. Please correct the text if you are concerned about it.
['EN'] = {
['BlankValue'] = 'Blank',
['CraftingStation'] = 'CraftingStation',
['ErrorCraftingStation'] = '"CraftingStation" is not entered',
['TemplateName'] = 'Item',
['Ingredient'] = 'Ingredient',
['ErrorIngredient'] = '"Ingredient" is not entered',
['IngredientNum'] = 'IngredientNum',
['ErrorIngredientNum'] = '"IngredientNum" is not entered',
['IngredientExtra'] = 'IngredientExtra',
['TitleExtra'] = 'Extra',
['TitleGourmet'] = 'Gourmet',
['CraftSkill'] = 'CraftSkill',
['CraftSkillLv'] = 'CraftSkillLv',
['ObtainRecipe'] = 'ObtainRecipe',
['TextExtra'] = '<small><sup>[<abbr title="Optional ingredients">Extra</abbr>]</sup></small>',
['TextGourmet'] = '<small><sup>[<abbr title="Optional ingredients added by Golem2 feet">Extra</abbr>]</sup></small>',
['TitleCraftingStation'] = 'Crafting station',
['TitleIngredient'] = 'Ingredients',
['TitleSkill'] = 'Skill',
['TitleObtainRecipe'] = 'Obtain Recipe',
['Category'] = '[[Category:Elin Craftable items]]',
['CategoryExtra'] = '[[Category:Elin Extra-ingredient item]]',
['CategoryGourmet'] = '[[Category:Elin Gourmet-ingredient item]]',
},
}