×
Create a new article
Write your page title here:
We currently have 277 articles on Waste Of Space Wiki. Type your article name above or create one of the articles listed here!



    Waste Of Space Wiki

    Module:GetPartInfo: Difference between revisions

    Content deleted Content added
    No edit summary
    description formatting fixes
    Line 2,597: Line 2,597:
    ],
    ],
    "ClassName":"Chute",
    "ClassName":"Chute",
    "Description":"Is able to transfer solid parts between objects such as bins and extractors.\n**Contrary to popular belief, chutes can transfer more than one type of object.**\n**This means you can mix assemblers and extractors into the same system, no need for different chutes for each object. You can just make one long chute and connect your factory to it.**\n",
    "Description":"Is able to transfer solid parts between objects such as bins and extractors.\n**Contrary to popular belief, chutes can transfer more than one type of object.**\n**This means you can mix assemblers and extractors into the same system, no need for different chutes for each object. You can just make one long chute and connect your factory to it.**",
    "DefaultColor":[
    "DefaultColor":[
    159,
    159,
    Line 8,584: Line 8,584:
    local descriptionFormatted = "''\""
    local descriptionFormatted = "''\""


    for _, str in pairs(descriptionSplit) do
    for i, str in pairs(descriptionSplit) do
    descriptionFormatted = descriptionFormatted .. "\n''" .. string.gsub(str, "*", "'")
    if i > 1 then descriptionFormatted = descriptionFormatted .. "''\n\n''" end

    descriptionFormatted = descriptionFormatted .. string.gsub(str, "%*%*", "'''")
    end
    end


    return descriptionFormatted .. "''\""
    return descriptionFormatted .. "\" ''"
    else
    else
    return "No description found"
    return "No description found"
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • Jo857294 • 9 days ago
  • 116.111.185.163 • 21 days ago
  • 116.111.185.163 • 21 days ago
  • 116.111.185.163 • 21 days ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.