Module:CharList: Revision history

From Elwiki

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.

24 December 2022

20 October 2022

17 October 2022

  • curprev 12:4812:48, 17 October 2022Ritsu talk contribs 1,935 bytes −6 No edit summary Tag: Reverted
  • curprev 12:4112:41, 17 October 2022Ritsu talk contribs 1,941 bytes +1,941 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('%*',..."