Module:Family tree/data: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 3,142 bytes +3,142 Created page with "local LINE_COLOUR = '#6699CC' local SOLID = '1px solid ' .. LINE_COLOUR local DASHED = '1px dashed ' .. LINE_COLOUR -- Single characters used for creating "blocks", as they will be called local borders = { -- Single lines ['-'] = { top = nil, right = SOLID, bottom = nil, left = SOLID }, ['!'] = { top = SOLID, right = nil, bottom = SOLID, left = nil }, ['~'] = { top = nil, right = DASHED, bottom = nil, left = DASHED }, [':'] = { top = DASHED, right = nil, bottom =..."