Contributions de Electrolab

Rechercher des contributionsaffichermasquer
⧼contribs-top⧽
⧼contribs-date⧽
(les plus récentes | les plus anciennes) Voir ( | 50 plus anciennes) (20 | 50 | 100 | 250 | 500)

1 mai 2023

  • 08:461 mai 2023 à 08:46 diff hist +2 505 N Module:MainPage créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- --[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category... » actuelle
  • 08:451 mai 2023 à 08:45 diff hist +9 112 N Module:List/docPage créée avec « {{Documentation}} {{Wikipedia template}} '''Module:List''' outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items. == Usage == ; Quick usage <pre><nowiki>{{</nowiki>#invoke:list<nowiki>|</nowiki>''function''<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''seco... » actuelle
  • 08:441 mai 2023 à 08:44 diff hist +5 809 N Module:ListPage créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] =... » actuelle
  • 08:441 mai 2023 à 08:44 diff hist +89 N Module:Link capture/docPage créée avec « {{Documentation}} '''Module:Link capture''' implements the {{tl|Link capture}} template. » actuelle
  • 08:431 mai 2023 à 08:43 diff hist +644 N Module:Link capturePage créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- local p = {} function p.linkcapture(frame) local linkString = frame.args[1] or "" local linkText = string.match(linkString, "%[%[([^%]]+)%]%]") local linkTextText = string.match(linkString, "%[%[[^%|]+%|([^%}]+... » actuelle
  • 08:371 mai 2023 à 08:37 diff hist +305 N Module:LibraryUtil/docPage créée avec « {{Documentation}} '''Module:LibraryUtil''' is mostly to keep track of modules using the standard Scributo library <code>libraryUtil</code>. See [https://runescape.wiki/w/Module:LibraryUtil Module:LibraryUtil] on RuneScape Wiki for more details. » actuelle
  • 08:371 mai 2023 à 08:37 diff hist +2 791 N Module:LibraryUtilPage créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- <nowiki> local libraryUtil = require( 'libraryUtil' ) -- libraryUtil is a standard scribunto module, the following commented out code is just to show what is inside it. Documentation about these functions can be found at... » actuelle
  • 08:361 mai 2023 à 08:36 diff hist +381 N Module:Labelled list hatnote/docPage 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> » actuelle
  • 08:351 mai 2023 à 08:35 diff hist +3 301 N Module:Labelled list hatnotePage créée avec « -------------------------------------------------------------------------------- -- Origin : https://starcitizen.tool -- -------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote comp... » actuelle
  • 08:331 mai 2023 à 08:33 diff hist +610 N Module:Key/styles.cssPage 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... » actuelle
  • 08:301 mai 2023 à 08:30 diff hist +69 N Module:Key/docPage créée avec « {{Documentation}} {{Wikipedia template}} Implements {{tl|key press}} » actuelle
  • 08:301 mai 2023 à 08:30 diff hist +4 912 N Module:KeyPage 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... » actuelle
  • 08:261 mai 2023 à 08:26 diff hist +1 667 N Module:Infobox/styles.cssPage 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... » actuelle
  • 08:251 mai 2023 à 08:25 diff hist +172 N Module:Infobox/docPage 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. » actuelle
  • 08:241 mai 2023 à 08:24 diff hist +267 N Module:Graph/docPage 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}}. » actuelle
  • 08:201 mai 2023 à 08:20 diff hist +43 910 N Module:GraphPage 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... » actuelle
  • 08:191 mai 2023 à 08:19 diff hist +149 N Module:Gallery/docPage créée avec « {{Documentation}} '''Module:Gallery''' is a module that implements the {{tl|Gallery}} template. Please see the template page for usage instructions. » actuelle
  • 08:191 mai 2023 à 08:19 diff hist +931 N Module:GalleryPage 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... » actuelle
  • 08:181 mai 2023 à 08:18 diff hist +5 726 N Module:Format link/docPage 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... » actuelle
  • 08:181 mai 2023 à 08:18 diff hist +6 728 N Module:Format linkPage 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... » actuelle
  • 08:171 mai 2023 à 08:17 diff hist +94 N Module:For/docPage créée avec « {{Documentation}} {{Wikipedia template}} '''Module:For''' implements the {{tl|For}} template. » actuelle
  • 08:171 mai 2023 à 08:17 diff hist +244 Module:ForAucun résumé des modifications actuelle
  • 08:161 mai 2023 à 08:16 diff hist +1 408 N Module:ForPage 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... »
  • 08:151 mai 2023 à 08:15 diff hist +207 N Module:Error/docPage 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. » actuelle
  • 08:151 mai 2023 à 08:15 diff hist +1 373 N Module:ErrorPage 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... » actuelle
  • 08:141 mai 2023 à 08:14 diff hist +109 N Module:Documentation/docPage créée avec « {{Documentation}} '''Module:Documentation''' implements Template:Documentation for templates and modules. » actuelle
  • 08:141 mai 2023 à 08:14 diff hist +4 296 N Module:DocumentationPage 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(... » actuelle
  • 08:131 mai 2023 à 08:13 diff hist +120 N Module:DependencyList/docPage créée avec « {{Documentation}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation. » actuelle
  • 08:131 mai 2023 à 08:13 diff hist +25 053 N Module:DependencyListPage 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... »
  • 08:121 mai 2023 à 08:12 diff hist +261 N Module:DPLlua/docPage 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. » actuelle
  • 08:091 mai 2023 à 08:09 diff hist +249 N MediaWiki:Citizen-footer-taglinePage 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]. »
  • 08:041 mai 2023 à 08:04 diff hist +16 557 N Module:DPLluaPage 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... » actuelle
  • 08:011 mai 2023 à 08:01 diff hist +540 N Module:Cite/styles.cssPage 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... » actuelle
  • 08:001 mai 2023 à 08:00 diff hist +215 N Module:Array/docPage 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. » actuelle
  • 08:001 mai 2023 à 08:00 diff hist +15 431 N Module:ArrayPage 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... » actuelle
  • 07:591 mai 2023 à 07:59 diff hist +642 N Module:Arguments/docPage 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... » actuelle
  • 07:591 mai 2023 à 07:59 diff hist +10 298 N Module:ArgumentsPage 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... » actuelle
  • 07:581 mai 2023 à 07:58 diff hist +100 N Module:About/docPage créée avec « {{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' implements the {{tl|about}} template. » actuelle
  • 07:581 mai 2023 à 07:58 diff hist +1 830 N Module:AboutPage 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 = {}... » actuelle
  • 07:561 mai 2023 à 07:56 diff hist +16 218 N Module:InfoboxPage 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... » actuelle
  • 07:531 mai 2023 à 07:53 diff hist +354 N Module:Hatnote list/docPage 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. » actuelle
  • 07:521 mai 2023 à 07:52 diff hist +7 695 N Module:Hatnote listPage 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... » actuelle
  • 07:521 mai 2023 à 07:52 diff hist +817 N Module:Hatnote/styles.cssPage 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... » actuelle
  • 07:501 mai 2023 à 07:50 diff hist +6 912 N Module:HatnotePage 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.... » actuelle

30 avril 2023

  • 08:5430 avril 2023 à 08:54 diff hist +274 N Modèle:=/docPage 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> » actuelle
  • 08:5430 avril 2023 à 08:54 diff hist +32 N Modèle:=Page créée avec « =<noinclude>{{/doc}}</noinclude> » actuelle
  • 08:5330 avril 2023 à 08:53 diff hist +355 N Modèle:No redirectPage 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> » actuelle
  • 08:5230 avril 2023 à 08:52 diff hist +385 N Modèle:SpacesPage 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> » actuelle
  • 08:0130 avril 2023 à 08:01 diff hist +241 N Modèle:&/docCreated 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>" actuelle
  • 08:0130 avril 2023 à 08:01 diff hist +34 N Modèle:&Created page with "&<noinclude> {{/doc}} </noinclude>" actuelle
(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.