Main public logs
Appearance
Combined display of all available logs of Heroes Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:39, 28 October 2025 LIMAFOX76 talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 21:35, 28 October 2025 LIMAFOX76 talk contribs created page Module:Message box (Created page with "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 ---------------------------------------------------------------------------...")
- 21:24, 28 October 2025 LIMAFOX76 talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 21:53, 27 October 2025 LIMAFOX76 talk contribs created page Module:String (Created page with "--[[ 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 error c...")
- 21:44, 27 October 2025 LIMAFOX76 talk contribs created page Template:Sandbox other (Created page with "<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}}|doc|1}}{{safesubst:<noinclude/>#invoke:String|match|{{safesubst:<noinclude/>PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}</onlyinclude><!-- -->{{documentation}}")
- 21:37, 27 October 2025 LIMAFOX76 talk contribs created page Template:Documentation/preload (Created page with "<noinclude><!-- This code must be kept in sync with that at Wikipedia:Template documentation#How to create a documentation subpage. --></noinclude>{{Documentation subpage}} == Usage == <include<includeonly></includeonly>only>{{Sandbox other|| <!-- Categories below this line --> }}</include<includeonly></includeonly>only><noinclude> {{Documentation|content= {{Preload notice|Module:Documentation}} This page contains the default wikitext that appears when an...")
- 21:33, 27 October 2025 LIMAFOX76 talk contribs created page Module:Yesno (Created page with "-- 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' or val =...")
- 21:17, 27 October 2025 LIMAFOX76 talk contribs created page Template:Documentation subpage (Created page with "<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|This is a documentation...")
- 21:56, 26 October 2025 LIMAFOX76 talk contribs added prefix "fr" (https://fr.heroeswiki.loginto.me/wiki/$1) (trans: 0; local: 1) to the interwiki table
- 21:55, 26 October 2025 LIMAFOX76 talk contribs added prefix "gerrit" (https://gerrit.wikimedia.org/r/$1) (trans: 0; local: 1) to the interwiki table
- 21:52, 26 October 2025 LIMAFOX76 talk contribs changed group membership for LIMAFOX76: granted suppressor, interwiki, administrator (Semantic MediaWiki), curator (Semantic MediaWiki) and editor (Semantic MediaWiki); kept bureaucrat, interface administrator and administrator unchanged
- 21:49, 26 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Scribunto-module-with-errors-category-desc (Created page with "The module has an error in it. This category is not used.")
- 21:47, 26 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Scribunto-doc-page-show (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}|{{#ifexist:{{FULLPAGENAME}}/doc|{{FULLPAGENAME}}/doc|{{NAMESPACE}}:{{BASEPAGENAME}}/doc}}}} <span id="code"></span>")
- 21:45, 26 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Scribunto-doc-page-header (Created page with "<div class="mw-parser-output">{{#if:{{#invoke:redirect|isRedirect|{{FULLPAGENAME}}}}||{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|documentation||{{documentation subpage}}}}}}</div>")
- 21:11, 26 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Scribunto-doc-page-does-not-exist (Created page with "{{#invoke:documentation|nonexistent|_content={{ {{#invoke:documentation|contentTitle}}}}}}")
- 21:11, 26 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Scribunto-common-error-category (Created page with "{{#switch:{{NAMESPACENUMBER}} <!-- Separate category for user namespace --> | 2 | 3 = User pages with script errors <!-- Standard --> | Pages with script errors }}")
- 19:22, 25 October 2025 LIMAFOX76 talk contribs created page Module:Documentation/styles.css (Created page with "{{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: 3px;...")
- 18:39, 25 October 2025 LIMAFOX76 talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- 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. ---------------------------------------------------------------------------------...")
- 18:37, 25 October 2025 LIMAFOX76 talk contribs created page Module:Arguments (Created page with "-- 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) == 'string'...")
- 18:19, 25 October 2025 LIMAFOX76 talk contribs created page Module:Documentation (Created page with "-- 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 available in...")
- 18:15, 25 October 2025 LIMAFOX76 talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 18:09, 25 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Vector-2022.css (Created page with "Heroes writing with the "Heroes" font: .mw-logo-wordmark { font-family: heroes; }")
- 18:06, 25 October 2025 LIMAFOX76 talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: @font-face { font-family: heroes; font-style: normal; src: url('HEROES.ttf') format('truetype'), }")
- 17:27, 25 October 2025 LIMAFOX76 talk contribs created page Template:Ep (Created page with "<includeonly>{{#invoke: Episode|getEpisode{{#if: {{{chapter|}}}|Chapter}}|1={{{1|}}} }}</includeonly><noinclude> {{Documentation}}</noinclude>")
- 16:59, 24 October 2025 LIMAFOX76 talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:30, 1 August 2025 LIMAFOX76 talk contribs created page Module:Episode (Created page with "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 ret...")
- 20:29, 1 August 2025 LIMAFOX76 talk contribs created page Module:Episode/data (Created page with "--[[ 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 { }")
- 20:25, 1 August 2025 Maintenance script talk contribs created page smw/schema:Profile:Facetedsearch default profile (Semantic MediaWiki search import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page smw/schema:Group:Predefined properties (Semantic MediaWiki group import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page smw/schema:Group:Schema properties (Semantic MediaWiki group import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page Property:Owl:differentFrom (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page Property:Foaf:homepage (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page Property:Foaf:name (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page Property:Foaf:knows (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page MediaWiki:Smw import owl (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page MediaWiki:Smw import foaf (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page MediaWiki:Smw import skos (Semantic MediaWiki default vocabulary import)
- 20:25, 1 August 2025 Maintenance script talk contribs created page MediaWiki:Smw import schema (Semantic MediaWiki default vocabulary import)
- 20:06, 1 August 2025 MediaWiki default talk contribs created page Main Page