Module:Profession clickpic/data: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(add function for combined profession items) |
(indexing for prev change) |
||
Line 56: | Line 56: | ||
link = 'Stonemason', |
link = 'Stonemason', |
||
}, |
}, |
||
stonemasonblacksmith = { |
|||
stonemason = { |
|||
image = 'Blacksmith and Stonemason small icon', |
image = 'Blacksmith and Stonemason small icon', |
||
link = 'Blacksmith and Stonemason', |
link = 'Blacksmith and Stonemason', |
||
}, |
}, |
||
blacksmithbonewright = { |
|||
stonemason = { |
|||
image = 'Blacksmith and Bonewright small icon', |
image = 'Blacksmith and Bonewright small icon', |
||
link = 'Blacksmith and Bonewright', |
link = 'Blacksmith and Bonewright', |
||
}, |
}, |
||
stonemasonbonewright = { |
|||
stonemason = { |
|||
image = 'Stonemason and Bonewright small icon', |
image = 'Stonemason and Bonewright small icon', |
||
link = 'Stonemason and Bonewright', |
link = 'Stonemason and Bonewright', |
||
}, |
}, |
||
blacksmithstonemasonbonewright = { |
|||
stonemason = { |
|||
image = 'Blacksmith Stonemason and Bonewright small icon', |
image = 'Blacksmith Stonemason and Bonewright small icon', |
||
link = 'Blacksmith Stonemason and Bonewright', |
link = 'Blacksmith Stonemason and Bonewright', |
Revision as of 10:44, 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',
},
stonemasonblacksmith = {
image = 'Blacksmith and Stonemason small icon',
link = 'Blacksmith and Stonemason',
},
blacksmithbonewright = {
image = 'Blacksmith and Bonewright small icon',
link = 'Blacksmith and Bonewright',
},
stonemasonbonewright = {
image = 'Stonemason and Bonewright small icon',
link = 'Stonemason and Bonewright',
},
blacksmithstonemasonbonewright = {
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',
},
};