All public logs
Jump to navigation
Jump to search
Combined display of all available logs of JoJo's Bizarre Encyclopedia - JoJo Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:44, 27 February 2024 Vish talk contribs created page Module:Row (Created page with "-- Module definition local p = {} -- Function to generate the row function p.Row(frame) local args = frame:getParent().args local numColumns = 5 -- Maximum number of columns -- Table attributes local class = "jjbe-row volume" .. (args.diamond == "true" and " diamond" or "") .. (args.class and (" " .. args.class) or "") local style = "display: table; width: " .. (args.width or "100%") .. "; height: " .. (args.height or "100%") .. ";" styl...")
- 02:12, 25 February 2024 Paisley Park talk contribs deleted page Module:Row (content was: "local p = {} -- Helper function to check if a parameter is true local function isTrue(s) return s == 'True' end -- Helper function for conditional concatenation local function addIf(condition, trueValue, falseValue) if condition then return trueValue else return falseValue or '' end end -- Main function to generate the row function p.row(frame) local args = frame.args local parentArgs = frame:getParent().args -- Selecting the corr...")
- 02:07, 25 February 2024 Vish talk contribs created page Module:Row (Created page with "local p = {} -- Helper function to check if a parameter is true local function isTrue(s) return s == 'True' end -- Helper function for conditional concatenation local function addIf(condition, trueValue, falseValue) if condition then return trueValue else return falseValue or '' end end -- Main function to generate the row function p.row(frame) local args = frame.args local parentArgs = frame:getParent().args -- Selecting t...")