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).

Logs
  • 12:41, 17 October 2022 Ritsu talk contribs created page Module:CharList (Created page with "require('Module:CommonFunctions'); local getArgs = require('Module:Arguments').getArgs local p = {} -- Main process function p.main(frame) local args = getArgs(frame) local named_list = {} local chars = frame:preprocess('{{:MediaWiki:NavSidebar/Character}}') -- Get rid of link wikitext. :gsub('%[%[', ''):gsub('%]%]', '') -- Replace star separators to distinct strings to make it easier. :gsub('%*%*%*', 'SEP1'):gsub('%*%*', 'SEP2'):gsub('%*',...")