704
edits
| Line 45: | Line 45: | ||
local pageTitle = table.concat(titleParts, ' ') | local pageTitle = table.concat(titleParts, ' ') | ||
local u = string.upper(string.sub(v,1,1)) | local u = string.upper(string.sub(v,1,1)) | ||
local buildingName = buildString:format((com. | local buildingName = buildString:format((com.fUpper(pageTitle)), u .. string.sub(v, 2)) | ||
local c = buildingList[v] | local c = buildingList[v] | ||
local buildingType = c.type | local buildingType = c.type | ||
edits