All public logs

Jump to navigation Jump to search

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:53, 17 November 2025 Sware talk contribs created page Module:pine-pron/testcases (Created page with "local tests = require('Module:UnitTests') local m_IPA = require('Module:pine-pron') local function tag_IPA(IPA) return '<span class="IPA">' .. IPA .. '</span>' end local function linkup(text) return "" .. text .. "" end function tests:check_output(term, expected, noresp) return tests:equals( noresp and linkup(noresp) .. "<br>(" .. term .. ")" or linkup(term), m_IPA.crux(term), expected, { display = tag_IPA, show_difference...")