Difference between revisions of "Module:Icon/en"
Jump to navigation
Jump to search
(Created page with "iconList = { ['angry'] = { ['file'] = 'Angry.png', ['link'] = 'File:Angry.png' }, ['barrel'] = { ['file'] = 'Barrel.png', ['link']...") |
|||
Line 1: | Line 1: | ||
iconList = { | iconList = { | ||
['barrel'] = { | ['barrel'] = { | ||
['file'] = 'Barrel.png', | ['file'] = 'Barrel.png', | ||
Line 16: | Line 12: | ||
['link'] = 'Berries' | ['link'] = 'Berries' | ||
}, | }, | ||
['blueprint'] = { | |||
['file'] = 'Blueprint.png', | |||
['link'] = 'Blueprints' | |||
}, | |||
['boar'] = { | ['boar'] = { | ||
['file'] = 'Boar.png', | ['file'] = 'Boar.png', | ||
Line 23: | Line 23: | ||
['file'] = 'Bread.png', | ['file'] = 'Bread.png', | ||
['link'] = 'Bread' | ['link'] = 'Bread' | ||
}, | |||
['candle'] = { | |||
['file'] = 'Candle.png', | |||
['link'] = 'Candle' | |||
}, | }, | ||
['cheese'] = { | ['cheese'] = { | ||
Line 55: | Line 59: | ||
['file'] = 'Gold Coins.png', | ['file'] = 'Gold Coins.png', | ||
['link'] = 'Gold Coins' | ['link'] = 'Gold Coins' | ||
}, | }, | ||
['fish'] = { | ['fish'] = { | ||
Line 71: | Line 67: | ||
['file'] = 'Flour.png', | ['file'] = 'Flour.png', | ||
['link'] = 'Flour' | ['link'] = 'Flour' | ||
}, | }, | ||
['gem'] = { | ['gem'] = { | ||
Line 89: | Line 81: | ||
}, | }, | ||
['gold'] = { | ['gold'] = { | ||
['file'] = 'Gold Bars.png', | |||
['link'] = 'Gold' | |||
}, | |||
['gold bar'] = { | |||
['file'] = 'Gold Bars.png', | ['file'] = 'Gold Bars.png', | ||
['link'] = 'Gold' | ['link'] = 'Gold' | ||
Line 103: | Line 99: | ||
['file'] = 'Gold Ore.png', | ['file'] = 'Gold Ore.png', | ||
['link'] = 'Gold Ore' | ['link'] = 'Gold Ore' | ||
}, | }, | ||
['grape'] = { | ['grape'] = { | ||
Line 115: | Line 107: | ||
['file'] = 'Grapes.png', | ['file'] = 'Grapes.png', | ||
['link'] = 'Grapes' | ['link'] = 'Grapes' | ||
}, | }, | ||
['herb'] = { | ['herb'] = { | ||
Line 141: | Line 125: | ||
}, | }, | ||
['hops'] = { | ['hops'] = { | ||
['file'] = ' | ['file'] = 'Hop.png', | ||
['link'] = 'Hops' | ['link'] = 'Hops' | ||
}, | }, | ||
['iron'] = { | ['iron'] = { | ||
['file'] = 'Iron.png', | ['file'] = 'Iron Bar.png', | ||
['link'] = 'Iron' | |||
}, | |||
['iron bar'] = { | |||
['file'] = 'Iron Bar.png', | |||
['link'] = 'Iron' | ['link'] = 'Iron' | ||
}, | }, | ||
Line 180: | Line 168: | ||
['link'] = 'Splendor' | ['link'] = 'Splendor' | ||
}, | }, | ||
['logs'] = { | |||
['file'] = 'Logs.png', | |||
['link'] = 'Logs' | |||
}, | |||
['maintenance'] = { | ['maintenance'] = { | ||
['file'] = 'Maintenance Cost.png', | ['file'] = 'Maintenance Cost.png', | ||
['link'] = 'Maintenance' | ['link'] = 'Maintenance Cost' | ||
}, | }, | ||
['maintenance cost'] = { | ['maintenance cost'] = { | ||
Line 207: | Line 191: | ||
['file'] = 'Milk.png', | ['file'] = 'Milk.png', | ||
['link'] = 'Milk' | ['link'] = 'Milk' | ||
}, | }, | ||
['pike'] = { | ['pike'] = { | ||
Line 235: | Line 207: | ||
['file'] = 'Quartz.png', | ['file'] = 'Quartz.png', | ||
['link'] = 'Quartz' | ['link'] = 'Quartz' | ||
}, | }, | ||
['sculpture'] = { | ['sculpture'] = { | ||
['file'] = 'Sculpture.png', | ['file'] = 'Sculpture.png', | ||
['link'] = 'Sculpture' | ['link'] = 'Sculpture' | ||
}, | }, | ||
['spear'] = { | ['spear'] = { | ||
Line 260: | Line 216: | ||
['link'] = 'Spear' | ['link'] = 'Spear' | ||
}, | }, | ||
[' | ['stained glass'] = { | ||
['file'] = 'Stained Glass.png', | |||
['link'] = 'Stained Glass' | |||
}, | }, | ||
['stone'] = { | ['stone'] = { | ||
Line 284: | Line 240: | ||
['link'] = 'Water' | ['link'] = 'Water' | ||
}, | }, | ||
[' | ['wheat'] = { | ||
['file'] = 'Wheat.png', | |||
['link'] = 'Wheat' | |||
}, | }, | ||
['wine'] = { | ['wine'] = { | ||
['file'] = 'Wine.png', | ['file'] = 'Wine.png', | ||
['link'] = 'Wine' | ['link'] = 'Wine' | ||
}, | }, | ||
['wood'] = { | ['wood'] = { | ||
['file'] = ' | ['file'] = 'Logs.png', | ||
['link'] = 'Wood' | ['link'] = 'Wood' | ||
}, | }, | ||
Line 304: | Line 256: | ||
['link'] = 'Wool' | ['link'] = 'Wool' | ||
} | } | ||
} | } |
Revision as of 19:16, 4 October 2021
Documentation for this module may be created at Module:Icon/en/doc
iconList = { ['barrel'] = { ['file'] = 'Barrel.png', ['link'] = 'Barrel' }, ['beer'] = { ['file'] = 'Beer.png', ['link'] = 'Beer' }, ['berries'] = { ['file'] = 'Berries.png', ['link'] = 'Berries' }, ['blueprint'] = { ['file'] = 'Blueprint.png', ['link'] = 'Blueprints' }, ['boar'] = { ['file'] = 'Boar.png', ['link'] = 'Boar' }, ['bread'] = { ['file'] = 'Bread.png', ['link'] = 'Bread' }, ['candle'] = { ['file'] = 'Candle.png', ['link'] = 'Candle' }, ['cheese'] = { ['file'] = 'Cheese.png', ['link'] = 'Cheese' }, ['clergy'] = { ['file'] = 'Clergy Influence.png', ['link'] = 'Influence' }, ['clergy influence'] = { ['file'] = 'Clergy Influence.png', ['link'] = 'Influence' }, ['clergy splendor'] = { ['file'] = 'Clergy Splendor.png', ['link'] = 'Splendor' }, ['cloth'] = { ['file'] = 'Cloth.png', ['link'] = 'Cloth' }, ['clothes'] = { ['file'] = 'Common Clothes.png', ['link'] = 'Common Clothes' }, ['coal'] = { ['file'] = 'Coal.png', ['link'] = 'Coal' }, ['coin'] = { ['file'] = 'Gold Coins.png', ['link'] = 'Gold Coins' }, ['fish'] = { ['file'] = 'Fish.png', ['link'] = 'Fish' }, ['flour'] = { ['file'] = 'Flour.png', ['link'] = 'Flour' }, ['gem'] = { ['file'] = 'Gems.png', ['link'] = 'Gems' }, ['gems'] = { ['file'] = 'Gems.png', ['link'] = 'Gems' }, ['glass'] = { ['file'] = 'Glass.png', ['link'] = 'Glass' }, ['gold'] = { ['file'] = 'Gold Bars.png', ['link'] = 'Gold' }, ['gold bar'] = { ['file'] = 'Gold Bars.png', ['link'] = 'Gold' }, ['gold coin'] = { ['file'] = 'Gold Coins.png', ['link'] = 'Gold Coins' }, ['gold coins'] = { ['file'] = 'Gold Coins.png', ['link'] = 'Gold Coins' }, ['gold ore'] = { ['file'] = 'Gold Ore.png', ['link'] = 'Gold Ore' }, ['grape'] = { ['file'] = 'Grapes.png', ['link'] = 'Grapes' }, ['grapes'] = { ['file'] = 'Grapes.png', ['link'] = 'Grapes' }, ['herb'] = { ['file'] = 'Herbs.png', ['link'] = 'Herbs' }, ['herbs'] = { ['file'] = 'herbs.png', ['link'] = 'Herbs' }, ['honey'] = { ['file'] = 'Honey.png', ['link'] = 'Honey' }, ['hop'] = { ['file'] = 'Hop.png', ['link'] = 'Hops' }, ['hops'] = { ['file'] = 'Hop.png', ['link'] = 'Hops' }, ['iron'] = { ['file'] = 'Iron Bar.png', ['link'] = 'Iron' }, ['iron bar'] = { ['file'] = 'Iron Bar.png', ['link'] = 'Iron' }, ['iron ore'] = { ['file'] = 'Iron Ore.png', ['link'] = 'Iron Ore' }, ['jewelry'] = { ['file'] = 'Jewelry.png', ['link'] = 'Jewelry' }, ['kingdom'] = { ['file'] = 'Kingdom Influence.png', ['link'] = 'Influence' }, ['kingdom influence'] = { ['file'] = 'Kingdom Influence.png', ['link'] = 'Influence' }, ['kingdom splendor'] = { ['file'] = 'Kingdom Splendor.png', ['link'] = 'Splendor' }, ['labor'] = { ['file'] = 'Labor Influence.png', ['link'] = 'Influence' }, ['labor influence'] = { ['file'] = 'Labor Influence.png', ['link'] = 'Influence' }, ['labor splendor'] = { ['file'] = 'Labor Splendor.png', ['link'] = 'Splendor' }, ['logs'] = { ['file'] = 'Logs.png', ['link'] = 'Logs' }, ['maintenance'] = { ['file'] = 'Maintenance Cost.png', ['link'] = 'Maintenance Cost' }, ['maintenance cost'] = { ['file'] = 'Maintenance Cost.png', ['link'] = 'Maintenance Cost' }, ['marble'] = { ['file'] = 'Marble.png', ['link'] = 'Marble' }, ['meal'] = { ['file'] = 'Meal.png', ['link'] = 'Meal' }, ['milk'] = { ['file'] = 'Milk.png', ['link'] = 'Milk' }, ['pike'] = { ['file'] = 'PikesIcon.png', ['link'] = 'Pike' }, ['planks'] = { ['file'] = 'Planks.png', ['link'] = 'Planks' }, ['polished stone'] = { ['file'] = 'Polished Stone.png', ['link'] = 'Polished Stone' }, ['quartz'] = { ['file'] = 'Quartz.png', ['link'] = 'Quartz' }, ['sculpture'] = { ['file'] = 'Sculpture.png', ['link'] = 'Sculpture' }, ['spear'] = { ['file'] = 'Spear.png', ['link'] = 'Spear' }, ['stained glass'] = { ['file'] = 'Stained Glass.png', ['link'] = 'Stained Glass' }, ['stone'] = { ['file'] = 'Stone.png', ['link'] = 'Stone' }, ['sword'] = { ['file'] = 'Sword.png', ['link'] = 'Sword' }, ['tool'] = { ['file'] = 'Tools.png', ['link'] = 'Tools' }, ['tools'] = { ['file'] = 'Tools.png', ['link'] = 'Tools' }, ['water'] = { ['file'] = 'Water.png', ['link'] = 'Water' }, ['wheat'] = { ['file'] = 'Wheat.png', ['link'] = 'Wheat' }, ['wine'] = { ['file'] = 'Wine.png', ['link'] = 'Wine' }, ['wood'] = { ['file'] = 'Logs.png', ['link'] = 'Wood' }, ['wool'] = { ['file'] = 'Wool.png', ['link'] = 'Wool' } }