Module:Msg: 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.

31 August 2025

  • curprev 15:1415:14, 31 August 2025 Admin talk contribs 1,210 bytes +163 No edit summary
  • curprev 14:5914:59, 31 August 2025 Admin talk contribs 1,047 bytes +92 No edit summary
  • curprev 14:5214:52, 31 August 2025 Admin talk contribs 955 bytes +955 Created page with "-- Module:Msg local p = {} -- Load the data from submodules local data = { types = mw.loadData("Module:Msg/types"), moves = mw.loadData("Module:Msg/moves"), items = mw.loadData("Module:Msg/items") } -- Helper to get page language local function getPageLang() return mw.getCurrentFrame():preprocess("{{PAGELANGUAGE}}") end -- Lookup function -- frame.args[1] = key (e.g., "pokehero-type-energy") -- frame.args[2] = category (optional, e.g., "types") -- fram..."