Module:Profession clickpic/data: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(indexing for prev change)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 56: Line 56:
link = 'Stonemason',
link = 'Stonemason',
},
},
blacksmithstonemason = {
stonemasonblacksmith = {
image = 'Blacksmith and Stonemason small icon',
image = 'Blacksmith and Stonemason small icon',
link = 'Blacksmith and Stonemason',
link = 'Blacksmith and Stonemason',
Line 69: Line 69:
},
},
blacksmithstonemasonbonewright = {
blacksmithstonemasonbonewright = {
image = 'Blacksmith Stonemason and Bonewright small icon',
image = 'Blacksmith, Stonemason and Bonewright small icon',
link = 'Blacksmith Stonemason and Bonewright',
link = 'Blacksmith, Stonemason and Bonewright',
},
},
watchperson = {
watchperson = {
Line 100: Line 100:
link = 'Armorer',
link = 'Armorer',
},
},
delver = {
['unknown gathering'] = {
image = 'Unknown Gathering small icon',
image = 'Delver small icon',
link = 'Unknown Gathering',
link = 'Delver',
},
},
};
};

Latest revision as of 17:30, 6 January 2025

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',
	},
	blacksmithstonemason = {
		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',
	},
	delver = {
		image = 'Delver small icon',
		link  = 'Delver',
	},
};