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).
- 17: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")