Module:Inventory slot: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
local default = { | |||
ext = 'png' | |||
} | |||
local i18n = { | local i18n = { | ||
| Line 16: | Line 20: | ||
be = 'BE', | be = 'BE', | ||
lce = 'LCE', | lce = 'LCE', | ||
} | } | ||
} | } | ||
p.i18n = i18n | p.i18n = i18n | ||