User contributions for Admin

A user with 816 edits. Account created on 16 August 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

31 August 2025

  • 15:5515:55, 31 August 2025 diff hist +706 N Template:Msg Created page with "<translate> {{TemplateUsage |usage=<pre>{{Msg|Category|Key|lang=Language}}</pre> |description=This template is a wrapper around {{TransLink|Module:Msg|Module:Msg}} for easier use. '''Category''' is the name of the category (ex: <code>types</code> for {{TransLink|Module:Msg/types|Module:Msg/types}}). '''Key''' is the last word of the message key (ex: <code>energy</code> for <code>pokehero-types-energy</code>). '''Language''' is optional. It overrides <code><nowiki>{{PA..."
  • 15:2615:26, 31 August 2025 diff hist +22 Template:TypeIcon Marked this version for translation
  • 15:2215:22, 31 August 2025 diff hist +982 N Module:Msg/types/doc Created page with "== Module:Msg/types == This submodule contains translations for all Pokehero types used in the PokeHero wiki. === Structure === The table maps message keys to translations for each language. Example: <pre> return { ["pokehero-types-normal"] = { en = "Normal", fr = "Normal" }, ["pokehero-types-fighting"] = { en = "Fighting", fr = "Combat" }, ["pokehero-types-energy"] = { en = "Energy", fr = "Énergie" } } </pre> * Keys should follow the pattern `poke..."
  • 15:2115:21, 31 August 2025 diff hist +10 Module:Msg/types No edit summary current
  • 15:2015:20, 31 August 2025 diff hist +1,462 N Module:Msg/doc Created page with "== Module:Msg == This Lua module provides a page-language-aware message lookup system for PokeHero wiki content. === Usage === Use the module in wikitext with: <pre> {{#invoke:Msg|msg|<category>|<last word>|lang=<language>}} </pre> * <code>category</code> – the category of messages: "types", "moves", "items", etc. * <code>last word</code> – the last part of the key. The module constructs the full key internally as: <code>pokehero-<category>-<last word></code>..."
  • 15:1415:14, 31 August 2025 diff hist +163 Module:Msg No edit summary current
  • 15:0415:04, 31 August 2025 diff hist +17 Template:TypeIcon No edit summary
  • 14:5914:59, 31 August 2025 diff hist +92 Module:Msg No edit summary
  • 14:5314:53, 31 August 2025 diff hist +691 N Module:Msg/types Created page with "return { ["pokehero-type-normal"] = { en = "Normal", fr = "Normal" }, ["pokehero-type-fighting"] = { en = "Fighting", fr = "Combat" }, ["pokehero-type-energy"] = { en = "Energy", fr = "Énergie" }, ["pokehero-type-element"] = { en = "Element", fr = "Élément" }, ["pokehero-type-mental"] = { en = "Mental", fr = "Mental" }, ["pokehero-type-ninja"] = { en = "Ninja", fr = "Ninja" }, ["pokehero-type-sword"] = { en = "Sword", fr..."
  • 14:5214:52, 31 August 2025 diff hist +955 N Module:Msg 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..."
  • 12:2412:24, 31 August 2025 diff hist +691 N Module:Msg/types Created page with "return { ["pokehero-type-normal"] = { en = "Normal", fr = "Normal" }, ["pokehero-type-fighting"] = { en = "Fighting", fr = "Combat" }, ["pokehero-type-energy"] = { en = "Energy", fr = "Énergie" }, ["pokehero-type-element"] = { en = "Element", fr = "Élément" }, ["pokehero-type-mental"] = { en = "Mental", fr = "Mental" }, ["pokehero-type-ninja"] = { en = "Ninja", fr = "Ninja" }, ["pokehero-type-sword"] = { en = "Sword", fr..." current
  • 12:1912:19, 31 August 2025 diff hist −22 Template:TypeIcon No edit summary
  • 12:1812:18, 31 August 2025 diff hist +955 N Module:Msg 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..." current
  • 11:4911:49, 31 August 2025 diff hist +68 Template:TypeIcon No edit summary

27 August 2025

26 August 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)