All public logs

Jump to navigation Jump to search

Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:12, 17 October 2024 Alex talk contribs created page Module:Family tree (Created page with "--[[ Implements {{Family tree}} In this module and the template, top, right, bottom, left refer to the location of the line on a cross: -T- L#R -B- --]] local p = {} local borders = mw.loadData('Module:Family tree/data') -- Main function function p.main(frame) local args = frame:getParent().args local cells = {} for i, v in ipairs(args) do -- Every param is unnamed, so needs trimming local v_x = mw.text.trim(v) -- Assume all blank parameters (trimmed to 0 len...")