Module:Game/Characters: Revision history

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.

21 October 2025

6 August 2025

9 July 2025

25 June 2025

18 June 2025

  • curprev 08:0508:05, 18 June 2025 GitBot talk contribs 1,894 bytes +200 Automated from Git
  • curprev 07:3907:39, 18 June 2025 Snep talk contribs 1,694 bytes +1,694 Created page with "local Characters = {} local Game = require("Module:Game") local Utils = require("Module:Utils") local cargo = mw.ext.cargo ---@class CharacterInfo ---@field id string ---@field nameJP string ---@field nameEN string ---@field pageName string ---Get character info by their game ID ---@param charId string ---@return CharacterInfo|nil function Characters.getCharacterInfo(charId) return Characters.getCharacterInfos({ charId })[Utils.normalString(charId)] end ---Get bul..."