Module:VCard: Revision history

From WikiProducers

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 August 2025

  • curprev 08:3908:39, 16 August 2025 Eddymunoz talk contribs 1,691 bytes +1,691 Created page with "local p = {} local function esc(s) if not s or s == '' then return nil end s = tostring(s) s = s:gsub("\\","\\\\"):gsub("\n","\\n"):gsub(",","\\,"):gsub(";","\\;") return s end local function line(label, value) if value and value ~= '' then return label .. ':' .. value end return nil end function p._vcard(a) local L = {} table.insert(L, 'BEGIN:VCARD') table.insert(L, 'VERSION:3.0') table.insert(L, line('FN', esc(a.name))) table.insert(L, line('OR..."