Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Annwan’s Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:22, 31 March 2025 Annwan talk contribs created page Module:Dict (Created page with "local exports = {} local langdata = require('Module:Data/Langs') local posdata = require('Module:Data/POS') exports.head = function(frame) local headword = frame.args[1] local lang = frame.args["lang"] local pos = frame.args["pos"] local translit = frame.args["translit"] local sc = frame.args["sc"] local ipa = frame.args["ipa"] assert(lang) assert(pos) assert(ipa) ipa = frame.expandTemplate{ title = "IPA", args = "/" .. ipa .. "/" } if (not translit) or tran...")