Module:Profession clickpic/data: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "return { guard = { image = 'Guard small icon', link = 'Guard', }, chef = { image = 'Chef small icon', link = 'Chef', }, fisher = { image = 'Fisher small icon', link = 'Fisher', }, forager = { image = 'Forager small icon', link = 'Forager', }, alchemist = { image = 'Alchemist small icon', link = 'Alchemist', }, scout = { image = 'Scout small icon', link = 'Scout', }, gatherer = { image = 'Gatherer small icon', link = 'Gather...") |
(add function for combined profession items) |
||
Line 55: | Line 55: | ||
image = 'Stonemason small icon', |
image = 'Stonemason small icon', |
||
link = 'Stonemason', |
link = 'Stonemason', |
||
}, |
|||
stonemason = { |
|||
image = 'Blacksmith and Stonemason small icon', |
|||
link = 'Blacksmith and Stonemason', |
|||
}, |
|||
stonemason = { |
|||
image = 'Blacksmith and Bonewright small icon', |
|||
link = 'Blacksmith and Bonewright', |
|||
}, |
|||
stonemason = { |
|||
image = 'Stonemason and Bonewright small icon', |
|||
link = 'Stonemason and Bonewright', |
|||
}, |
|||
stonemason = { |
|||
image = 'Blacksmith Stonemason and Bonewright small icon', |
|||
link = 'Blacksmith Stonemason and Bonewright', |
|||
}, |
}, |
||
watchperson = { |
watchperson = { |
Revision as of 10:35, 9 December 2024
Module documentation
This documentation is transcluded from Module:Profession clickpic/data/doc. [edit] [history] [purge]
This module does not have any documentation. Please consider adding documentation at Module:Profession clickpic/data/doc. [edit]
Module:Profession clickpic/data is loaded by Module:Profession clickpic.
return {
guard = {
image = 'Guard small icon',
link = 'Guard',
},
chef = {
image = 'Chef small icon',
link = 'Chef',
},
fisher = {
image = 'Fisher small icon',
link = 'Fisher',
},
forager = {
image = 'Forager small icon',
link = 'Forager',
},
alchemist = {
image = 'Alchemist small icon',
link = 'Alchemist',
},
scout = {
image = 'Scout small icon',
link = 'Scout',
},
gatherer = {
image = 'Gatherer small icon',
link = 'Gatherer',
},
woodcutter = {
image = 'Woodcutter small icon',
link = 'Woodcutter',
},
carpenter = {
image = 'Carpenter small icon',
link = 'Carpenter',
},
minefighter = {
image = 'Minefighter small icon',
link = 'Minefighter',
},
bonewright = {
image = 'Bonewright small icon',
link = 'Bonewright',
},
miner = {
image = 'Miner small icon',
link = 'Miner',
},
blacksmith = {
image = 'Blacksmith small icon',
link = 'Blacksmith',
},
stonemason = {
image = 'Stonemason small icon',
link = 'Stonemason',
},
stonemason = {
image = 'Blacksmith and Stonemason small icon',
link = 'Blacksmith and Stonemason',
},
stonemason = {
image = 'Blacksmith and Bonewright small icon',
link = 'Blacksmith and Bonewright',
},
stonemason = {
image = 'Stonemason and Bonewright small icon',
link = 'Stonemason and Bonewright',
},
stonemason = {
image = 'Blacksmith Stonemason and Bonewright small icon',
link = 'Blacksmith Stonemason and Bonewright',
},
watchperson = {
image = 'Watchperson small icon',
link = 'Watchperson',
},
detective = {
image = 'Detective small icon',
link = 'Detective',
},
leatherworker = {
image = 'Leatherworker small icon',
link = 'Leatherworker',
},
merchant = {
image = 'Merchant small icon',
link = 'Merchant',
},
shieldbearer = {
image = 'Shieldbearer small icon',
link = 'Shieldbearer',
},
builder = {
image = 'Builder small icon',
link = 'Builder',
},
armorer = {
image = 'Armorer small icon',
link = 'Armorer',
},
['unknown gathering'] = {
image = 'Unknown Gathering small icon',
link = 'Unknown Gathering',
},
};