User contributions for Admin
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
- 22:0922:09, 27 August 2025 diff hist +37 N Category:Articles with unverified information Created page with "Category: Pages needing attention" current
- 22:0722:07, 27 August 2025 diff hist +1,606 Type No edit summary
- 22:0122:01, 27 August 2025 diff hist +355 N Template:1type Created page with "<translate> <!--T:1--> {{TemplateUsage |usage=<pre>{{1t|Type}}</pre> |description=Links to the provided type's page. For <code><nowiki>{{1t|Normal}}</nowiki></code>, gives <code><nowiki>{{TransLink|Normal (type)|Normal-type}}</nowiki></code> }}</translate> <onlyinclude>{{TransLink|{{{1}}} (type)|{{{1}}}-type}}</onlyinclude> Category:Link templates"
- 21:5921:59, 27 August 2025 diff hist −58 Template:2t No edit summary
- 21:5821:58, 27 August 2025 diff hist +57 Template:1t No edit summary
- 21:5121:51, 27 August 2025 diff hist +11 Template:TransLinkImage Marked this version for translation current
- 21:5021:50, 27 August 2025 diff hist −16 Template:2t No edit summary
- 21:5021:50, 27 August 2025 diff hist −6 Template:1t No edit summary
- 21:4121:41, 27 August 2025 diff hist +26 Template:TransLinkImage No edit summary
- 21:3921:39, 27 August 2025 diff hist +11 Template:2t Marked this version for translation
- 21:3721:37, 27 August 2025 diff hist +333 N Template:2t Created page with "<translate> {{TemplateUsage |usage=<pre>{{2t|Type1|Type2}}</pre> |description=Links to the provided types' pages using {{TransLink|Template:TransLink|Template:TransLink}}. }}</translate> <onlyinclude>{{TransLink|{{{Type1}}} (type)|{{{Type1}}}}}/{{TransLink|{{{Type2}}} (type)|{{{Type2}}}}}</onlyinclude> Category:Link templates"
- 21:3621:36, 27 August 2025 diff hist +11 Template:1t Marked this version for translation
- 21:3421:34, 27 August 2025 diff hist +283 N Template:1t Created page with "<translate> {{TemplateUsage |usage=<pre>{{1t|Type}}</pre> |description=Links to the provided type's page using {{TransLink|Template:TransLink|Template:TransLink}}. }}</translate> <onlyinclude>{{TransLink|{{{Type}}} (type)|{{{Type}}}-type}}</onlyinclude> Category:Link templates"
- 21:1321:13, 27 August 2025 diff hist +1,304 N Template:Unverified Created page with "<translate><!--T:1--> {{TemplateUsage |usage=<pre>{{Unverified|Scope|Reason|Width}}</pre> |description=Creates a notice informing users about unverified information. '''Scope''' defines the part of a page that contains unverified information (article, section, etc). Defaults to '''article'''. <!--T:2--> '''Reason''' defines what the unverified information is. It is '''heavily recommended'''. You can set it with <code>needs=</code>. <!--T:3--> '''Width''' overrides the..." current
- 21:0821:08, 27 August 2025 diff hist +36 N File:Confused saitama.png No edit summary current
26 August 2025
- 22:2622:26, 26 August 2025 diff hist +28 N Category:Types Created page with "Category: Game mechanics" current
- 22:2422:24, 26 August 2025 diff hist +1,416 N Type Created page with "{{Types|2=* 1}} <translate> '''Types''' are properties applied to {{TransLink|Pokehero (species)|Pokeheroes}} and their {{TransLink|Move|moves}}, which affect the power of moves in {{TransLink|Pokehero battle|battles}}. There are 10 types, with 8 regular types and the special {{TransLink|Glitch (type)|Glitch}} and {{TransLink|God (type)|God}} types. The regular types are largely based on character archetypes in japanese manga and anime. ==Summary== {{Incomplete|section|..."
- 21:4721:47, 26 August 2025 diff hist −56 Template:SpoilersStart/fr Created page with "max-width: 550px;" current
- 21:4721:47, 26 August 2025 diff hist +17 N Translations:Template:SpoilersStart/3/fr Created page with "max-width: 550px;" current
- 21:4721:47, 26 August 2025 diff hist +53 N Translations:Template:SpoilersStart/3/qqq Created page with "This is to adjust size because French text is larger." current
- 21:4721:47, 26 August 2025 diff hist +1,144 N Template:Types/fr Created page with "{{TemplateUsage |usage=<pre>{{Types|Couleur de Bordure|Clé de Tri Personnalisée pour Catégorie:Types}}</pre> |description=Crée un tableau de navigation pour tous les types. La clé de tri personnalisée définit l’'''ordre de la page dans Catégorie:Types''' (<code>* 1</code> apparaîtra en premier dans la catégorie) }}"
- 21:4621:46, 26 August 2025 diff hist +328 N Translations:Template:Types/1/fr Created page with "{{TemplateUsage |usage=<pre>{{Types|Couleur de Bordure|Clé de Tri Personnalisée pour Catégorie:Types}}</pre> |description=Crée un tableau de navigation pour tous les types. La clé de tri personnalisée définit l’'''ordre de la page dans Catégorie:Types''' (<code>* 1</code> apparaîtra en premier dans la catégorie) }}" current
- 21:4421:44, 26 August 2025 diff hist +11 Template:SpoilersStart Marked this version for translation current
- 21:4321:43, 26 August 2025 diff hist +23 Template:SpoilersStart No edit summary
- 21:4221:42, 26 August 2025 diff hist −14 Template:SpoilersStart/fr No edit summary
- 21:4121:41, 26 August 2025 diff hist −14 Translations:Template:SpoilersStart/1/fr No edit summary current
- 21:4021:40, 26 August 2025 diff hist −15 Template:SpoilersStart/fr No edit summary
- 21:4021:40, 26 August 2025 diff hist −15 Translations:Template:SpoilersStart/2/fr No edit summary current
- 21:3921:39, 26 August 2025 diff hist −12 Template:SpoilersEnd/fr No edit summary current
- 21:3921:39, 26 August 2025 diff hist −12 Translations:Template:SpoilersEnd/1/fr No edit summary current
- 21:3421:34, 26 August 2025 diff hist +11 Template:Types Marked this version for translation
- 21:3021:30, 26 August 2025 diff hist +76 Template:Types No edit summary
- 21:0221:02, 26 August 2025 diff hist +333 Type chart No edit summary
- 20:4620:46, 26 August 2025 diff hist +32 Translations:Type chart/13/fr No edit summary
- 20:4220:42, 26 August 2025 diff hist +32 Type chart No edit summary
- 20:3920:39, 26 August 2025 diff hist −7 Template:BulbAttrib/fr No edit summary current