Module:IPA/templates: Revision history

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.

9 February 2023

  • curprev 13:2213:22, 9 February 2023Jācōbus talk contribs 6,762 bytes +6,762 Created page with "local export = {} local m_IPA = require("Module:IPA") local U = mw.ustring.char local syllabic = U(0x0329) -- Used for Template:IPA. function export.IPA(frame) local parent_args = frame.getParent and frame:getParent().args or frame local compat = parent_args["lang"] local offset = compat and 0 or 1 local params = { [compat and "lang" or 1] = {required = true, default = "en"}, [1 + offset] = {list = true, allow_holes = true}, ["ref"] = {list = true, allow..."