Module:CargoNotes: Revision history

Jump to navigation Jump to search

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.

27 January 2024

  • curprev 11:0111:01, 27 January 2024Mactonya talk contribs 338 bytes +338 Created page with "local p = {} function p.drawDataNotes(frame) local name = frame.args[1] local wikitext = "" if (name ~= "") then wikitext = "'''" .. name .. ":'''\n" end for token in string.gmatch(frame.args[2], '([^;\\]+)') do note = token wikitext = wikitext .. "*" .. note .. "\n" end return wikitext end return p"