Module:HeroSubClassData: Revision history

From Heroes of Might and Magic: Olden Era Official Wiki

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.

28 May 2026

26 May 2026

  • curprev 20:1020:10, 26 May 2026 akesha.taladim talk contribs 2,078 bytes +2,078 Created page with "local p = {} -- Fonction principale pour récupérer les données d'une sous-classe -- Syntaxe : {{#invoke:HeroSubClassData|get|ID_SOUS_CLASSE|CHAMP|LANGUE}} function p.get(frame) local args = frame.args[1] and frame.args or frame:getParent().args local subclass_id = args[1] local field = args[2] local lang = args[3] or 'fr' -- Par défaut en français if not subclass_id or not field then return "Erreur : ID de sous-classe ou champ manquant...."