Tous les journaux publics

Aller à la navigation Aller à la recherche

Affichage combiné de tous les journaux disponibles sur kookipedia. 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 récentes | ) (20 | 50 | 100 | 250 | 500)
  • 20 septembre 2024 à 16:55 Jaggerwock discussion contributions a créé la page Yves Hélory de Kermartin (Page créée avec « {{Voir homonymes|Saint Yves}} {{confusion|Yves Saint-Martin}} {{Infobox Saint | nom = Yves de Kermartin<br /><small> ''Saint catholique''</small> | image = Weyden Ivo.jpg | taille image = 240 | légende = Saint Yves par Rogier van der Weyden ({{s|XV}}), National Gallery, Londres. | titre = Official (ecclésiastique)|offici... »)
  • 20 septembre 2024 à 16:35 Jaggerwock discussion contributions a créé la page Module:Bases/audiovisuel (Page créée avec « return { -- { {nom, langue du nom}, propriété Wikidata, format URL} {"Africultures", "P4513", "http://africultures.com/films/?no=$1"}, {"Africultures", "P4514", "http://africultures.com/personnes/?no=$1"}, {{"AllMovie", "en"}, "P1562", "https://www.allmovie.com/movie/$1"}, {{"AllMovie", "en"}, "P2019", "https://www.allmovie.com/artist/$1"}, {"Allociné", "P1265", "https://www.allocine.fr/film/fichefilm_gen_cfilm=$1.html"}, {"Allociné", "P1266", "https://www.al... »)
  • 20 septembre 2024 à 16:33 Jaggerwock discussion contributions a créé la page Module:Bases/astronomie (Page créée avec « return { -- { {nom, langue du nom}, propriété Wikidata, format URL} {{"Biographical Encyclopedia of Astronomers", "en"}, "P9626", "https://doi.org/10.1007/978-0-387-30400-7_$1"}, {{"Catalogue of Principal Galaxies", "en"}, "P4095", "https://ned.ipac.caltech.edu/cgi-bin/objsearch?objname=PGC+$1"}, {"Centre des planètes mineures", "P717", "https://newton.spacedys.com/neodys/index.php?pc=2.1.0&o=$1"}, {"Centre des planètes mineures", "P5736", "https://www.minorp... »)
  • 20 septembre 2024 à 16:32 Jaggerwock discussion contributions a créé la page Module:Bases/art (Page créée avec « return { -- { {nom, langue du nom}, propriété Wikidata, format URL} {"Musée des Beaux-Arts de Bordeaux", "P12065", "https://musba-bordeaux.opacweb.fr/r/$1"}, {"À nos grands hommes", "P6141", "https://anosgrandshommes.musee-orsay.fr/index.php/Detail/objects/$1"}, {"Académie des arts de Berlin", "P4114", "https://www.adk.de/de/akademie/mitglieder/?we_objectID=$1"}, {"Académie des beaux-arts", "P5363", "https://www.academiedesbeauxarts.fr/$1"}, {"L'Agence Phot... »)
  • 20 septembre 2024 à 16:31 Jaggerwock discussion contributions a créé la page Module:Bases/architecture (Page créée avec « return { -- { {nom, langue du nom}, propriété Wikidata, format URL} {{"Alberta Register of Historic Places", "en"}, "P759", "https://hermis.alberta.ca/ARHP/Details.aspx?DeptID=1&ObjectID=$1"}, {{"Amphi-Theatrum", "de"}, "P5633", "http://amphi-theatrum.de/$1.html"}, {{"American Society of Civil Engineers", "en"}, "P5904", "https://www.asce.org/project/$1/"}, {"Atlas de l'architecture et du patrimoine", "P1794", "http://www.atlas-patrimoine93.fr/pg-html/bases_doc... »)
  • 20 septembre 2024 à 16:30 Jaggerwock discussion contributions a créé la page Module:Iterateurs (Page créée avec « --[[ --------------------------------------------------------------------------------- -- Iterating primitives --------------------------------------------------------------------------------- Base functions to work on stateful lua iterators. Function that creates iterators, like "pair" and "ipair", but stateful unlike them -- May be building a duplicate of https://www.wikidata.org/wiki/Module:Luafun --]] local p = {} -------------------------------------... »)
  • 20 septembre 2024 à 16:30 Jaggerwock discussion contributions a créé la page Module:Wikidata/Chemin/Resultat (Page créée avec « local p = {} p.ResultNode = {} function p.ResultNode:new (o) local o = o or {} o.is_RNode = true setmetatable(o, self) self.__index = self return o end function p.ResultNode:has_an_entity() local value_snak = self:snak() return value_snak.snaktype == "value" and value_snak.datavalue.type == "wikibase-entityid" end function p.ResultNode:has_a_property() local value_snak = self:snak() return value_snak.snaktype == "value" and value... »)
  • 20 septembre 2024 à 16:29 Jaggerwock discussion contributions a créé la page Modèle:Infobox/Pictogramme/musee.css (Page créée avec « .entete.musee { background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/ac/Infobox_museum_pictogram.png"); } musee :  »)
  • 20 septembre 2024 à 16:27 Jaggerwock discussion contributions a créé la page Module:FParser (Page créée avec « local lexer = {} local parser = {} --[[ These parser functions are generic functions to build a parser. It works with "Lexing" and "Parsing" functions. The parser is initialized by the "parse" function, who generates a "state" object that must be a parameter of each parsing functions, and eventually returns the main node of the AST if everything goes well * Lexing functions have one parameter, the state of the parser, an... »)
  • 20 septembre 2024 à 16:26 Jaggerwock discussion contributions a créé la page Module:Langue/Data (Page créée avec « local data = { -- -------------------------------------------------------------------- -- -- liste des caractéristiques des langues triées par leur code IETF -- -- -------------------------------------------------------------------- -- -- a aa = { "afar", page = "Afar (langue)" }, aaa = { "ghotuo" }, aat = { "arvanitique", "arvanatika" }, ab = { "abkhaze" }, abe = { "abénaqui" }, abq = { "abaza", page = "Abaza (langue)" }, abs = { "malais d'Amboine" },... »)
  • 20 septembre 2024 à 16:26 Jaggerwock discussion contributions a créé la page Module:Math (Page créée avec « --This module provides a number of basic mathematical operations. local z = {} -- Generate random number function z.random( frame ) local first = tonumber(frame.args[1]) -- if it doesn't exist it's NaN, if not a number it's nil local second = tonumber(frame.args[2]) if first then -- if NaN or nil, will skip down to final return if first <= second then -- could match if both nil, but already checked that first is a number in last line... »)
  • 20 septembre 2024 à 16:26 Jaggerwock discussion contributions a créé la page Module:Utilitaire (Page créée avec «  local utils = {} --Nombre d'élément dans un dictionnaire -- function utils.tablelength(T) local count = 0 for _ in pairs(T) do count = count + 1 end return count end --Nouveau tableau sans le premier élément -- function utils.tail(list) return { select(2, unpack(list)) } end function utils.tableConcat(t1,t2) for i=1,#t2 do t1[#t1+1] = t2[i] end return t1 end -- trouve l’index d’une valeur si présente d... »)
(les plus récentes | les plus anciennes) Voir (50 plus récentes | ) (20 | 50 | 100 | 250 | 500)