Module:LocalizationData: Difference between revisions
From Eco - English Wiki
| [unchecked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
['General'] = {'General'}, | ['General'] = {'General'}, | ||
['Housing'] = {'Housing'}, | ['Housing'] = {'Housing'}, | ||
['ID Number'] = {'ID Number'}, | |||
['ID'] = {'ID', 'IDs'}, | ['ID'] = {'ID', 'IDs'}, | ||
['Item ID'] = {'Item ID'}, | |||
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'}, | ['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'}, | ||
['Item'] = {'Item', 'Items'}, | ['Item'] = {'Item', 'Items'}, | ||
| Line 21: | Line 23: | ||
['Power'] = {'Power'}, | ['Power'] = {'Power'}, | ||
['Room Material'] = {'Room Material', 'Room Materials'}, | ['Room Material'] = {'Room Material', 'Room Materials'}, | ||
['Stack limit'] = {'Stack limit'}, | |||
['Storage'] = {'Storage'}, | ['Storage'] = {'Storage'}, | ||
['Tag'] = {'Tag', 'Tags'}, | ['Tag'] = {'Tag', 'Tags'}, | ||
['Used as Currency'] = {'Used as Currency'}, | |||
['Used at'] = {'Used at'}, | ['Used at'] = {'Used at'}, | ||
['Weight'] = {'Weight'}, | ['Weight'] = {'Weight'}, | ||
Revision as of 15:36, 1 March 2021
ATTENTION! Data files are generated using game data and are not intended for manual editing.
Warning about use
To prevent multiple call of data array, you must use the function: local LocalizationData = mw.loadData("Module:LocalizationData")
return {
msgs = {
['Carried in'] = {'Carried in'},
['Crafting'] = {'Crafting'},
['Created at'] = {'Created at'},
['Description'] = {'Description'},
['Energy Produced'] = {'Energy Produced'},
['Energy Type'] = {'Energy Type'},
['Energy Used'] = {'Energy Used'},
['Fuel'] = {'Fuel'},
['General'] = {'General'},
['Housing'] = {'Housing'},
['ID Number'] = {'ID Number'},
['ID'] = {'ID', 'IDs'},
['Item ID'] = {'Item ID'},
['Item with the %s Tag:'] = {'Item with the %s Tag:', 'Items with the %s Tag:'},
['Item'] = {'Item', 'Items'},
['Level'] = {'Level'},
['Liquid/Gas'] = {'Liquid/Gas'},
['N/A'] = {'N/A'},
['Object'] = {'Object'},
['Placement'] = {'Placement'},
['Power'] = {'Power'},
['Room Material'] = {'Room Material', 'Room Materials'},
['Stack limit'] = {'Stack limit'},
['Storage'] = {'Storage'},
['Tag'] = {'Tag', 'Tags'},
['Used as Currency'] = {'Used as Currency'},
['Used at'] = {'Used at'},
['Weight'] = {'Weight'},
['World Object'] = {'World Object'},
['World Object'] = {'World Object'},
['kg'] = {'kg'},
}
}