Module:Korean: 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.

18 June 2025

  • curprev 12:4912:49, 18 June 2025 Fire talk contribs 11,373 bytes +11,373 Created page with "require('strict'); local p = {} -- common label prepping to make loop more readable local function prep_label(result, label, show_labels, out, i) if show_labels ~= 'no' then -- labels for every case except for optional first term outside parentheses if (out ~= 'yes') or (out == 'yes' and i > 1) then table.insert(result, label) end end return result end -- function to generate error message local function format_error(message) local result = { '<span clas..."