User contributions for 76561198256426587

From Heroes of Might and Magic: Olden Era Official Wiki
A user with 1,150 edits. Account created on 10 May 2026.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

25 May 2026

  • 21:4121:41, 25 May 2026 diff hist −4 Template:HeroTableRow/fr No edit summary
  • 21:4021:40, 25 May 2026 diff hist −11 Template:HeroTableRow/fr No edit summary
  • 21:3721:37, 25 May 2026 diff hist −3 Template:HeroTableRow/fr Undo revision 20463 by 76561198256426587 (talk) Tag: Undo
  • 21:3121:31, 25 May 2026 diff hist +3 Template:HeroTableRow/fr No edit summary
  • 21:2921:29, 25 May 2026 diff hist −221 Template:HeroTableRow/fr Undo revision 20459 by 76561198256426587 (talk) Tag: Undo
  • 21:2921:29, 25 May 2026 diff hist −349 Template:HeroTableRow/fr Undo revision 20460 by 76561198256426587 (talk) Tag: Undo
  • 21:2721:27, 25 May 2026 diff hist +349 Template:HeroTableRow/fr No edit summary
  • 21:2621:26, 25 May 2026 diff hist +221 Template:HeroTableRow/fr No edit summary
  • 21:1421:14, 25 May 2026 diff hist +4,521 Heroes of Might and Magic: Olden Era Official Wiki/Sandbox No edit summary
  • 21:1321:13, 25 May 2026 diff hist +393 Template:HeroTableRow/fr No edit summary
  • 21:1221:12, 25 May 2026 diff hist −502 Template:HeroTableRow/fr No edit summary
  • 21:0921:09, 25 May 2026 diff hist +1,995 Template:HeroTableRow/fr No edit summary
  • 20:3620:36, 25 May 2026 diff hist +31 N Masterful Arina's Chosen/fr Redirected page to Arina's Chosen/fr current Tag: New redirect
  • 20:3420:34, 25 May 2026 diff hist +3,635 N Module:SpellData/doc Created page with "This module allows for the dynamic extraction of variables, asset icons, costs, and technical properties for battle/map spells stored within the wiki's Cargo database (specifically from the <code>Spell</code> and <code>Translation</code> tables). It automatically handles localized fallback to English if a translation in the requested language is missing. == Basic Syntax == To fetch a data field, use the following syntax: <pre>{{#invoke:SpellData|get|SPELL_ID|VARIABLE|LA..." current
  • 20:3320:33, 25 May 2026 diff hist +2,185 N Module:SpellData Created page with "local p = {} -- Fonction locale pour formater automatiquement les icônes en Title Case local function capitalize(str) if not str then return "" end local capitalized = str:gsub("(%a)([%w]*)", function(first, rest) return first:upper() .. rest:lower() end) return capitalized end -- Fonction principale pour récupérer une donnée liée aux sorts -- Syntaxe : {{#invoke:SpellData|get|ID_SORT|CHAMP|LANGUE}} function p.get(frame) local args = fr..." current
  • 20:2820:28, 25 May 2026 diff hist +1,995 m Module:HeroData/doc No edit summary current
  • 20:2220:22, 25 May 2026 diff hist +158 m Module:HeroData No edit summary current
  • 20:1920:19, 25 May 2026 diff hist −18 m Module:HeroData/doc No edit summary
  • 20:1920:19, 25 May 2026 diff hist +429 Module:HeroData/doc No edit summary
  • 20:1820:18, 25 May 2026 diff hist −7 Module:HeroData No edit summary
  • 20:0820:08, 25 May 2026 diff hist −1,791 Module:HeroData/doc No edit summary
  • 20:0420:04, 25 May 2026 diff hist −21 m Module:HeroData No edit summary
  • 20:0020:00, 25 May 2026 diff hist +990 m Module:HeroData No edit summary
  • 19:5219:52, 25 May 2026 diff hist −18 m Module:SkillData/doc No edit summary current
  • 19:5119:51, 25 May 2026 diff hist +3,729 N Module:SkillData/doc Created page with "{{Documentation}} This module allows for the dynamic extraction of variables, asset icons, descriptions, and tiered scaling mechanics for main skills, sub-skills, and individual skill levels stored within the wiki's Cargo database. It automatically handles localized fallback to English if a translation in the requested language is missing. == Basic Syntax == To fetch a data field, use the following syntax: <pre>{{#invoke:SkillData|get|SKILL_ID|VARIABLE|LANGUAGE_CODE|FOR..."
  • 19:5119:51, 25 May 2026 diff hist +3,188 N Module:SkillData Created page with "local p = {} -- Fonction locale pour formater automatiquement les icônes (Optionnel, calqué sur la demande précédente) local function capitalize(str) if not str then return "" end local capitalized = str:gsub("(%a)([%w]*)", function(first, rest) return first:upper() .. rest:lower() end) return capitalized end -- Fonction principale pour récupérer une donnée liée aux compétences -- Syntaxe : {{#invoke:SkillData|get|ID_SKILL|CHAMP|LANGUE|..." current
  • 19:3519:35, 25 May 2026 diff hist +528 Module:HeroSpecializationData No edit summary
  • 19:2419:24, 25 May 2026 diff hist +3,080 N Module:HeroSpecializationData/doc Created page with "This module allows for the dynamic extraction of variables, asset icons, and translations for hero specializations stored within the wiki's Cargo database (specifically from the <code>HeroSpecialization</code> and <code>Translation</code> tables). It automatically handles localized fallback to English if a translation in the requested language is missing. == Basic Syntax == To fetch a data field, use the following syntax: <pre>{{#invoke:HeroSpecializationData|get|SPEC_I..." current
  • 19:2219:22, 25 May 2026 diff hist +1,990 N Module:HeroSpecializationData Created page with "local p = {} -- Fonction principale pour récupérer une donnée de spécialisation -- Syntaxe : {{#invoke:HeroSpecializationData|get|ID_SPECIALISATION|CHAMP|LANGUE}} function p.get(frame) local args = frame.args[1] and frame.args or frame:getParent().args local spec_id = args[1] local field = args[2] local lang = args[3] or 'en' -- Anglais par défaut if not spec_id or not field then return "Erreur : ID de spécialisation ou champ manquant...."
  • 19:0619:06, 25 May 2026 diff hist +4,566 N Module:HeroClassData/doc Created page with "This module allows for the dynamic extraction of all variables, combat growth coefficients, and translations for hero classes stored within the wiki's Cargo database (specifically from the <code>HeroClass</code> and <code>Translation</code> tables). It automatically handles localized fallback to English if a translation in the requested language is missing. == Basic Syntax == To fetch a data field, use the following syntax: <pre>{{#invoke:HeroClassData|get|CLASS_ID|VARI..." current
  • 18:3018:30, 25 May 2026 diff hist +1,935 N Module:HeroClassData Created page with "local p = {} -- Fonction principale pour récupérer une donnée de classe de héros -- Syntaxe : {{#invoke:HeroClassData|get|ID_CLASSE|CHAMP|LANGUE}} function p.get(frame) local args = frame.args[1] and frame.args or frame:getParent().args local class_id = args[1] local field = args[2] local lang = args[3] or 'en' -- Anglais par défaut if not class_id or not field then return "Erreur : ID de classe ou champ manquant." end -- 1. Ge..."
  • 17:0617:06, 25 May 2026 diff hist +4,563 N Module:HeroData/doc Created page with "This module allows for the dynamic extraction of all variables, stats, and translations for a specific hero stored within the wiki's Cargo database. It automatically handles localized fallback to English if a translation in the requested language is missing. == Basic Syntax == To fetch a data field, use the following syntax: <pre>{{#invoke:HeroData|get|HERO_ID|VARIABLE|LANGUAGE_CODE}}</pre> * '''<code>HERO_ID</code>''' : The technical identifier of the hero (e.g., <cod..."
  • 16:5916:59, 25 May 2026 diff hist +28 Module:HeroData No edit summary
  • 16:5616:56, 25 May 2026 diff hist +2,074 N Module:HeroData Created page with "local p = {} -- Fonction principale pour récupérer une donnée -- Syntaxe : {{#invoke:HeroData|get|ID_HEROS|CHAMP|LANGUE}} function p.get(frame) local args = frame.args[1] and frame.args or frame:getParent().args local hero_id = args[1] local field = args[2] local lang = args[3] or 'en' -- Anglais par défaut si non spécifié if not hero_id or not field then return "Erreur : ID ou champ manquant." end -- 1. Gestion des champs tex..."
  • 07:4407:44, 25 May 2026 diff hist +636 N Troglodyte/fr Created page with "{{loc|Troglodyte}} {{Unit_Infobox/fr |lang=fr |name=Troglodyte |dwelling=Warren/fr |hero=Kieran }} {{F|Dungeon|fr}} ==Description== {{Unitdesc |unit=Troglodyte |lang=fr }} ==Capacités== {{AbilityTable/fr|Troglodyte|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!-- ==Gallerie== <gallery> File..."
  • 07:4407:44, 25 May 2026 diff hist +665 N Toxic Troglodyte/fr Created page with "{{loc|Troglodyte toxique}} {{Unit_Infobox/fr |lang=fr |name=Toxic Troglodyte |dwelling=Warren II/fr |hero=Kieran }} {{F|Dungeon|fr}} ==Description== {{Unitdesc |unit=Toxic Troglodyte |lang=fr }} ==Capacités== {{AbilityTable/fr|Toxic Troglodyte|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!--..."
  • 07:4407:44, 25 May 2026 diff hist +675 N Infernal Troglodyte/fr Created page with "{{loc|Troglodyte infernal}} {{Unit_Infobox/fr |lang=fr |name=Infernal Troglodyte |dwelling=Warren II/fr |hero=Kieran }} {{F|Dungeon|fr}} ==Description== {{Unitdesc |unit=Infernal Troglodyte |lang=fr }} ==Capacités== {{AbilityTable/fr|Infernal Troglodyte|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ....."
  • 07:4107:41, 25 May 2026 diff hist +665 N Abyssal Envoy/fr Created page with "{{loc|Émissaire abyssal}} {{Unit_Infobox/fr |lang=fr |name=Abyssal Envoy |dwelling=Eerie Summoning Rite/fr |bank=Boreal Call/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Abyssal Envoy |lang=fr }} ==Capacités== {{AbilityTable/fr|Abyssal Envoy|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!--..."
  • 07:4007:40, 25 May 2026 diff hist −1 m Abyssal Executor/fr No edit summary
  • 07:4007:40, 25 May 2026 diff hist +678 N Abyssal Overseer/fr Created page with "{{loc|Superviseur abyssal}} {{Unit_Infobox/fr |lang=fr |name=Abyssal Overseer |dwelling=Eerie Summoning Rite II/fr |bank=Boreal Call/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Abyssal Overseer |lang=fr }} ==Capacités== {{AbilityTable/fr|Abyssal Overseer|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== *..."
  • 07:4007:40, 25 May 2026 diff hist +678 N Abyssal Executor/fr Created page with "{{loc|Superviseur abyssal}} {{Unit_Infobox/fr |lang=fr |name=Abyssal Executor |dwelling=Eerie Summoning Rite II/fr |bank=Boreal Call/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Abyssal Executor |lang=fr }} ==Capacités== {{AbilityTable/fr|Abyssal Executor|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== *..."
  • 07:3607:36, 25 May 2026 diff hist −6 m Bloated Arbitrator/fr No edit summary
  • 07:3607:36, 25 May 2026 diff hist +646 N Rift Arbitrator/fr Created page with "{{loc|Médiateur de la faille}} {{Unit_Infobox/fr |lang=fr |name=Rift Arbitrator |dwelling=Rift Mansion II/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Rift Arbitrator |lang=fr }} ==Capacités== {{AbilityTable/fr|Rift Arbitrator|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!-- ==Gallerie== <gall..."
  • 07:3607:36, 25 May 2026 diff hist +615 N Arbitrator/fr Created page with "{{loc|Médiateur}} {{Unit_Infobox/fr |lang=fr |name=Arbitrator |dwelling=Rift Mansion/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Arbitrator |lang=fr }} ==Capacités== {{AbilityTable/fr|Arbitrator|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!-- ==Gallerie== <gallery> File:Image.jpg|Caption </g..."
  • 07:3607:36, 25 May 2026 diff hist +655 N Bloated Arbitrator/fr Created page with "{{loc|Médiateur de la faille}} {{Unit_Infobox/fr |lang=fr |name=Rift Arbitrator |dwelling=Bloated Mansion II/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Bloated Arbitrator |lang=fr }} ==Capacités== {{AbilityTable/fr|Bloated Arbitrator|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!-- ==Galleri..."
  • 07:3307:33, 25 May 2026 diff hist +649 N Bewitcher/fr Created page with "{{loc|Ensorceleuse}} {{Unit_Infobox/fr |lang=fr |name=Bewitcher |dwelling=House of Chains II/fr |hero=The Iron Master/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Bewitcher |lang=fr }} ==Capacités== {{AbilityTable/fr|Bewitcher|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!-- ==Gallerie== <g..."
  • 07:3307:33, 25 May 2026 diff hist +638 N Concubus/fr Created page with "{{loc|Concube}} {{Unit_Infobox/fr |lang=fr |name=Concubus |dwelling=House of Chains/fr |hero=The Iron Master/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Concubus |lang=fr }} ==Capacités== {{AbilityTable/fr|Concubus|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!-- ==Gallerie== <gallery> Fil..."
  • 07:3307:33, 25 May 2026 diff hist +687 N Mistress of Chains/fr Created page with "{{loc|Maîtresse des chaînes}} {{Unit_Infobox/fr |lang=fr |name=Mistress of Chains |dwelling=House of Chains II/fr |hero=The Iron Master/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Mistress of Chains |lang=fr }} ==Capacités== {{AbilityTable/fr|Mistress of Chains|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Tr..."
  • 07:3007:30, 25 May 2026 diff hist +692 N Unthinkable Shoth/fr Created page with "{{loc|Shoth inimaginable}} {{Unit_Infobox/fr |lang=fr |name=Unthinkable Shoth |dwelling=Disturbing Summoning Rite II/fr |hero=The Eye Collective/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Unthinkable Shoth |lang=fr }} ==Capacités== {{AbilityTable/fr|Unthinkable Shoth|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!--..."
  • 07:3007:30, 25 May 2026 diff hist +668 N Grand Shoth/fr Created page with "{{loc|Shoth grandiose}} {{Unit_Infobox/fr |lang=fr |name=Grand Shoth |dwelling=Disturbing Summoning Rite/fr |hero=The Eye Collective/fr }} {{F|Schism|fr}} ==Description== {{Unitdesc |unit=Grand Shoth |lang=fr }} ==Capacités== {{AbilityTable/fr|Grand Shoth|lang=fr}} ==Lois de faction== Cette unité est spécifiquement affectée par les lois de faction suivantes : {{Stub/Section}} <!-- ==Stratégie== (Notes on how to use the unit) --><!-- ==Trivia== * ... --><!..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)