All public logs

Combined display of all available logs of Acadēmīa Latīnitātis. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:41, 8 February 2023 Jācōbus talk contribs created page Module:qualifier (Created page with "local export = {} function export.format_qualifier(list, open, close) -- keep in sync with Template:qualifier if type(list) ~= "table" then list = { list } end if #list == 0 then return '' end return '<span class="ib-brac qualifier-brac">' .. (open or "(") .. '</span>' .. '<span class="ib-content qualifier-content">' .. table.concat(list, '<span class="ib-comma qualifier-comma">,</span> ') .. '</span><span class="ib-brac qualifier-br...")