User contributions for BriLila
Jump to navigation
Jump to search
8 May 2022
- 15:5715:57, 8 May 2022 diff hist +340 Update 0.5.2 No edit summary Tag: Visual edit: Switched
- 15:5315:53, 8 May 2022 diff hist +78 Update 0.5.3 No edit summary Tag: Visual edit
7 May 2022
- 22:3622:36, 7 May 2022 diff hist +154 Update 0.5.5 No edit summary Tag: Visual edit
- 22:3422:34, 7 May 2022 diff hist −67 Update 0.5.3 No edit summary Tag: Visual edit
- 22:2722:27, 7 May 2022 diff hist −8 Update 0.5.4 No edit summary Tag: Visual edit: Switched
- 22:1922:19, 7 May 2022 diff hist −20 Template:Collapse No edit summary current
- 22:1622:16, 7 May 2022 diff hist −43 Template:Collapse No edit summary
- 22:1422:14, 7 May 2022 diff hist −117 Template:Collapse No edit summary
- 22:1422:14, 7 May 2022 diff hist +169 Template:Collapse No edit summary Tag: Manual revert
- 22:1222:12, 7 May 2022 diff hist +213 Template:Collapse Undo revision 920 by BriLila (talk) Tag: Reverted
- 22:1022:10, 7 May 2022 diff hist −382 Template:Collapse No edit summary Tag: Reverted
- 22:0722:07, 7 May 2022 diff hist +670 N Template:Lorem/p-end-cond Created page with "{{#ifeq: {{{2|{{{join|no}}}}}} | yes | | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}} | : | # | * = | #default = </p><!-- -->}} }}<noinclude>{{Documentation |content= Conditional paragraph end. Generates an p-tag if needed, depending on ''prefix'' and ''join'': * nothing, in the case of joins; * nothing, where prefix metacharacters are present like (<code>*</code>, <code>#</code>, or <code>:</code>) which must sit in column 1, don't acquire begin-p..." current
- 22:0722:07, 7 May 2022 diff hist +527 N Template:Lorem ipsum/P1 Created page with "{{#ifeq:{{{link|no}}}|yes|Lorem ipsum|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim i..." current
- 22:0622:06, 7 May 2022 diff hist +4,323 N Module:Template link general Created page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(..." current
- 22:0622:06, 7 May 2022 diff hist +240 N Template:Tlc Created page with "<includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes|nowrap=yes}}</includeonly><noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlc}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>" current
- 22:0522:05, 7 May 2022 diff hist +604 N Template:Lorem/p-cond Created page with "{{#ifeq: {{{2|{{{join|no}}}}}} | yes | | {{#switch: {{#invoke:string|sub|x{{{1|}}}|2|2}} | : | # | * = | #default = <p><!-- -->}} }}</p><noinclude>{{Documentation |content= Conditional paragraph begin. Generates a begin p-tag if needed, depending on ''prefix'' and ''join'': * nothing, in the case of joins; * nothing, where prefix metacharacters are present like (<code>*</code>, <code>#</code>, or <code>:</code>) which must sit in column 1; * a begin p..." current
- 22:0522:05, 7 May 2022 diff hist +2,326 N Template:Lorem ipsum Created page with "{{#ifexpr:{{{1|1}}}>0|{{lorem/p-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P1|link={{{link|{{{4|no}}}}}}}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>1|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P2}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>2|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P3}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>3|{{lorem/pb-cond|{{{2|}}}|{{{join|}}}}}{{{2|}}}{{Lorem ipsum/P4}}{{{3|}}} |}}{{#ifexpr:{{{1|1}}}>4|{{lorem/pb-cond|{{{2|}}}|{{{joi..." current
- 22:0422:04, 7 May 2022 diff hist +1,882 N Template:Collapse Created page with "{| <!-- Template:Collapse --> class="mw-collapsible {{#switch:{{lc:{{{expand|no}}}}}|uncollapse|uncollapsed|expand|expanded|yes|y=mw-uncollapsed|#default=mw-collapsed}} {{{class|}}}" style="{{{{{|safesubst:}}}#ifeq:{{NAMESPACEE}}|{{ns:0}}|display: none;}}background-color: {{{bg1|transparent}}}; text-align: left; border: {{{border|1px}}} solid {{{b-color|silver}}}; {{{{{|safesubst:}}}#switch:{{{float|}}} | left = margin:0.2em 0.5em 0.2em 0; width:{{{{{|safesubst:}}}#if:{{..."
- 22:0322:03, 7 May 2022 diff hist +4,674 N Module:Collapsible list Created page with "-- This module implements {{collapsible list}}. local p = {} local function gettitlestyletracking( ts ) if not ts then return '' end ts = mw.ustring.gsub(mw.ustring.lower(ts), '%s', '') local tsvals = mw.text.split(ts, ';') table.sort(tsvals) local skey = table.concat(tsvals,';') skey = mw.ustring.gsub(skey, '^;', '') skey = mw.text.encode(mw.text.encode(skey),'%c%[%]=') if (mw.ustring.match(';' .. ts, ';background:') or mw.ustring.match(';' .. ts, ';background..." current
- 22:0322:03, 7 May 2022 diff hist +187 N Template:Collapsible list Created page with "{{<includeonly>safesubst:</includeonly>#invoke:collapsible list|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 15:2315:23, 7 May 2022 diff hist 0 N MediaWiki:Citizen-footer-desc Created blank page current
- 15:2315:23, 7 May 2022 diff hist 0 N MediaWiki:Citizen-footer-tagline Created blank page current
6 May 2022
- 05:5805:58, 6 May 2022 diff hist +6 MediaWiki:Sidebar No edit summary current
5 May 2022
- 19:5019:50, 5 May 2022 diff hist −3 Update 0.1.0 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −3 Update 0.2.0 No edit summary
- 19:4919:49, 5 May 2022 diff hist −3 Update 0.3.0 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −5 Update 0.3.1 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −4 Update 0.3.2 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −3 Update 0.3.3 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −5 Update 0.3.4 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −3 Update 0.4.0 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −5 Update 0.4.5 No edit summary current
- 19:4919:49, 5 May 2022 diff hist −3 Update 0.4.6 No edit summary
- 19:4819:48, 5 May 2022 diff hist −5 Update 0.5.0 No edit summary current
- 19:4819:48, 5 May 2022 diff hist −5 Update 0.5.1 No edit summary current
- 19:4819:48, 5 May 2022 diff hist −4 Update 0.5.2 No edit summary
- 19:4819:48, 5 May 2022 diff hist −3 Update 0.5.3 No edit summary
- 19:4719:47, 5 May 2022 diff hist +374 N Template:Yesno Created page with "{{<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>" current
- 19:4719:47, 5 May 2022 diff hist +655 N Template:MONTHNUMBER Created page with "<includeonly>{{#if:{{{1|}}} |{{#switch:{{lc:{{{1}}}}} |january|jan=1 |february|feb=2 |march|mar=3 |apr|april=4 |may=5 |june|jun=6 |july|jul=7 |august|aug=8 |september|sep|sept=9 |october|oct=10 |november|nov=11 |december|dec=12 |{{#ifexpr:{{{1}}}<0 |{{#ifexpr:(({{{1}}})round 0)!=({{{1}}}) |{{#expr:12-(((0.5-({{{1}}}))round 0)mod 12)}} |{{#expr:12-(((11.5-({{{1}}}))round 0)mod 12)}} }} |{{#expr:(((10.5+{{{1}}})round 0)mod 12)+1}}..." current
- 19:4719:47, 5 May 2022 diff hist +184 N Template:Str left Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 19:2319:23, 5 May 2022 diff hist 0 m User:Cooth BriLila moved page Cooth to User:Cooth without leaving a redirect: in prep to make certain templates
- 18:5318:53, 5 May 2022 diff hist 0 Update 0.5.4 No edit summary
- 18:1118:11, 5 May 2022 diff hist 0 m MediaWiki:Common.css Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 17:5317:53, 5 May 2022 diff hist −24 User:BriLila/sandbox No edit summary current Tag: Visual edit: Switched
2 May 2022
- 19:5519:55, 2 May 2022 diff hist +18 File:Los llanos house large closeup.png No edit summary current
- 19:5419:54, 2 May 2022 diff hist +18 File:2022.jpg No edit summary current
- 19:5319:53, 2 May 2022 diff hist +18 File:2022-02-20 17.56.59.png No edit summary current
- 19:5219:52, 2 May 2022 diff hist +18 File:Blue rockwellhouse 0307.png No edit summary current
- 19:5219:52, 2 May 2022 diff hist +42 Category:POTW No edit summary current
- 19:5119:51, 2 May 2022 diff hist 0 N Category:POTW Created blank page