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).

Logs
  • 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...")