User contributions for NeonWabbit

A user with 933 edits. Account created on 19 May 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

30 May 2024

  • 02:5902:59, 30 May 2024 diff hist +7,871 N Module:Category handlerCreated page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia..." current
  • 02:5902:59, 30 May 2024 diff hist +6,546 N Module:Message box/configurationCreated page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee..." current
  • 02:5902:59, 30 May 2024 diff hist +125 N Template:AmboxCreated page with "{{#invoke:Message box|ambox}}{{#ifeq:{{{small}}};{{NAMESPACENUMBER}}|left;0|Category:Articles using small message boxes}}" current
  • 02:5802:58, 30 May 2024 diff hist +3,948 N Module:UnsubstCreated page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif..." current
  • 02:4202:42, 30 May 2024 diff hist 0 Module:Citation/CS1/styles.cssNeonWabbit changed the content model of the page Module:Citation/CS1/styles.css from "CSS" to "Sanitized CSS": okay all fixed! current Tag: content model change
  • 02:4202:42, 30 May 2024 diff hist −358 Module:Citation/CS1/styles.cssNo edit summary
  • 02:4202:42, 30 May 2024 diff hist −49 Module:Citation/CS1/styles.cssNo edit summary
  • 02:3902:39, 30 May 2024 diff hist +4,370 Module:Citation/CS1/styles.cssNo edit summary
  • 02:3902:39, 30 May 2024 diff hist 0 Module:Citation/CS1/styles.cssNeonWabbit changed the content model of the page Module:Citation/CS1/styles.css from "Sanitized CSS" to "CSS": don't sanitize my css! Tag: content model change
  • 02:3802:38, 30 May 2024 diff hist 0 N Module:Citation/CS1/styles.cssCreated blank page
  • 02:3802:38, 30 May 2024 diff hist +16,572 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
  • 02:3702:37, 30 May 2024 diff hist +76,854 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
  • 02:3702:37, 30 May 2024 diff hist +66,654 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
  • 02:3602:36, 30 May 2024 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
  • 02:3602:36, 30 May 2024 diff hist +17,976 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
  • 02:3602:36, 30 May 2024 diff hist −43 Module:Citation/CS1/ConfigurationNo edit summary current
  • 02:3502:35, 30 May 2024 diff hist +194 N Module:CS1/IdentifierLimitsCreated page with "local data = { {"OCLC", 10240000000}, {"OSTI", 23010000}, {"PMC", 11300000}, {"PMID", 38900000}, {"RFC", 9300}, {"SSRN", 4800000}, {"S2CID", 270000000} } return data" current
  • 02:2902:29, 30 May 2024 diff hist +111,447 N Module:Citation/CS1/ConfigurationCreated page with "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki = false;..."
  • 02:2902:29, 30 May 2024 diff hist −339 SueNo edit summary
  • 02:2702:27, 30 May 2024 diff hist +226,159 N Module:Citation/CS1Created page with "require ('strict'); --[[--------------------------< 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; -- f..."
  • 02:2602:26, 30 May 2024 diff hist −336 Template:Cite webNo edit summary Tag: Reverted
  • 02:2302:23, 30 May 2024 diff hist +1,407 N Template:Reflist/styles.cssCreated page with "→‎{{pp|small=yes}}: →‎can we remove the font size declarations? .references gets a font-size in * common.css that is always 90, and there is nothing else in reflist out in * the wild. May affect column sizes.: .reflist { font-size: 90%; →‎Default font-size: margin-bottom: 0.5em; list-style-type: decimal; } .reflist .references { font-size: 100%; →‎Reset font-size when nested in div.reflist: margin-bottom: 0; /* Avoid dou..." current
  • 02:2202:22, 30 May 2024 diff hist +1,017 N Template:ReflistCreated page with "<templatestyles src="Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{liststyle|{{{group|}}}}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{liststyle|{{{group}}}}}}}} <!-- -->{{#if:{{{1|}}}|{{#iferror:{{#ifexpr: {{{1|1}}} > 1 }}||{{#switch:{{{1|}}}|1=|2=reflist-columns-2|#default=reflist-columns-3}} }}}}" <!-- end class -->{{#if: {{{1|}}}<!-- start sty..." current
  • 02:2202:22, 30 May 2024 diff hist −25 Template:BooksReverted to old style navbox Tag: Undo

29 May 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)