Tous les journaux publics

Sauter à la navigation Sauter à la recherche

Affichage combiné de tous les journaux disponibles sur Monde. 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 ( | ) (20 | 50 | 100 | 250 | 500)
  • 26 février 2022 à 20:21 Leon discussion contributions a supprimé la page Module:Documentation (contenait « -- 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 ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for testing purposes. --… »)
  • 26 février 2022 à 20:21 Leon discussion contributions a supprimé la page Module:Effective protection expiry (contenait « local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview… »)
  • 26 février 2022 à 20:21 Leon discussion contributions a supprimé la page Module:Effective protection level (contenait « local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local level = mw… »)
  • 26 février 2022 à 20:21 Leon discussion contributions a supprimé la page Module:File link (contenait « -- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in '%s' p… »)
  • 26 février 2022 à 20:21 Leon discussion contributions a supprimé la page Module:Format link (contenait « -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require('libra… »)
  • 26 février 2022 à 20:20 Leon discussion contributions a supprimé la page Module:Sidebar/styles.css (contenait avant blanchiment « {{pp-template}} : TODO: Invert width design to be "mobile first" : .sidebar { TODO: Ask if we should have max-width 22em instead : width: 22em; @noflip : float: right; @noflip : clear: right; @noflip : margin: 0.5em 0 1em 1em; background: #f8f9fa; border: 1px solid #aaa; padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collapse; /* Timeless has display: none on .nomobile at mobile… »)
  • 26 février 2022 à 20:18 Leon discussion contributions a supprimé la page Module:Infobox/styles.css (contenait « {{pp|small=y}} : * This TemplateStyles sheet deliberately does NOT include the full set of * infobox styles. We are still working to migrate all of the manual * infoboxes. See MediaWiki talk:Common.css/to do#Infobox * DO NOT ADD THEM HERE : * not strictly certain these styles are necessary since the modules now * exclusively output infobox-subbox or infobox, not both * just replicating the module faithfully : .infobox-subbox { padding: 0; border: non… »)
  • 26 février 2022 à 20:18 Leon discussion contributions a supprimé la page Aide:Infobox/user style (contenait « {{{heading| ==Infoboxes and user style == }}} Users can have user CSS that hides<!--, moves, or makes collapsible--> any infoboxes in their own browsers. To hide all infoboxes, add the following to Special:MyPage/common.css (for all skins, or Special:MyPage/skin.css for just the current skin), on a line by itself: <syntaxhighlight lang="css">div.mw-parser-output .infobox { display: none; }</syntaxhighlight> Alternatively, you can add the… »)
  • 26 février 2022 à 20:18 Leon discussion contributions a supprimé la page Module:Distinguish (contenait « local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments = require('Module:Arguments') mTableTools = require('Module:TableTools') local args = mArguments.getArgs(frame) local selfref = args.selfref local text = args.text args =… »)
  • 26 février 2022 à 20:17 Leon discussion contributions a supprimé la page Module:Infobox (contenait « local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of table rows loc… »)
  • 26 février 2022 à 20:10 Leon discussion contributions a créé la page Ère d'or (Page créée avec « {{Ébauche}} '''L'Ère d'or''' est une ère Catégorie:ère »)
  • 23 février 2022 à 18:32 Leon discussion contributions a supprimé la page Modèle:Infobox (contenait « <includeonly> {| class="infobox bordered vevent" style="float: {{{align|right}}}; width: {{#if:{{{width|}}}|{{{width|}}}|30em}}; font-size: 90%; text-align: left;" cellpadding="3" ! colspan="2" style="font-size:110%; text-align: Center; background-color: #CCCCFF;" class="summary" | ''{{{title|{{PAGENAME}}}}}'' {{#if:{{{Image|}}}|<nowiki/> {{!}}- {{!}} colspan="2" style="fon… » et son seul contributeur était Leon (discussion))
  • 23 février 2022 à 18:27 Leon discussion contributions a créé la page Modèle:Infobox (Page créée avec « <includeonly> {| class="infobox bordered vevent" style="float: {{{align|right}}}; width: {{#if:{{{width|}}}|{{{width|}}}|30em}}; font-size: 90%; text-align: left;" ce… »)
  • 23 février 2022 à 18:11 Leon discussion contributions a supprimé la page Modèle:Tlx (contenait « #REDIRECT Template:Template link expanded {{Redirect category shell| {{R from move}} }} »)
  • 23 février 2022 à 18:11 Leon discussion contributions a supprimé la page Modèle:Tlf (contenait « #REDIRECT Template:Template link with link off {{Redirect category shell| {{R from move}} }} »)
  • 23 février 2022 à 18:11 Leon discussion contributions a supprimé la page Modèle:Tl (contenait « #REDIRECT Template:Template link {{Redirect category shell| {{R from move}} }} »)
  • 23 février 2022 à 18:11 Leon discussion contributions a supprimé la page Modèle:Yesno-no (contenait « {{safesubst:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|no}}}|¬={{{¬|no}}}|def={{{def|no}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude> »)
  • 23 février 2022 à 18:11 Leon discussion contributions a supprimé la page Modèle:Yesno (contenait « {{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude> »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Template parameter usage (contenait « {{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|C|c}}lick here] to see a monthly parameter usage report for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}}{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/TemplatePar… »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Template other (contenait « {{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude> »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Template link with link off (contenait « <includeonly>{{#Invoke:Template link general|main|nowrap=yes|nolink=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlf}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude> »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Template link expanded (contenait « {{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude> »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Template link (contenait « {{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude> »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:TemplateData header (contenait « <div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor and other tools. {{Template parameter us… »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Sidebar (contenait « {{#invoke:Sidebar|sidebar}}<noinclude> {{documentation}}</noinclude> »)
  • 23 février 2022 à 18:10 Leon discussion contributions a supprimé la page Modèle:Sandbox other (contenait « {{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude>{{documentation}}</noinclude> »)
  • 23 février 2022 à 18:09 Leon discussion contributions a supprimé la page Modèle:Parameter names example (contenait « <includeonly>{{#invoke:Parameter names example|main}}</includeonly><noinclude> {{hatnote|Template:Generic template demo and Template:Pnex redirect here.}}<!--(hatnote more noticeable here than within Documentation)--> {{Documentation}} </noinclude> »)
  • 23 février 2022 à 18:09 Leon discussion contributions a supprimé la page Modèle:Para (contenait « <code class="nowrap" style="{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude>… »)
  • 23 février 2022 à 18:09 Leon discussion contributions a supprimé la page Modèle:Nobold/styles.css (contenait « {{pp-template}} : Styling for Template:Nobold : .nobold { font-weight: normal; } »)
  • 23 février 2022 à 18:09 Leon discussion contributions a supprimé la page Modèle:Nobold (contenait « <templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude> »)
  • 23 février 2022 à 18:08 Leon discussion contributions a supprimé la page Modèle:Main other (contenait « {{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude> »)
  • 23 février 2022 à 18:08 Leon discussion contributions a supprimé la page Modèle:Lua (contenait « <includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude> »)
  • 23 février 2022 à 18:08 Leon discussion contributions a supprimé la page Modèle:Infobox/doc (contenait « {{distinguish|Template:Userbox}} {{Documentation subpage}} <includeonly>{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|old ||{{High-use|3408796|all-pages=yes}}{{Lua|Module:Infobox}}}}</includeonly> {{Parameter names example |name={{PAGENAME}} <!--|child |subbox |decat--> |title |above |subheader |subheader1 |subheader2={{{subheader2}}}<br/>...... |image|caption |image1|caption1 |image2|caption2={{{caption2}}}<br/>...... |header1=<div style="border-top:1px dashed #ccc;">{{{header1… »)
  • 23 février 2022 à 18:08 Leon discussion contributions a supprimé la page Modèle:Infobox (contenait « {{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude> »)
  • 23 février 2022 à 18:08 Leon discussion contributions a supprimé la page Modèle:High-use (contenait « {{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|all-pages={{{all-pages|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude> »)
  • 23 février 2022 à 18:08 Leon discussion contributions a supprimé la page Modèle:Documentation subpage (contenait « <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=|link= | text = {{strong|This is a documentation Wiki… »)
  • 23 février 2022 à 18:07 Leon discussion contributions a supprimé la page Modèle:Documentation (contenait « {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude> »)
  • 23 février 2022 à 18:07 Leon discussion contributions a supprimé la page Modèle:Div col end (contenait « <includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude> »)
  • 23 février 2022 à 18:07 Leon discussion contributions a supprimé la page Modèle:Div col/styles.css (contenait « {{pp|small=yes}} : .div-col { margin-top: 0.3em; column-width: 30em; } .div-col-small { font-size: 90%; } .div-col-rules { column-rule: 1px solid #aaa; } Reset top margin for lists in div col : .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } Avoid elements breaking between columns See also Template:No col break : .div-col li, .div-col dd { page-break-inside: avoid; Removed from CSS in favor of break-inside c. 2020 : break-inside: avoid-co… »)
  • 23 février 2022 à 18:07 Leon discussion contributions a supprimé la page Modèle:Div col (contenait « <includeonly><templatestyles src="Div col/styles.css"/><!-- --><div class="div-col {{#ifeq:{{{small|}}}|yes|div-col-small}} {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- -->}}><!-- -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- Inventory how many pages use small=yes --… »)
  • 23 février 2022 à 18:07 Leon discussion contributions a supprimé la page Modèle:Distinguish (contenait « {{#invoke:Distinguish|distinguish}}<noinclude><!-- splitting these lines causes {{Documentation}} template to terminate green shading when Distinguish is used in /doc pages. --> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis to Wikidata, not here! --> </noinclude> »)
  • 23 février 2022 à 18:07 Leon discussion contributions a supprimé la page Modèle:Clear (contenait « <div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} </noinclude> »)
  • 23 février 2022 à 18:06 Leon discussion contributions a supprimé la page Modèle:Category link with count (contenait « [[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude> »)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Template link general par téléversement de fichier (1 révision)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Transclusion count par téléversement de fichier (1 révision)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Transclusion count/data/I par téléversement de fichier (1 révision)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Yesno par téléversement de fichier (1 révision)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Lua banner par téléversement de fichier (1 révision)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Message box par téléversement de fichier (1 révision)
  • 23 février 2022 à 17:54 Leon discussion contributions a importé Module:Message box/configuration par téléversement de fichier (1 révision)
(les plus récentes | les plus anciennes) Voir ( | ) (20 | 50 | 100 | 250 | 500)