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> »)
(les plus récentes | les plus anciennes) Voir ( | ) (20 | 50 | 100 | 250 | 500)