Aller au contenu

Modifications récentes

Suivez les changements les plus récents du wiki sur cette page.

Options des modifications récentesAfficher les 50 | 100 | 250 | 500 dernières modifications effectuées au cours des 1 | 3 | 7 | 14 | 30 derniers jours.
Masquer mes modifications | Afficher les robots | Afficher les modifications mineures
Afficher les nouvelles modifications depuis le 6 décembre 2025 à 04:58
 
Liste des abréviations :
N
Cette modification a créé une nouvelle page (voir aussi la liste des nouvelles pages)
m
Cette modification est mineure.
b
Cette modification a été effectuée par un robot.
(±123)
La taille de la page a changé de ce nombre d’octets.

2 décembre 2025

     21:23  (Journal des téléversements de fichiers) [LIMAFOX76 (2×)]
     
21:23 LIMAFOX76 discussion contributions a téléversé Fichier:Hors du commun - Image titre télévision.png
     
21:21 LIMAFOX76 discussion contributions a téléversé Fichier:Hors du commun - Image titre.png
N    19:57  Module:InfoboxImage/data diffhist +2 366 LIMAFOX76 discussion contributions (Page créée avec «  local placeholderList = { "Blue - Replace this image female.svg", "Blue - Replace this image male.svg", "Flag of None (square).svg", "Flag of None.svg", "Flag of.svg", "Green - Replace this image female.svg", "Green - Replace this image male.svg", "Image is needed female.svg", "Image is needed male.svg", "Location map of None.svg", "Male no free image yet.png", "Missing flag.png", "No flag.svg", "No free po... »)
N    19:54  Module:InfoboxImage diffhist +8 564 LIMAFOX76 discussion contributions (Page créée avec « -- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to ye... »)

13 novembre 2025

N    21:40  Module:Infobox/styles.css diffhist +2 131 LIMAFOX76 discussion contributions (Page créée avec « {{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... »)
N    21:39  Modèle:Infobox diffhist +345 LIMAFOX76 discussion contributions (Page créée avec « {{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{retrait premier mot|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude> »)
N    21:35  Module:Infobox diffhist +20 652 LIMAFOX76 discussion contributions (Page créée avec « 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 lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%s... »)

11 novembre 2025

N    21:40  Modèle:Hlist/styles.css diffhist +2 922 LIMAFOX76 discussion contributions (Page créée avec « {{pp-protected|reason=match parent|small=yes}} : * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * [[MediaWiki talk:Common.css/to do#hlist-separated]] : /* * TODO: When the majority of readership supports... »)
N    21:37  Module:Color contrast/colors diffhist +6 119 LIMAFOX76 discussion contributions (Page créée avec « return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.0982242... »)
N    21:36  Module:Color contrast diffhist +6 967 LIMAFOX76 discussion contributions (Page créée avec « -- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0... »)