Module:Skills/Cartography: Difference between revisions

m
icon size 50
m (Dig Site non-breaking space)
m (icon size 50)
Line 88: Line 88:
table.insert(tableStr,'\r\n|-\r\n|')
table.insert(tableStr,'\r\n|-\r\n|')
table.insert(tableStr, Icons.Icon({POI.name, type='poi', notext='true', nolink='true'}))
table.insert(tableStr, Icons.Icon({POI.name, type='poi', notext='true', nolink='true', size='50'}))
table.insert(tableStr, '||'..POI.name)
table.insert(tableStr, '||'..POI.name)
local POIType = POI.type
local POIType = POI.type
258

edits