Aller au contenu

Principaux journaux publics

Affichage combiné de tous les journaux disponibles sur Heroes Wiki. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).

Journaux d’opérations
(les plus récentes | les plus anciennes) Voir ( | 50 plus anciennes) (20 | 50 | 100 | 250 | 500)
  • 5 novembre 2025 à 19:38 LIMAFOX76 discussion contributions a créé la page Modèle:Boîte de navigation (Page créée avec « <includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude> »)
  • 5 novembre 2025 à 19:36 LIMAFOX76 discussion contributions a créé la page Module:Navbox/styles.css (Page créée avec « {{pp|small=y}} : .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes : } .navbox .navbox { margin-top: 0; No top margin for nested navboxes : } .navbox + .navbox, TODO: remove first line after transclusions have updated : .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Si... »)
  • 5 novembre 2025 à 19:34 LIMAFOX76 discussion contributions a créé la page Module:Navbox/configuration (Page créée avec « return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, categor... »)
  • 5 novembre 2025 à 18:21 LIMAFOX76 discussion contributions a créé la page Module:Navbox (Page créée avec « require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true,... »)
  • 4 novembre 2025 à 21:24 LIMAFOX76 discussion contributions a créé la page Module:List (Page créée avec « local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatesty... »)
  • 4 novembre 2025 à 21:20 LIMAFOX76 discussion contributions a créé la page Modèle:Hlist (Page créée avec « {{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude> »)
  • 4 novembre 2025 à 21:16 LIMAFOX76 discussion contributions a créé la page Module:Navbar/styles.css (Page créée avec « {{pp|small=yes}} : .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > sp... »)
  • 4 novembre 2025 à 21:14 LIMAFOX76 discussion contributions a créé la page Module:TableTools (Page créée avec « ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke.... »)
  • 4 novembre 2025 à 21:12 LIMAFOX76 discussion contributions a créé la page Module:Navbar/configuration (Page créée avec « return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'Cette box: ', -- default text box when not plain or mini ['title_namespace'] = 'Modèle', -- namespace to default to for title ['invalid_title'] = 'Titre non valide ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- hor... »)
  • 4 novembre 2025 à 21:03 LIMAFOX76 discussion contributions a créé la page Module:Navbar (Page créée avec « local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, fals... »)
  • 4 novembre 2025 à 19:23 LIMAFOX76 discussion contributions a créé la page Module:Text/data (Page créée avec « -- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} data.PatternCJK = mw.ustring.char( 91, 4352, 45, 4607, 11904, 45, 42191, 43072, 45, 43135, 44032, 45, 55215, 63744, 45, 64255, 65072... »)
  • 4 novembre 2025 à 19:22 LIMAFOX76 discussion contributions a créé la page Module:Text (Page créée avec « local yesNo = require("Module:Yesno") local Text = { serial = "2024-09-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or... »)
  • 4 novembre 2025 à 19:18 LIMAFOX76 discussion contributions a créé la page Modèle:Fin de phrase (Page créée avec « {{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}<noinclude>{{documentation}}</noinclude> »)
  • 4 novembre 2025 à 19:17 LIMAFOX76 discussion contributions a créé la page Modèle:Strong (Page créée avec « <strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude> »)
  • 4 novembre 2025 à 19:14 LIMAFOX76 discussion contributions a modifié le préfixe « en » (https://en.heroeswiki.loginto.me/wiki/$1) (trans : 0 ; local : 1) dans la table interwiki
  • 29 octobre 2025 à 19:28 LIMAFOX76 discussion contributions a supprimé la page MediaWiki:Vector-2022.js (contenait « document.addEventListener("DOMContentLoaded", function () { const headerContainer = document.querySelector(".vector-header-container"); if (headerContainer) { // Crée un pseudo-élément simulé en JavaScript const bgLayer = document.createElement("div"); bgLayer.style.position = "absolute"; bgLayer.style.top = "0"; bgLayer.style.left... » et son seul contributeur était LIMAFOX76 (discussion))
  • 29 octobre 2025 à 19:20 LIMAFOX76 discussion contributions a créé la page MediaWiki:Vector-2022.js (Page créée avec « document.addEventListener("DOMContentLoaded", function () { const headerContainer = document.querySelector(".vector-header-container"); if (headerContainer) { // Crée un pseudo-élément simulé en JavaScript const bgLayer = document.createElement("div"); bgLayer.style.position = "absolute"; bgLayer.style.top = "0"; bgLayer.style.left = "0"; bgLayer.style.right = "0"; bgLayer.style.bottom = "0"; bgLayer.style.backgroundImage =... ») Balise : Recréé
  • 29 octobre 2025 à 19:08 LIMAFOX76 discussion contributions a supprimé la page MediaWiki:Vector-2022.js (contenait « $(document).ready(function () { if (mw.config.get('skin') === 'vector-2022') { $('.vector-header-container').prepend('<div id="custom-top-image"><img src="/headbg_nbc_s3.jpg" alt="Image de fond entête" /></div>'); } }); » et son seul contributeur était LIMAFOX76 (discussion))
  • 29 octobre 2025 à 18:50 LIMAFOX76 discussion contributions a créé la page MediaWiki:Vector-2022.js (Page créée avec « $(document).ready(function () { if (mw.config.get('skin') === 'vector-2022') { $('#content').prepend('<div id="custom-top-image"><img src="/headbg_nbc_s3.jpg" alt="Image de fond entête" /></div>'); } }); »)
  • 28 octobre 2025 à 22:03 LIMAFOX76 discussion contributions a créé la page Modèle:Espace (Page créée avec « <span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig=  |en=  |em=  |thin=  |hair=  |  }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig=  |en=  |em=  |thin=  |hair=  |  }}|{{{1|1}}}}} }}</span><noinclude> {{documentation}} </noinclude> »)
  • 28 octobre 2025 à 22:00 LIMAFOX76 discussion contributions a créé la page Modèle:Ombox (Page créée avec « {{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude> »)
  • 28 octobre 2025 à 21:59 LIMAFOX76 discussion contributions a créé la page Modèle:Préchargement notice (Page créée avec « {{Ombox | name = Préchargement notice | type = notice | text = Ce modèle est préchargé{{#if:{{{1|}}}|{{espace}}et utilisé dans {{{1|}}}}}. Il sert au préchargement de contenu, et non à une inclusion ou substitution directe.}}<includeonly>{{Bac à sable autre|| Catégorie:Modèles Heroes Wiki préchargés }}__EXPECTUNUSEDTEMPLATE__</includeonly><noinclude>{{Documentation}}</noinclude> »)
  • 28 octobre 2025 à 21:53 LIMAFOX76 discussion contributions a créé la page Module:Message box/ombox.css (Page créée avec « {{pp|small=y}} : .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray : background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } For the "small=yes" option. : .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red : background-color: #fee7e6; Pink : } .... »)
  • 28 octobre 2025 à 21:50 LIMAFOX76 discussion contributions a créé la page Module:Message box/configuration (Page créée avec « -------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'am... »)
  • 28 octobre 2025 à 21:35 LIMAFOX76 discussion contributions a créé la page Module:Message box (Page créée avec « require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------... »)
  • 28 octobre 2025 à 21:24 LIMAFOX76 discussion contributions a créé la page Modèle:Mbox (Page créée avec « {{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude> »)
  • 27 octobre 2025 à 21:52 LIMAFOX76 discussion contributions a créé la page Module:String (Page créée avec « --[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any... »)
  • 27 octobre 2025 à 21:43 LIMAFOX76 discussion contributions a créé la page Modèle:Bac à sable autre (Page créée avec « <onlyinclude>{{safesubst:<noinclude/>#if:{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>#invoke:String|sublength|s={{safesubst:<noinclude/>SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>SUBPAGENAME}}|documentation|1}}{{safesubst:<noinclude/>#invoke:String|match|{{safesubst:<noinclude/>PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}</onlyinclude><!-- -->{{documentation}} »)
  • 27 octobre 2025 à 21:41 LIMAFOX76 discussion contributions a créé la page Modèle:Documentation/preload (Page créée avec « <noinclude><!-- This code must be kept in sync with that at Heroes Wiki:Template documentation#How to create a documentation subpage. --></noinclude>{{Sous-page documentation}} == Usage == <include<includeonly></includeonly>only>{{Bac à sable autre|| <!-- Categories below this line --> }}</include<includeonly></includeonly>only><noinclude> {{Documentation|content= {{Préchargement notice|Module:Documentation}} Cette page contient le wikicode par... »)
  • 27 octobre 2025 à 21:35 LIMAFOX76 discussion contributions a créé la page Module:Yesno (Page créée avec « -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y'... »)
  • 27 octobre 2025 à 21:28 LIMAFOX76 discussion contributions a créé la page Modèle:Sous-page documentation (Page créée avec « <includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=icon | text = {{strong|Ceci est une sous-page Her... »)
  • 26 octobre 2025 à 21:57 LIMAFOX76 discussion contributions a ajouté le préfixe « en » (https://heroeswiki.loginto.me/wiki/$1) (trans : 0 ; local : 1) à la table interwiki
  • 26 octobre 2025 à 21:55 LIMAFOX76 discussion contributions a ajouté le préfixe « gerrit » (https://gerrit.wikimedia.org/r/$1) (trans : 0 ; local : 1) à la table interwiki
  • 26 octobre 2025 à 21:53 LIMAFOX76 discussion contributions a modifié l’appartenance aux groupes de LIMAFOX76 : Ajouté aux groupes masqueur de modifications, interwiki, administrateur (MediaWiki Sémantique), conservateur (MediaWiki Sémantique) et modificateur (MediaWiki Sémantique) ; bureaucrate, administrateur d’interface et administrateur inchangé
  • 26 octobre 2025 à 21:49 LIMAFOX76 discussion contributions a créé la page MediaWiki:Scribunto-module-with-errors-category-desc (Page créée avec « Le module contient une erreur. Cette catégorie n'est pas utilisée. »)
  • 26 octobre 2025 à 21:47 LIMAFOX76 discussion contributions a créé la page MediaWiki:Scribunto-doc-page-show (Page créée avec « {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}|{{#ifexist:{{FULLPAGENAME}}/documentation|{{FULLPAGENAME}}/documentation|{{NAMESPACE}}:{{BASEPAGENAME}}/documentation}}}} <span id="code"></span> »)
  • 26 octobre 2025 à 21:45 LIMAFOX76 discussion contributions a créé la page MediaWiki:Scribunto-doc-page-header (Page créée avec « <div class="mw-parser-output">{{#if:{{#invoke:redirect|isRedirect|{{FULLPAGENAME}}}}||{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|documentation||{{sous-page documentation}}}}}}</div> »)
  • 26 octobre 2025 à 21:40 LIMAFOX76 discussion contributions a créé la page MediaWiki:Scribunto-doc-page-does-not-exist (Page créée avec « {{#invoke:documentation|nonexistent|_content={{ {{#invoke:documentation|contentTitle}}}}}} »)
  • 26 octobre 2025 à 21:31 LIMAFOX76 discussion contributions a créé la page MediaWiki:Scribunto-common-error-category (Page créée avec « {{#switch:{{NAMESPACENUMBER}} <!-- Separate category for user namespace --> | 2 | 3 = Pages utilisateur avec des erreurs de script <!-- Standard --> | Pages avec des erreurs de script }} »)
  • 25 octobre 2025 à 19:22 LIMAFOX76 discussion contributions a créé la page Module:Documentation/styles.css (Page créée avec « {{pp|small=yes}} : .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation : font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation : } .documentation-startbox { padding-bottom... »)
  • 25 octobre 2025 à 18:58 LIMAFOX76 discussion contributions a créé la page Module:Documentation/config (Page créée avec « ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. -------------------------------------------------------------------------... »)
  • 25 octobre 2025 à 18:37 LIMAFOX76 discussion contributions a créé la page Module:Arguments (Page créée avec « -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == '... »)
  • 25 octobre 2025 à 18:29 LIMAFOX76 discussion contributions a créé la page Module:Documentation (Page créée avec « -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made avail... »)
  • 25 octobre 2025 à 18:16 LIMAFOX76 discussion contributions a créé la page Modèle:Documentation (Page créée avec « {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude> »)
  • 25 octobre 2025 à 18:13 LIMAFOX76 discussion contributions a créé la page MediaWiki:Vector-2022.css (Page créée avec « Heroes writing with the "Heroes" font : .mw-logo-wordmark { font-family: heroes; font-size: 1.50em; text-transform: lowercase; color: #000; } »)
  • 25 octobre 2025 à 18:07 LIMAFOX76 discussion contributions a créé la page MediaWiki:Common.css (Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : @font-face { font-family: heroes; font-style: normal; src: url('HEROES.ttf') format('truetype'), } »)
  • 25 octobre 2025 à 17:26 LIMAFOX76 discussion contributions a créé la page Modèle:Ep (Page créée avec « <includeonly>{{#invoke: Episode|getEpisode{{#if: {{{chapitre|}}}|Chapter}}|1={{{1|}}} }}</includeonly><noinclude> {{Documentation}}</noinclude> »)
  • 24 octobre 2025 à 16:59 LIMAFOX76 discussion contributions a protégé Accueil [Modifier=Autoriser uniquement les administrateurs] (infini) [Renommer=Autoriser uniquement les administrateurs] (infini) (hist)
  • 1 août 2025 à 20:54 LIMAFOX76 discussion contributions a créé la page Module:Episode (Page créée avec « local data = require("Module:Episode/data") local p = {} -- Function 1: Get full episode link from key function p.getEpisode(frame) local key = string.lower(frame.args[1] or "") local entry = data[key] if not entry then return "Episode not found" end local ns, link, title = unpack(entry) -- If namespace is empty or nil, omit it if ns == "" or ns == nil then return string.format("%s", link, title) else... »)
  • 1 août 2025 à 20:53 LIMAFOX76 discussion contributions a créé la page Module:Episode/data (Page créée avec « --[[ This module will use its input to have the full link for an episode or a film: - 1 = Namespace (Main for the films, Episode, Graphic Novel, or Webisode) - 2 = Link inside the wiki (episode, webisode, graphic novel or film name) - 3 = Title as it appears on the screen with the quotes (American English standard) ]]-- return { } »)
(les plus récentes | les plus anciennes) Voir ( | 50 plus anciennes) (20 | 50 | 100 | 250 | 500)