All public logs
From Elwiki
Combined display of all available logs of Elwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:55, 25 March 2025 ElsBread talk contribs created page Module:CharTree/zh-hant (Created page with "require('Module:CommonFunctions') local getArgs = require('Module:Arguments').getArgs local p = {} -- Main process function p.main(frame, lang) local args = getArgs(frame) local named_list = {} local not_exist = {} lang = '/zh-hant' -- 強制使用繁體中文 local chars = frame:preprocess('{{:MediaWiki:NavSidebar' .. lang .. '/Character}}') -- Get rid of link wikitext. chars = chars:gsub('%[%[', ''):gsub('%]%]', '') -- Replace star s...")