Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Azupedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:49, 18 June 2025 Fire talk contribs created page Module:Korean (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...")