258
edits
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 |
edits