Main public logs
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).
- 10:26, 8 January 2025 Sware talk contribs created page Module:IPA/templates (Created page with "local export = {} local m_IPA = require("Module:IPA") local parameter_utilities_module = "Module:parameter utilities" -- Used for Template:IPA. function export.IPA(frame) local parent_args = frame:getParent().args local include_langname = frame.args.include_langname local compat = parent_args.lang local offset = compat and 0 or 1 local lang_arg = compat and "lang" or 1 local params = { [lang_arg] = {required = true, type = "language", default = "en"}, [...")