User contributions for BriLila

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

23 February 2022

  • 23:4323:43, 23 February 2022 diff hist +23,634 N Module:ConvertNumericCreated page with "-- Module for converting between different representations of numbers. See talk page for user documentation. -- For unit tests see: Module:ConvertNumeric/testcases -- When editing, preview with: Module_talk:ConvertNumeric/testcases -- First, edit Module:ConvertNumeric/sandbox, then preview with Module_talk:ConvertNumeric/sandbox/testcases local ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6]..." current
  • 23:4223:42, 23 February 2022 diff hist +957 N Module:Convert/extraCreated page with "-- Extra conversion data used by Module:Convert. -- -- Module:Convert/data defines all units and is transcluded in all pages -- where Module:Convert is used. Testing new units by editing that module -- would invalidate the cache for all affected pages. -- -- For quick changes and experiments with new units, this module can be edited. -- Since this module is transcluded in only a small number of pages, changes -- should cause little server overhead and should prop..." current
  • 23:4223:42, 23 February 2022 diff hist +15,258 N Module:Convert/wikidata/dataCreated page with "--[[ Cache of Wikidata information with units for Module:Convert. The codes should rarely change, and using a cache means that changing a unit at Wikidata will not cause lots of converts in articles to break. For a unit known to convert, the unit here must have: label = Wikidata label for unit (used only when listing units) ucode = unit code for input to convert (there are no optional fields because convert handles everything) For a unit not known to convert, the un..." current
  • 23:4223:42, 23 February 2022 diff hist +16,941 N Module:Convert/wikidataCreated page with "-- Functions to access Wikidata for Module:Convert. local Collection = {} Collection.__index = Collection do function Collection:add(item) if item ~= nil then self.n = self.n + 1 self[self.n] = item end end function Collection:join(sep) return table.concat(self, sep) end function Collection:remove(pos) if self.n > 0 and (pos == nil or (0 < pos and pos <= self.n)) then self.n = self.n - 1 return table.remove(self, pos) end end function Collec..." current
  • 23:4123:41, 23 February 2022 diff hist +18,800 N Module:Convert/textCreated page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Y'] = { exponent = 24, name = 'yotta', }, ['Z'] = { exponent = 21,..." current
  • 23:4123:41, 23 February 2022 diff hist +170,410 N Module:Convert/dataCreated page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links..." current
  • 23:4023:40, 23 February 2022 diff hist +135,992 N Module:ConvertCreated page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma..." current
  • 23:4023:40, 23 February 2022 diff hist +4,286 N Module:URLCreated page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa..." current
  • 23:4023:40, 23 February 2022 diff hist +329 N Template:URLCreated page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}<noinclude>{{documentation}}</noinclude>" current
  • 23:3923:39, 23 February 2022 diff hist +176 N Template:CoordCreated page with "<includeonly>{{#invoke:Coordinates|coord}}</includeonly><noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
  • 23:3823:38, 23 February 2022 diff hist +194 N Template:ConvertCreated page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>" current
  • 23:3823:38, 23 February 2022 diff hist +178 N Template:ReplaceCreated page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|plain={{{plain|true}}}|count={{{count|}}}}}<noinclude> {{documentation}} </noinclude>" current
  • 23:3723:37, 23 February 2022 diff hist +8,953 N Template:Infobox airport/datatableCreated page with "{| style="width:100%; margin:-2px -1px -1px -1px; border-spacing:0;" |- style="background-color: #e6e6ff" ! rowspan=2 style="width: 15%; border:solid 1px #fafafa; border-width:0 1px 0 0; text-align: center;" | {{{nlabel|Number}}} ! colspan=2 style="width: 50%; border:solid 1px #fafafa; border-width:0 1px 1px 1px; text-align: center;" | Length ! rowspan=2 style="width: 35%; border:solid 1px #fafafa; border-width:0 0 0 1px; text-align: center;" | Surface |- style="backgrou..." current
  • 23:3723:37, 23 February 2022 diff hist +106 N Template:TrimCreated page with "<includeonly>{{safesubst:#if:1|{{{x|{{{1|}}}}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>" current
  • 23:3723:37, 23 February 2022 diff hist +1,529 N Template:Font colorCreated page with "{{ {{{|safesubst:}}}#if: {{{text|{{{3|}}}}}} | {{ {{{|safesubst:}}}#if: {{{link|}}} | {{ {{{|safesubst:}}}#ifeq: {{{link|}}} | yes | [[ {{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}|<span style="background-color:{{ {{{|safesubst:}}}trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ {{{|safesubst:}}}trim | {{{fg|{{{1|inherit}}}}}} }};">{{ {{{|safesubst:}}}trim | {{{text|{{{3|}}}}}} }}</span>]] | {{{link|}}}|<span style="background-color:{{ {{{|safesubst..." current
  • 23:2323:23, 23 February 2022 diff hist −680 Template:Infobox airportNo edit summary
  • 23:1123:11, 23 February 2022 diff hist +23,153 N Module:Citation/CS1/SuggestionsCreated page with "-- Please insert new suggestions in alphabetical order -- The form is ['incorrect'] = 'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date', -- Italian ['accessyear'] = 'access-date', ['acessodata'] = 'access-date', -- Brazilian Portuguese ['ad..." current
  • 23:1123:11, 23 February 2022 diff hist +16,454 N Module:Citation/CS1/COinSCreated page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------------..." current
  • 23:1023:10, 23 February 2022 diff hist +24,564 N Module:Citation/CS1/UtilitiesCreated page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit..." current
  • 23:1023:10, 23 February 2022 diff hist +73,621 N Module:Citation/CS1/IdentifiersCreated page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-..." current
  • 23:1023:10, 23 February 2022 diff hist +62,466 N Module:Citation/CS1/Date validationCreated page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >--------------------------------..." current
  • 23:0923:09, 23 February 2022 diff hist +14,676 N Module:Citation/CS1/WhitelistCreated page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - thes..." current
  • 23:0923:09, 23 February 2022 diff hist +91,229 N Module:Citation/CS1/ConfigurationCreated page with "--[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of namespaces that should not be included in citation error categories. Same as setting notracking = true by default. Note: Namespace names should use underscores instead of spaces. ]] local uncategorized_namespaces = { 'User', 'Talk', 'User_talk', 'Wikipedia_talk', 'File_talk', 'Template_talk', 'Help_talk', 'Category_talk', 'Portal_talk', 'Book_talk..." current
  • 23:0723:07, 23 February 2022 diff hist +205,172 N Module:Citation/CS1Created page with "require ('Module:No globals'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z ={}; -- table of tables in Module:Citation/CS1/Utilities local identifiers;..." current
  • 23:0623:06, 23 February 2022 diff hist +122 N Template:Cite webCreated page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} </noinclude>" current
  • 23:0623:06, 23 February 2022 diff hist +181 N Template:HlistCreated page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 22:5122:51, 23 February 2022 diff hist +13,872 N Template:Infobox airportCreated page with "{{infobox | bodyclass = vcard | bodystyle = {{#if:{{{box-width|}}}|width: {{{box-width|22em}}}}} | abovestyle = background-color: #DDDDFF; color: black; font-size: 125% | above = {{br separated entries |1 = <includeonly><div style="display:inline;" class="fn org">{{#invoke:string|replace|{{{name}}}| |<br />|plain=false}}</div></includeonly> |2 = {{#if:{{{ensign|}}}|{{#invoke:InfoboxImage|InfoboxImage|image={{{ensign|}}}|size={{{ensign_size|}}}|sizedefault=90px|alt={{{..."
  • 20:2520:25, 23 February 2022 diff hist +125 Main PageNo edit summary Tag: Visual edit: Switched
  • 20:1720:17, 23 February 2022 diff hist +180 N File:2022-02-20 17.56.59.pngGreenfield Aviation Services just commenced the loading of the Vision Airlines evening departure flight to New York JFK at gate 30, Terminal 2 Credit to MrDasky#3693

17 January 2022

17 December 2021

16 December 2021

15 December 2021

  • 23:0823:08, 15 December 2021 diff hist +4,329 N Module:Settlement short descriptionCreated page with "--generates auto short description for use in infobox settlement local p = {} p.categories = "" local plain = require('Module:Plain text')._main local getArgs = require('Module:Arguments').getArgs local tableTools = require ('Module:TableTools') function p.reverseTable (init) init[1], init[3] = init[3], init[1] return init end function p.assign (args, argname, num) local val local var = {} for i = 0,num do --handle initial "subdivision_foo" without number if i..." current
  • 23:0823:08, 15 December 2021 diff hist +1,686 N Template:Infobox settlement/styles.cssCreated page with "→‎{{pp|small=y}}: .ib-settlement { width: 23em; border-collapse: collapse; line-height: 1.2em; } →‎TODO split definitions to appropriate class names when live from HTML element: .ib-settlement td, .ib-settlement th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.4em 0.6em; } .ib-settlement .mergedtoprow .infobox-full-data, .ib-settlement .mergedtoprow .infobox-header, .ib-settlement .mergedtoprow .infobox-data, .ib-settlement .mergedtoprow .infobox-l..." current
  • 23:0723:07, 15 December 2021 diff hist +1,969 N Module:Plain textCreated page with "--converts text with wikilinks to plain text, e.g "gah is bar" to "gah is bar" --removes anything enclosed in tags that isn't nested, mediawiki strip markers (references etc), files, italic and bold markup local p = {} function p.main(frame) local text = frame.args[1] local encode = require('Module:yesno')(frame.args.encode) return p._main(text, encode) end function p._main(text, encode) if not text then return end text = mw.text.killMarkers(text) :g..." current
  • 23:0623:06, 15 December 2021 diff hist +59,248 N Template:Infobox settlementCreated page with "<includeonly>{{main other|{{#invoke:Settlement short description|main}}|}}{{Infobox | child = {{yesno|{{{embed|}}}}} | templatestyles = Infobox settlement/styles.css | bodyclass = ib-settlement vcard <!--** names, type, and transliterations ** --> | above = <div class="fn org">{{if empty|{{{name|}}}|{{{official_name|}}}|{{PAGENAMEBASE}}}}</div> {{#if:{{{native_name|}}}|<div class="nickname ib-settlement-native" {{#if:{{{native_name_lang|}}}|lang="{{{native_name_lang..." current
  • 22:4922:49, 15 December 2021 diff hist 0 N File:..pngNo edit summary current
  • 21:4021:40, 15 December 2021 diff hist −3,803 MediaWiki:LicensesBlanked the page current Tag: Blanking
  • 21:3921:39, 15 December 2021 diff hist 0 m MediaWiki:LicensesProtected "MediaWiki:Licenses" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 21:3921:39, 15 December 2021 diff hist +3,803 N MediaWiki:LicensesCreated page with "*subst:No license from license selector|Don't know|I do not know the license *subst:No license from license selector|Somewebsite|Found the image somewhere *subst:Permission from license selector|The copyright holder gave me permission to use this work only in Wikipedia articles *subst:Non-commercial from license selector|The copyright holder only allows this work to be used for non-commercial and/or educational purposes * Your own work: ** Allow non-commercial use, comme..."
  • 20:3920:39, 15 December 2021 diff hist +145 User:BriLilaMainPageNo edit summary Tag: Visual edit: Switched
  • 20:3220:32, 15 December 2021 diff hist +257 N Template:SmallCreated page with "<span style="font-size:85%;">{{{1}}}</span><includeonly>{{SAFESUBST:#if:{{{1|}}}||Category:Pages using small with an empty input parameter}}</includeonly><noinclude> {{Documentation}}<!--Categories and interwikis go in the /doc sub-page.--> </noinclude>" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)