Tous les journaux publics

Affichage combiné de tous les journaux disponibles sur Wiki Electrolab. 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)
  • 1 mai 2023 à 08:36 Electrolab discussion contributions a créé la page Module:Labelled list hatnote/doc (Page créée avec «  {{Documentation}} {{Wikipedia template}} '''Module:Labelled list hatnote''' provides a handful of functions that make it easy to implement hatnotes that take the form of a label in front of a list of pages. See Module:Labelled list hatnote on Wikipedia for more details. <includeonly> <!-- Categories below this line --> </includeonly> »)
  • 1 mai 2023 à 08:35 Electrolab discussion contributions a créé la page Module:Labelled list hatnote (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote comp... »)
  • 1 mai 2023 à 08:33 Electrolab discussion contributions a créé la page Module:Key/styles.css (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- : .keyboard-key { padding: 0.25em 0.5em; display: inline-block; line-height: 1; font-weight: var( --font-weight-medium ); font-size: 0.875rem; border-radius: var( --border-radius--small ); border: 1... »)
  • 1 mai 2023 à 08:30 Electrolab discussion contributions a créé la page Module:Key/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} Implements {{tl|key press}} »)
  • 1 mai 2023 à 08:30 Electrolab discussion contributions a créé la page Module:Key (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- This module implements {{key press}}. local kbdPrefix = '<kbd class="keyboard-key nowrap">' local kbdSuffix = '</kbd>' local keyText = { ['caps lock'] = '⇪ Caps Lock', ['caps lock'] = '⇪ Caps Lock', ['s... »)
  • 1 mai 2023 à 08:26 Electrolab discussion contributions a créé la page Module:Infobox/styles.css (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- : .infobox { max-width: 400px; font-size: 0.875rem; background-color: var( --color-surface-2 ); border-radius: var( --border-radius--large ); border-collapse: collapse; line-height: var( --line-height-sm... »)
  • 1 mai 2023 à 08:25 Electrolab discussion contributions a créé la page Module:Infobox/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Infobox''' is a module that implements the {{tl|Infobox}} template. Please see the template page for usage instructions. »)
  • 1 mai 2023 à 08:24 Electrolab discussion contributions a créé la page Module:Graph/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Graph''' is a meta-module that provides various functions for making graphs. Please see the individual template pages for usage. For more information regarding the module, please refer to {{WP|ref=no|Module:Graph}}. »)
  • 1 mai 2023 à 08:20 Electrolab discussion contributions a créé la page Module:Graph (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- ATTENTION: Please edit this code at https://de.wikipedia.org/wiki/Modul:Graph -- This way all wiki languages can stay in sync. Thank you! -- -- BUGS: X-Axis label format bug? (xAxisFormat =) https://en.wikipedi... »)
  • 1 mai 2023 à 08:19 Electrolab discussion contributions a créé la page Module:Gallery/doc (Page créée avec « {{Documentation}} '''Module:Gallery''' is a module that implements the {{tl|Gallery}} template. Please see the template page for usage instructions. »)
  • 1 mai 2023 à 08:19 Electrolab discussion contributions a créé la page Module:Gallery (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- local getArgs = require('Module:Arguments').getArgs local p = {} local root function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local filearg = '' local height = '120' l... »)
  • 1 mai 2023 à 08:18 Electrolab discussion contributions a créé la page Module:Format link/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} This module, migrated from origins in Module:Hatnote, provides functionality for formatting links for display, including that powering the {{tl|format link}} template. It can pretty-format section links with the section symbol ("§") and appropriate whitespace, it automatically escapes category and file names with the colon trick, and includes functionality for italicizing the page or section nam... »)
  • 1 mai 2023 à 08:18 Electrolab discussion contributions a créé la page Module:Format link (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sect... »)
  • 1 mai 2023 à 08:17 Electrolab discussion contributions a créé la page Module:For/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:For''' implements the {{tl|For}} template. »)
  • 1 mai 2023 à 08:16 Electrolab discussion contributions a créé la page Module:For (Page créée avec « local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p... »)
  • 1 mai 2023 à 08:15 Electrolab discussion contributions a créé la page Module:Error/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Error''' creates an html message with class "error". It is a replacement for {{tl|error}} - please see the documentation page there for usage instructions. »)
  • 1 mai 2023 à 08:15 Electrolab discussion contributions a créé la page Module:Error (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or t... »)
  • 1 mai 2023 à 08:14 Electrolab discussion contributions a créé la page Module:Documentation/doc (Page créée avec « {{Documentation}} '''Module:Documentation''' implements Template:Documentation for templates and modules. »)
  • 1 mai 2023 à 08:14 Electrolab discussion contributions a créé la page Module:Documentation (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent(... »)
  • 1 mai 2023 à 08:13 Electrolab discussion contributions a créé la page Module:DependencyList/doc (Page créée avec « {{Documentation}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation. »)
  • 1 mai 2023 à 08:13 Electrolab discussion contributions a créé la page Module:DependencyList (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- <nowiki> local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlu... »)
  • 1 mai 2023 à 08:12 Electrolab discussion contributions a créé la page Module:DPLlua/doc (Page créée avec « {{Documentation}} '''Module:DPLlua''' uses Template:DPLlua helper to make it possible to include all parameters of a template while maintaining good performance. See [https://runescape.wiki/w/Module:DPLlua Module:DPLlua] on RuneScape Wiki for more details. »)
  • 1 mai 2023 à 08:09 Electrolab discussion contributions a créé la page MediaWiki:Citizen-footer-tagline (Page créée avec « Wiki fait avec 💚 à Nanterre grâce à [https://www.mediawiki.org/wiki/MediaWiki MediaWiki], le thème [https://www.mediawiki.org/wiki/Skin:Citizen Citizen] et des très bonnes idées des équipes du wiki [https://starcitizen.tools/ StarCitizen]. »)
  • 1 mai 2023 à 08:04 Electrolab discussion contributions a créé la page Module:DPLlua (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkType... »)
  • 1 mai 2023 à 08:01 Electrolab discussion contributions a créé la page Module:Cite/styles.css (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- : .citation-icon { margin-right: 4px; opacity: 0.3; } .citation-icon img { margin-bottom: 2px; height: 11px; width: auto; } ol.references li:target .citation-icon { opacity: 0.5; } /* Dark mod... »)
  • 1 mai 2023 à 08:00 Electrolab discussion contributions a créé la page Module:Array/doc (Page créée avec « {{Documentation}} This module is a helper module to be used by other modules; it may not designed to be invoked directly. See [https://runescape.wiki/w/Module:Array Module:Array] on RuneScape Wiki for more details. »)
  • 1 mai 2023 à 08:00 Electrolab discussion contributions a créé la page Module:Array (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- <nowiki> awawa local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local arr = {} setmetatable(arr, { __call = function (_, array) retu... »)
  • 1 mai 2023 à 07:59 Electrolab discussion contributions a créé la page Module:Arguments/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Arguments''' provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (More details below.) * Arguments can be passed in directly from... »)
  • 1 mai 2023 à 07:59 Electrolab discussion contributions a créé la page Module:Arguments (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- 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('library... »)
  • 1 mai 2023 à 07:58 Electrolab discussion contributions a créé la page Module:About/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' implements the {{tl|about}} template. »)
  • 1 mai 2023 à 07:58 Electrolab discussion contributions a créé la page Module:About (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {}... »)
  • 1 mai 2023 à 07:57 Electrolab discussion contributions a supprimé la page Https://starcitizen.tools/index.php
  • 1 mai 2023 à 07:56 Electrolab discussion contributions a créé la page Https://starcitizen.tools/index.php (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {}... »)
  • 1 mai 2023 à 07:56 Electrolab discussion contributions a créé la page Module:Infobox (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- -- This module implements {{Infobox}} -- local p = {} -- local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local... »)
  • 1 mai 2023 à 07:53 Electrolab discussion contributions a créé la page Module:Hatnote list/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Hatnote list''' produces and formats lists for use in hatnotes. In particular, it implements the for-see list, i.e. lists of "For X, see Y" statements, as used in {{t|about}}, {{t|redirect}}, and their variants. Also introduced are andList & orList helpers for formatting lists with those conjunctions. »)
  • 1 mai 2023 à 07:52 Electrolab discussion contributions a créé la page Module:Hatnote list (Page créée avec « -------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Als... »)
  • 1 mai 2023 à 07:52 Electrolab discussion contributions a créé la page Module:Hatnote/styles.css (Page créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- : .hatnote-container { display: flex; align-items: center; padding: var( --space-sm ) var( --space-md ); margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background: var( --color-surface-2 ); borde... »)
  • 1 mai 2023 à 07:50 Electrolab discussion contributions a créé la page Module:Hatnote (Page créée avec « -------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules.... »)
  • 30 avril 2023 à 08:54 Electrolab discussion contributions a créé la page Modèle:=/doc (Page créée avec « {{Documentation}} {{t|{{=}}}} allows "=" to be used in unnamed template parameters. It inserts the one-character equals-sign ("=") into the text. == Usage == *<code><nowiki>{{=}}</nowiki></code> produces: {{=}} <includeonly> Category:Typing-aid templates</includeonly> »)
  • 30 avril 2023 à 08:54 Electrolab discussion contributions a créé la page Modèle:= (Page créée avec « =<noinclude>{{/doc}}</noinclude> »)
  • 30 avril 2023 à 08:53 Electrolab discussion contributions a créé la page Modèle:No redirect (Page créée avec « {{{{{|safesubst:}}}#if: {{{{{|safesubst:}}}#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{{{{|safesubst:}}}fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{{{{|safesubst:}}}#if:{{{2|}}}|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{/doc}} </noinclude> »)
  • 30 avril 2023 à 08:52 Electrolab discussion contributions a créé la page Modèle:Spaces (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> {{/doc}} </noinclude> »)
  • 30 avril 2023 à 08:48 Electrolab discussion contributions a supprimé la page Main Page (Crée pour test)
  • 30 avril 2023 à 08:41 Electrolab discussion contributions a créé la page Main Page (Created page with " Bienvenue sur le wiki de l'Electrolab. <b>MediaWiki a été installé.</b> Consultez le [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents Guide de l’utilisateur] pour plus d’informations sur l’utilisation de ce logiciel de wiki. ==Pour démarrer== *[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste des paramètres de configuration] *[https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ Questions courant...") Balise : Éditeur visuel
  • 30 avril 2023 à 08:01 Electrolab discussion contributions a créé la page Modèle:&/doc (Created page with "Pages using &# notation in wikicode are occasionally silently altered to use actual unicode. This is usually acceptable, but in some cases this is needed to prevent normalization. <includeonly>Category:Typing-aid templates</includeonly>")
  • 30 avril 2023 à 08:01 Electrolab discussion contributions a créé la page Modèle:& (Created page with "&<noinclude> {{/doc}} </noinclude>")
  • 29 avril 2023 à 11:14 Electrolab discussion contributions a modifié l’appartenance aux groupes de Lucasgrelaud, de (aucun) à administrateur, administrateur d’interface et bureaucrate (Anti lock out)
  • 29 avril 2023 à 10:35 Electrolab discussion contributions a supprimé la page Fichier:Electrolab-circle.png (Config OK)
  • 29 avril 2023 à 10:34 Electrolab discussion contributions a téléversé Fichier:Electrolab-circle.png (Fichier de test permettant la validation des configurations.)
  • 29 avril 2023 à 10:34 Electrolab discussion contributions a créé la page Fichier:Electrolab-circle.png (Fichier de test permettant la validation des configurations.)
(les plus récentes | les plus anciennes) Voir ( | 50 plus anciennes) (20 | 50 | 100 | 250 | 500)
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.