Main public logs
Combined display of all available logs of Wikimedia Incubator. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:22, 12 September 2021 Muotâ talk contribs created page Template:Wp/sms/Para (Created page with "<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><noinc...")
- 21:56, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Weblink (Created page with "local p = {} function p.makelink(url, showntext) if (not url) or (url == "-") then return nil end --I validation de l'url (paramètre URL) url = mw.text.trim(url) -- II texte à afficher (paramètre "showntext") --- valeur spéciale : aucun texte if showntext == "-" then return url end --- laissé vide : texte basé sur l'URL if not showntext then local space = mw.ustring.find(url, ' ') -- si le nom du site est passé par mégarde dans l'URL, le s...")
- 21:52, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Langue/Data (Created page with "local data = { -- -------------------------------------------------------------------- -- -- Liste des caractéristiques des langues triées par leur code IETF -- -- -------------------------------------------------------------------- -- -- a ["aa"] = {code = "aa", nom = "afar", page = "Afar (langue)"}, ["ab"] = {code = "ab", nom = "abkhaze"}, ["abe"] = {code = "abe", nom = "abénaqui"}, ["ace"] = {code = "ace", nom = "aceh", page = "Aceh (langue)"}, ["ach"] =...")
- 21:50, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Langue (Created page with "local Langue = { } -- Chargement de la base de données des langues avec gestion d'erreur. local dataLangue local moduleData = 'Module:Fr:Langue/Data' local langErrorMess = '<span class=error>langue non reconnue : %s</span>' local success, resultat = pcall (mw.loadData, moduleData ) success = success and type( resultat.en ) == 'table' if success then dataLangue = resultat else -- Base de données a minima en cas de bug sur le Module:Fr:Langue/Data dataLangue = { en =...")
- 21:48, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Utilitaire Wikidata (Created page with "-- Module de requêtes Wikidata de plus haut niveau que Module:Wikidata local p = {} local wd = require "Module:Fr:Wikidata" function p.keydate (event, item) if type(event) == 'table' then for i, j in pairs(event) do local s = p.keydate(j, item) if s then return s end end elseif type(event) ~= 'string' then return error('event should be a string starting with a P or S, datatype is ' .. type(event)) elseif string.sub(event, 1, 1) == 'Q' then -- on...")
- 21:47, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Romain (Created page with "local p = {} -- barre horizontale au-dessus des nombres élevés local function overline( s ) return mw.ustring.format( '<span style="text-decoration:overline;">%s</span>', s ) end -- Gets the Roman numerals for a given numeral table. Returns both the string of -- numerals and the value of the number after it is finished being processed. local function getLetters( num, t ) local ret = {} for _, v in ipairs( t ) do local val, letter = unpack( v )...")
- 21:45, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Math (Created page with "--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...")
- 21:42, 25 August 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Wikidata/I18n (Created page with "return { -- https://www.wikidata.org/wiki/Module:I18n/wikidata -- Messages d'erreurs ["property-param-not-provided"] = "'property' parameter missing", ["qualifier-param-not-provided"] = "'qualifier' parameter missing", ["entity-param-not-provided"] = "'entity' parameter missing", ["entity-not-found"] = "entity not found", ["unknown-claim-type"] = "unknown claim type", ["unknown-snak-typeg"] = "unknown snak type", ["unknown-datavalue-type"] = "unknown datavalue typ...")
- 12:03, 1 August 2021 Muotâ talk contribs created page Template:Wp/sms/Ya (Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|Yes}}}" style="background: {{{color|#D2FFD2}}}; color: black; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}" class="table-yes2" {{#if:{{{rowspan|}}}|rowspan="{{{rowspan}}}"}} |{{{text|13px|link={{{link|}}}|{{{1|Yes}}}}}}<noinclude> |} Ya {{Wp/sms/Interwiki|qid=Q10951129}} </noinclude>")
- 23:04, 13 July 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Coordinates (Created page with "local math_mod = require( "Module:Fr:Math" ) local p = {} --Listan lataus En/Au/Aux/A local gdata local success, resultat = pcall (mw.loadData, "Module:Fr:Drapeau/Data" ) if success then gdata = resultat else -- Banque de données à minima en cas de bogue dans le Module:Fr:Langue/Data gdata={} gdata.data={}; gdata.data[142]={qid="Q142", label="France", genre="fs"} end local i18n = { N = 'P', Nlong = 'pohjoinen', W = 'L', Wlong = 'länsi', E = 'I', Elong =...")
- 23:01, 13 July 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Conversion/Données (Created page with "return { -- les unités élalon à partir par lesquelles on passe pour convertir entre deux unités referenceunits = { length = 'metre', area = 'square meter', speed = 'meter per second', weight = 'gram', volume = 'cubic metre', }, -- nom de l'unité = {grandeur mesurée, valeur par rapport à l'unité de référence, abréviation, lien, libellé singulier, libellé pluriel units = { foot = {'length', 0.3048, ' ft', 'Q3710', 'Jalka (mittayksikkö)', 'jalka', 'jal...")
- 22:58, 13 July 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Carte/Points (Created page with "local points = { ['aéroport'] = 'Airplane silhouette.svg', ['aire protégée'] = 'Green pog.svg', ['barrage'] = 'Arch dam 12x12 ne.svg', ['bataille'] = 'Legenda miejsce bitwy.svg', ['bâtiment'] = 'Solid blue.svg', ['château'] = 'Gfi-set01-castle1.png', ['cheminée'] = 'Factory-fontawesomish.svg', ['col'] = 'Mountain pass 12x12 ne.svg', ['cratère'] = 'Redpoint.svg', ['église'] = 'Gfi-set01-church1.png', ['gare'] = 'HR icon.png', ['grotte'] = 'Gfi-set01-ca...")
- 22:57, 13 July 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Carte (Created page with "local p = {} local pointmod = require('Module:Fr:Carte/Points') local linguistic = require('Module:Fr:Linguistique') local maintenance = '' local coord = require('Module:Fr:Coordinates') local wd = require('Module:Fr:Wikidata') local function loaddata(name) return require('Module:Fr:Carte/données/' .. mw.ustring.lower(name)) end local divstyle = { ['clear'] = 'right', ['width'] ='auto', ['text-align'] = 'center', ['font-size'] = '0.9em', ['line-height'] = '1.4e...")
- 22:54, 13 July 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Biblio/Références (Created page with "-- Les fonctions de ce module sont destinées à être utilisées par un autre module. -- Leur paramètre d'entrée est une table simple (args), voire une chaine (oclc, bnf...) local References = { } local Outils = require( 'Module:Fr:Outils' ) local validTextArg = Outils.validTextArg local TableBuilder = require( 'Module:Fr:TableBuilder' ) -- local Date = require( 'Module:Fr:Date' ) -- chargé uniquement si nécessaire --[[ ISBN-10 and ISSN validator code calculate...")
- 01:04, 22 June 2021 Muotâ talk contribs created page Template:Wp/sms/Transclude (Created page with "{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} <!-- f.eks. "Bruker:Foo" --> |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Templ...")
- 22:29, 3 June 2021 Muotâ talk contribs created page Category:Wp/sms/Lääʹddjânnam maall (Created page with "Lääʹddjânnam maall {{Wp/sms/Interwiki|qid=Q7103867}}")
- 22:12, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Listt (Created page with "<div class="hlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}}...")
- 22:09, 3 June 2021 Muotâ talk contribs created page Category:Wp/sms/IPA-maall (Created page with "IPA-maall {{Wp/sms/Interwiki|qid=Q7096006}}")
- 22:07, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/IPA (Created page with "<span title="IPA" class="IPA">{{{1}}}</span><noinclude> * {{Wp/sms/Interwiki|qid=Q5751017}} </noinclude>")
- 22:03, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Navbar (Created page with "<includeonly>{{#if:{{{nodiv|}}}| <span|<div}} class="noprint plainlinks navbar" style="background:none; padding:0; font-weight:normal;{{{fontstyle|}}}; font-size:xx-small...")
- 22:01, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Navbox (Created page with "<!-- Please do not edit without discussion first as this is a VERY complex template. -->{{#switch:{{{border|{{{1|}}}}}}|subgroup|child=</div>|none=|#default=<table cellspacin...")
- 21:56, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Nobold (Created page with "<includeonly><span style="font-weight:normal;">{{{1|'''''Parameter missing (Template:Nobold)'''''}}}</span></includeonly><noinclude> Nobold {{Wp/sms/...")
- 21:54, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Ordinal (Created page with "{{{1}}}{{{{{|safesubst:}}}#ifeq:{{{sup}}}|yes |<sup> }}{{{{{|safesubst:}}}#switch:{{{{{|safesubst:}}}#expr:abs({{{1}}}) mod 100}} |11|12|13=. |{{{{{|safesubst:}}}#switch:...")
- 21:49, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/TOC limit (Created page with "<div class="toclimit-{{{1|}}}">__TOC__</div> <noinclude> TOC limit {{Wp/sms/Interwiki|qid=Q6476372}} </noinclude>")
- 21:47, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Tick (Created page with "{{ {{{|safesubst:}}}#switch:{{ {{{|safesubst:}}}lc:{{{color|{{{colour|}}}}}} }} |green |grn |gn =File:Yes check.svg |lightgreen |lgreen |lgrn |lgn =File:Light...")
- 21:45, 3 June 2021 Muotâ talk contribs created page Template:Wp/sms/Sort (Created page with "<span style="display:none;" class="sortkey">{{{1}}} !</span><span class="sorttext">{{{2|[[{{{1}}}]]}}}</span><noinclude> Sort {{Wp/sms/Interwiki|...")
- 22:35, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/Dr (Created page with "<includeonly>{{Dr-make|{{Dr-logno|{{Dr-yr|{{{3}}}|{{{1}}}}}|{{{4|0}}}|{{{2}}}}}|{{{2}}}|{{{5|}}}}}</includeonly><noinclude> Dr {{Wp/sms/Int...")
- 22:33, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/Dr-yr (Created page with "<includeonly>{{#switch:{{{2}}}|y={{{1}}}|d={{#switch:w{{{1}}}|w0=1|w-0=-8|{{#expr: {{{1}}}*10{{#ifexpr:{{{1}}}<0|-8|+1}}}}}}|c={{#expr:{{{1}}}*100{{#ifexpr: {{{1}}}>0|-98|+1}}...")
- 22:28, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/Dr-make (Created page with "<includeonly>{{#switch:{{{2}}} |y={{#switch:{{#expr:{{{1}}}<-729}}{{#expr:{{{1}}}<1}}{{#expr:{{{1}}}<1001}}{{#expr:{{{1}}}<2040}} |1111={{Drep |1={{#expr:1-{{{1}}}}} |2=...")
- 22:25, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/· (Created page with "<includeonly><span style="font-weight:bold;"> · </span></includeonly><noinclude> · {{Wp/sms/Interwiki|qid=Q5646735}} </noinclude>")
- 22:22, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/Purge (Created page with "<span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=purge}} {{{1}}}]</span><noinclude> Purge {{Wp/sms/Interwiki|qid=Q5900735}} </no...")
- 21:46, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/Nowrap (Created page with "<includeonly><span style="white-space:nowrap">{{{1}}}</span></includeonly><noinclude> Nowrap {{Wp/sms/Interwiki|qid=Q5412454}} </noinclude>")
- 21:29, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/Unicode (Created page with "<span class="Unicode">{{{1}}}</span><!-- --><noinclude> Unicode {{Wp/sms/Interwiki|qid=Q5409951}} </noinclude>")
- 21:14, 28 May 2021 Muotâ talk contribs created page Template:Wp/sms/, (Created page with "<b> ·</b> <noinclude> , {{Wp/sms/Interwiki|qid=Q26017122}} </noinclude>")
- 22:14, 29 April 2021 Muotâ talk contribs created page Template:Wp/sms/)) (Created page with "}}<noinclude> )) {{Wp/sms/Interwiki|qid=Q5406376}} </noinclude>")
- 22:09, 29 April 2021 Muotâ talk contribs created page Template:Wp/sms/(( (Created page with "{{<noinclude> (( {{Wp/sms/Interwiki|qid=Q5406348}} </noinclude>")
- 11:59, 29 April 2021 Muotâ talk contribs created page Template:Wp/sms/Lorem ipsum (Created page with "{{#ifexpr:{{{1|1}}}>0|{{{2|}}}{{#ifeq:{{{link|}}}{{{4|}}}|yes|Lorem ipsum|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod temp...")
- 10:18, 27 March 2021 Muotâ talk contribs created page Template:Wp/sms/Campobasso mäddkååʹdd kååʹdd (Created page with "{| width=100% style="text-align:center;" ! style="background:#ccccff" align="center" width="100%" colspan="2" | Wp/sms/Campobasso mäddkååʹdd kååʹdd|Ancona mäddkåå...")
- 10:07, 27 March 2021 Muotâ talk contribs created page Template:Wp/sms/Ascoli Piceno mäddkååʹdd kååʹdd (Created page with "{| width=100% style="text-align:center;" ! style="background:#ccccff" align="center" width="100%" colspan="2" | Wp/sms/Ascoli Piceno mäddkååʹdd kååʹdd|Ancona mäddkå...")
- 13:50, 21 February 2021 Muotâ talk contribs created page Template:Wp/sms/ǩ-no (Created page with "{{Wp/sms/ǩ|Wp/sms/Taarrǩiõll|taarrǩiõʹlle:|''{{{1}}}''|no}}<noinclude> NO {{Wp/sms/Interwiki|qid=Q5636801}} </noinclude>")
- 13:47, 21 February 2021 Muotâ talk contribs created page Template:Wp/sms/ǩ-ru (Created page with "{{Wp/sms/ǩ|Wp/sms/Ruõššǩiõll|ruõššǩiõʹlle:|''{{{1}}}''|ru}}<noinclude> RU {{Wp/sms/Interwiki|qid=Q6132517}} </noinclude>")
- 11:32, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Date/doc (Created page with "<div style='float:right; margin:0.5em'>[ [[Module:{{PAGENAME}}/doc|edit]] ]</div> Tämä moduuli on osa ranskankielisestä Wikipediasta (suomekielisen Wikipedian kautta) kopio...")
- 11:30, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Date (Created page with "local fun = {} local TableBuilder = require( 'Module:Wp/sms/Fr:TableBuilder' ) local Outils = require( 'Module:Wp/sms/Fr:Outils' ) -- chargement de la base de donnée répert...")
- 11:26, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Conversion/doc (Created page with "<div style='float:right; margin:0.5em'>[ [[Module:{{PAGENAME}}/doc|edit]] ]</div> Tämä moduuli on osa ranskankielisestä Wikipediasta (suomekielisen Wikipedian kautta) kopio...")
- 11:23, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Conversion (Created page with "local math_mod = require "Module:Wp/sms/Fr:Math" local formatnum = require "Module:Wp/sms/Fr:Format".do_formatnum local params = require "Module:Wp/sms/Fr:Conversion/Données"...")
- 02:38, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Biblio/doc (Created page with "<div style='float:right; margin:0.5em'>[ [[Module:{{PAGENAME}}/doc|edit]] ]</div> Tämä moduuli on osa ranskankielisestä Wikipediasta (suomekielisen Wikipedian kautta) kopio...")
- 02:33, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Biblio (Created page with "-- Mallinen Fr:Biblio yhdistää bibliografioille ja viitteille hyödyllisiä toimintoja. local Biblio = { } require( 'Module:Wp/sms/No globals' ) local Outils = require(...")
- 00:02, 4 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Linguistique/doc (Created page with "<div style='float:right; margin:0.5em'>[ [[Module:{{PAGENAME}}/doc|edit]] ]</div> Tämä moduuli on osa ranskankielisestä Wikipediasta (suomekielisen Wikipedian kautta) kopio...")
- 23:53, 3 January 2021 Muotâ talk contribs created page Module:Wp/sms/Fr:Linguistique (Created page with "-- Toimii vain ranskaksi. Jos on tarvetta, voi inspiroitua moduulista wikidata:Module:Linguistic muiden kielten lisäämiseksi. local p = {} local lang = 'sms' local lang...")
- 18:29, 3 January 2021 Muotâ talk contribs created page Category:Wp/sms/Interwiki (Created page with "Interwiki")