Module:UtilsItemTables: Revision history

From Eco - English Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 March 2022

  • curprev 18:1518:15, 6 March 2022Demian talk contribs 339 bytes +339 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" [checked by ZeelNightwolf]