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
  • 05:21, 26 February 2024 KojoB talk contribs created page Module:ASBInput (Created page with "local p = {} -- note this function isn't designed to be used in other modules w/out modification function file(name, size) return "" .. size .. "|link=" end -- retrieve input image associations local inputFiles = mw.loadData("Module:ASBInput/Input File Data") function p.main(frame) local final = "" for i, val in ipairs(frame.args) do if i ~= 1 then final = final .. " + " end -- convert presets (could make this a Lua table ins...")