User contributions for N.Sorokin
From World Encyclopedia of Conductors
4 December 2025
- 23:2123:21, 4 December 2025 diff hist +1,473 N Template:Reflist/styles.css Created page with "→{{pp|small=yes}}: .reflist { margin-bottom: 0.5em; list-style-type: decimal; } @media screen { →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.: →make smaller only on screens: .reflist { font-size: 90%; →Default font-size: } } .reflist .references { font-size: 100%; /* Reset font-siz..." current
- 23:2023:20, 4 December 2025 diff hist +1,059 N Template:Reflist Created 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 Tag: 2017 source edit
- 23:1923:19, 4 December 2025 diff hist +4,561 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local mapframe_params = { 'coord', 'coordinates', 'id', 'qid', 'mapframe', 'mapframe-area_km2', 'mapframe-area_mi2', 'mapframe-caption', 'mapframe-coord', 'mapframe-coordinates', 'mapframe-custom', 'mapframe-frame-coord', 'mapframe-frame-coordinates', 'mapf..." current
- 23:1823:18, 4 December 2025 diff hist +582 N Template:Notelist Created page with "{{reflist|{{{1|{{{colwidth|}}}}}}|refs={{{refs|{{{notes|}}}}}}|group={{safesubst<noinclude />:#switch: {{{group|}}} | note | upper-alpha | upper-roman | lower-alpha | lower-greek | lower-roman = {{{group|}}} | #default = lower-alpha }}}}{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:Notelist with unknown paramet..." current Tag: 2017 source edit
- 23:1523:15, 4 December 2025 diff hist +260 N Template:Sdash Created page with "<noinclude>{| class="wikitable" |- |</noinclude>data-sort-value="{{{sort|}}}" style="{{{style|vertical-align:middle; text-align:center}}}" class="{{{class|table-na}}}" | {{{1|—}}}<noinclude> |} {{documentation|Template:Table cell templates/doc}} </noinclude>" current Tag: 2017 source edit
- 23:0823:08, 4 December 2025 diff hist +37 N Template:Crossref Redirected page to Template:Crossreference current
- 23:0523:05, 4 December 2025 diff hist +16,577 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...." current
- 23:0323:03, 4 December 2025 diff hist +647 N Module:Anchor Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {...." current
- 23:0223:02, 4 December 2025 diff hist +177 N Template:Anchor Created page with "{{<includeonly>safesubst:</includeonly>#invoke:anchor|main}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current Tag: 2017 source edit
- 22:5922:59, 4 December 2025 diff hist +533 N Template:Crossreference/styles.css Created page with "→{{pp-template}}: /* This snippet just undoes the default "padding-left: 1.6em;" imposed by div.hatnote, when Template:Crossreference is used in block (div) mode. Ignore the dumb CSS editor's "Element (div.crossreference) is overqualified" warning. It is wrong. We do not want to apply any CSS intended for block mode when it is not in block mode. While it's unlikely our "padding-left: 0;" does anything wrong in inline (span) mode, we can't guarantee i..." current
- 22:5822:58, 4 December 2025 diff hist +435 N Template:Crossreference Created page with "<templatestyles src="Crossreference/styles.css" />{{Hatnote inline |1={{{1|{{{text|{{{content|<noinclude>sample content</noinclude>}}}}}}}}} |extraclasses=crossreference {{{class|{{{extraclasses|}}}}}} |selfref={{#if:{{{selfref|{{{printworthy|{{{unprintworthy|{{{pw|}}}}}}}}}}}}||yes}} |inline={{{inline|true}}} }}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current Tag: 2017 source edit
- 22:5622:56, 4 December 2025 diff hist +19,366 N Module:String Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c..." current
- 22:5422:54, 4 December 2025 diff hist +209 N Template:Replace Created page with "<includeonly>{{safesubst:#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|plain={{safesubst:#if:{{{plain|}}}|{{{plain}}}|true}}|count={{{count|}}}}}</includeonly><noinclude> {{documentation}} </noinclude>" current Tag: 2017 source edit
- 22:5222:52, 4 December 2025 diff hist +539 N Template:Param value Created page with "<code style="border:{{{border|{{{b|thin solid var(--border-color-base, #caa)}}}}}};background-color:{{{bg-color|{{{bg|var(--color-inverted, white)}}}}}};color:{{#if:{{{bg|}}}||inherit|{{Greater color contrast ratio|bg}}}};padding:1px 2px 0 1px;margin:0 2px 0 1px;white-space:nowrap;{{{style|}}}">{{replace|{{replace|{{replace|{{replace|{{replace|<includeonly>⊗ϑ{{{1|}}}⊗ϑ</includeonly><noinclude>value</noinclude>| |{{{space|{{{sp| }}}}}}}}|#|#}}|*|*}}|:|&..." current Tag: 2017 source edit
- 22:5122:51, 4 December 2025 diff hist +608 N Template:Para Created page with "<code class="tpl-para" style="word-break:break-word;{{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}}}=..." current Tag: 2017 source edit
- 22:4922:49, 4 December 2025 diff hist +1,194 N Module:Documentation/styles.css Created page with "→{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; →same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; →same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px;..." current
- 22:4822:48, 4 December 2025 diff hist +151 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" current Tag: 2017 source edit
- 22:1622:16, 4 December 2025 diff hist +1,703 N Template:Documentation subpage Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=icon | text = {{strong|This is a documentation ..." current Tag: 2017 source edit
- 22:1222:12, 4 December 2025 diff hist +16,080 N Template:Langx/doc Created page with " This language template identifies non-English text. It is very similar to {{tl|lang}} but inserts the name of the language as a label. The text is formatted according to recommendations in {{section link|Wikipedia:Manual of Style/Text formatting#Foreign terms}}: italics for languages that use the Latin alphabet<!-- Not the same thing as Romance languages and Latinate languages-->, normal for others. == Usage == An IETF language tag and the non-English term or p..." Tag: 2017 source edit
- 22:0522:05, 4 December 2025 diff hist +99 N Template:Lang Created page with "<includeonly>{{#invoke:Lang|{{{fn|lang}}}}}</includeonly><noinclude> {{Documentation}} </noinclude>" current Tag: 2017 source edit
- 22:0422:04, 4 December 2025 diff hist +1 Yevgeny Mravinsky No edit summary
- 22:0322:03, 4 December 2025 diff hist −1 Yevgeny Mravinsky No edit summary Tags: Reverted 2017 source edit
- 22:0322:03, 4 December 2025 diff hist −767 Template:Langx No edit summary current Tag: 2017 source edit
- 22:0122:01, 4 December 2025 diff hist +17,768 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------..." current
- 22:0022:00, 4 December 2025 diff hist +35,178 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in..." current
- 21:5121:51, 4 December 2025 diff hist +6,762 N Module:Lang/langx Created page with "--[[--------------------------< R T L _ T >-------------------------------------------------------------------- table of language tags that render text right-to-left Data in this table scraped from {{lang-xx}} templates that set |rtl=yes keys (tags) in this table must be lowercase. TODO: in the long run, do we need this table? Can't {{langx}} apply dir="rtl" attribute automatically? ]] local rtl_t = { ----------< I S O 6 3 9 - 1 >---------- ['ae'] = true, ['ar']..." current
- 21:5021:50, 4 December 2025 diff hist +19,691 N Module:Lang/data/is latn data Created page with "--[[--------------------------< S I N G L E S _ T >----------------------------------------------------------- list of Latn and Zyyy (common) codepoints that are not included in <ranges_t> taken from Module:Unicode data/scripts and a local copy of https://www.unicode.org/Public/16.0.0/ucd/ScriptExtensions.txt ]] local singles_t = { [170] = true, -- 00AA [186] = true, -- 00BA [215] = true, -- 00D7 [247] = true,..." current
- 21:4821:48, 4 December 2025 diff hist +12,136 N Module:Lang/configuration Created page with "--[[--------------------------< T E M P L A T E S _ T >-------------------------------------------------------- ]] local templates_t = { lang = 'Lang', langx = 'Langx', langxx = 'Lang-xx', transliteration = 'Transliteration', } --[[--------------------------< K N O W N _ P A R A M S >------------------------------------------------------ lists of all parameters known to {{lang}}, {{langx}}, {{lang-xx}} templates. Exception: |fn= is known to {{lang}} but is not..." current
- 21:4721:47, 4 December 2025 diff hist +3,163 N Module:Lang/ISO 639 synonyms Created page with "-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an", ["asm"] = "as", ["ava"] = "av", ["ave"] = "ae", ["aym"] = "ay", ["aze"] = "az", ["bak"] = "ba", ["bam"] = "bm", ["bel"] = "be", ["ben"] = "bn", ["bih"] = "bh", ["bis"] = "bi", ["bod"] = "bo", ["bos"] = "bs", ["bre"] = "br", ["bul"] = "bg", ["cat"] = "ca", ["ces"] = "cs", ["cha"] = "ch", ["che"] = "ce",..." current
- 21:4421:44, 4 December 2025 diff hist +1,281 N Module:Lang/data/iana suppressed scripts Created page with "-- File-Date: 2025-08-25 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "iw", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"ko"}, ["Laoo"] = {"lo..." current
- 21:4321:43, 4 December 2025 diff hist +14,769 N Module:Lang/data/iana variants Created page with "-- File-Date: 2025-08-25 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"}, ["prefixes"] = {"be"},..." current
- 21:4221:42, 4 December 2025 diff hist +8,031 N Module:Lang/data/iana regions Created page with "-- File-Date: 2025-08-25 return { ["AC"] = {"Ascension Island"}, ["AD"] = {"Andorra"}, ["AE"] = {"United Arab Emirates"}, ["AF"] = {"Afghanistan"}, ["AG"] = {"Antigua and Barbuda"}, ["AI"] = {"Anguilla"}, ["AL"] = {"Albania"}, ["AM"] = {"Armenia"}, ["AO"] = {"Angola"}, ["AQ"] = {"Antarctica"}, ["AR"] = {"Argentina"}, ["AS"] = {"American Samoa"}, ["AT"] = {"Austria"}, ["AU"] = {"Australia"}, ["AW"] = {"Aruba"}, ["AX"] = {"Åland Islands"}, ["AZ"] = {"Azer..." current
- 21:4221:42, 4 December 2025 diff hist +7,512 N Module:Lang/data/iana scripts Created page with "-- File-Date: 2025-08-25 return { ["Adlm"] = {"Adlam"}, ["Afak"] = {"Afaka"}, ["Aghb"] = {"Caucasian Albanian"}, ["Ahom"] = {"Ahom", "Tai Ahom"}, ["Arab"] = {"Arabic"}, ["Aran"] = {"Arabic (Nastaliq variant)"}, ["Armi"] = {"Imperial Aramaic"}, ["Armn"] = {"Armenian"}, ["Avst"] = {"Avestan"}, ["Bali"] = {"Balinese"}, ["Bamu"] = {"Bamum"}, ["Bass"] = {"Bassa Vah"}, ["Batk"] = {"Batak"}, ["Beng"] = {"Bengali", "Bangla"}, ["Berf"] = {"Beria Erfe"}, ["Bhks"] =..." current
- 21:4121:41, 4 December 2025 diff hist +222,780 N Module:Lang/data/iana languages Created page with "-- File-Date: 2025-08-25 local active = { ["aa"] = {"Afar"}, ["ab"] = {"Abkhazian"}, ["ae"] = {"Avestan"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"] = {"Amharic"}, ["an"] = {"Aragonese"}, ["ar"] = {"Arabic"}, ["as"] = {"Assamese"}, ["av"] = {"Avaric"}, ["ay"] = {"Aymara"}, ["az"] = {"Azerbaijani"}, ["ba"] = {"Bashkir"}, ["be"] = {"Belarusian"}, ["bg"] = {"Bulgarian"}, ["bh"] = {"Bihari languages"}, ["bi"] = {"Bislama"}, ["bm"] = {"Bambara"}, ["..." current
- 21:3921:39, 4 December 2025 diff hist +33,497 N Module:Lang/data Created page with "local lang_obj = mw.language.getContentLanguage(); local this_wiki_lang_tag = lang_obj.code; -- get this wiki's language tag --[[--------------------------< L A N G _ N A M E _ T A B L E >------------------------------------------------ primary table of tables that decode: lang -> language tags and names script -> ISO 15924 script tags region -> ISO 3166 region tags variant -> IANA registered variant tags suppressed -> map of scripts tags and their assoc..." current
- 21:3821:38, 4 December 2025 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
- 21:3721:37, 4 December 2025 diff hist +17,885 N Module:Unicode data Created page with "local p = {} local floor = math.floor local function errorf(level, ...) if type(level) == "number" then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end local function binary_range_search(codepoint, ranges) local low, mid, high low, high = 1, ranges.length or require "Module:TableTools".length(ranges) while low <= high do mid = floor((low + high) / 2) local range =..." current
- 21:3421:34, 4 December 2025 diff hist +10,054 N Module:Arguments Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'..." current
- 21:2921:29, 4 December 2025 diff hist +92 Template:Langx No edit summary Tag: 2017 source edit
3 December 2025
- 23:5223:52, 3 December 2025 diff hist +132 Template:Langx No edit summary Tag: 2017 source edit
- 23:4723:47, 3 December 2025 diff hist +634 N Template:Langx Created page with " <noinclude> <templatedata> { "params": { "1": { "aliases": [ "code" ], "description": "The IETF language tag for the content in |text=" }, "text": { "aliases": [ "2" ], "description": "The non-English text" } }, "format": "inline", "description": "This language template identifies non-English text. It is very similar to {{lang}} but inserts the name of the language as a label. The text is formatted according to recommendations in Wi..." Tag: 2017 source edit
- 23:3923:39, 3 December 2025 diff hist +122 N Yevgeny Mravinsky Created page with "'''Yevgeny Aleksandrovich Mravinsky''' ({{langx|ru|Евге́ний Алекса́ндрович Мрави́нский}})"
- 23:3023:30, 3 December 2025 diff hist +94,052 N Module:Lang Created page with "--[=[ Lua support for the {{lang}}, {{langx}}, {{lang-??}}, and {{transliteration}} templates and replacement of various supporting templates. ]=] require('strict'); local getArgs = require ('Module:Arguments').getArgs; local unicode = require ("Module:Unicode data"); -- for is_Latin() and is_rtl() local yesno = require ('Module:Yesno'); local sandbox = (mw.getCurrentFrame():getTitle():match ('/sandbox') or ''); -- when called from a sandbox template or mod..." current
- 21:3121:31, 3 December 2025 diff hist +25 MediaWiki:Common.css No edit summary
- 21:3021:30, 3 December 2025 diff hist +19 MediaWiki:Common.css No edit summary
- 21:2821:28, 3 December 2025 diff hist +23 MediaWiki:Common.css No edit summary
- 21:2521:25, 3 December 2025 diff hist +169 MediaWiki:Common.css No edit summary
- 19:1619:16, 3 December 2025 diff hist +83 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: #siteSub { display: block; }"
- 17:4917:49, 3 December 2025 diff hist +20 N Special:Badtitle/NS200:N.Sorokin import user wiki current
2 December 2025
- 22:5122:51, 2 December 2025 diff hist +20 N User:N.Sorokin Created page with "== Nikita Sorokin ==" current