Page history
29 December 2021
imported>JejChainstar
Created page with "--<syntaxhighlight lang="lua"> local p = {} -- Individual cell function p.grid(item) if (item == nil) then return { } end local iLink = nil local iFill = nil --for fluid_cell implementation local iNum= math.floor( string.match(item, ',%s*(%d+)' ) or 0 ) local iName = string.sub(string.match(item, '.+,') or item..' ', 1, -2) local tooltip = string.match(item, '%[.+%]') if tooltip ~= nil then iName = string.sub(iName, string.len(too..."
imported>JejChainstar
Created page with "--<syntaxhighlight lang="lua"> local p = {} -- Individual cell function p.grid(item) if (item == nil) then return { } end local iLink = nil local iFill = nil --for fluid_cell implementation local iNum= math.floor( string.match(item, ',%s*(%d+)' ) or 0 ) local iName = string.sub(string.match(item, '.+,') or item..' ', 1, -2) local tooltip = string.match(item, '%[.+%]') if tooltip ~= nil then iName = string.sub(iName, string.len(too..."
imported>JejChainstar
Created page with "--<syntaxhighlight lang="lua"> local p = {} -- Individual cell function p.grid(item) if (item == nil) then return { } end local iLink = nil local iFill = nil --for fluid_cell implementation local iNum= math.floor( string.match(item, ',%s*(%d+)' ) or 0 ) local iName = string.sub(string.match(item, '.+,') or item..' ', 1, -2) local tooltip = string.match(item, '%[.+%]') if tooltip ~= nil then iName = string.sub(iName, string.len(too..."
+8,096