style="vertical-align:middle; text-align:center;" Imbox_deletion.png ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

All public logs

From Eco - English Wiki

Combined display of all available logs of Eco - English Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:15, 6 March 2022 Demian talk contribs created page Module:UtilsItemTables (Created page with "local p = {} --- Format item footprint dimensions by replacing " X " with the HTML "×" entity. -- @param #string dimensions Item dimensions string -- @return #string Formatted footprint dimensions -- @author User:Demian function p.formatFootprintDimensions(dimensions) return string.gsub(dimensions, " X ", "×") end return p")