Alex
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..."