Приспівок хоснователя Бетярь

Глядати приспівкыРозгорнутиЗгорнути
⧼contribs-top⧽
⧼contribs-date⧽
(найновшы | найстаршы) Перегляднути ( | старшых 50) (20 | 50 | 100 | 250 | 500).

18 октовбра 2023

17 октовбра 2023

  • 22:2022:20, 17 октовбра 2023 різн. історія +468 Н Кедешська бібліотекаСтворена сторінка: '''Кедешська бібліотека''' — читална установа у Кедеші, закладена Єновом Тунарозов. Бібліотека робит у тестовому режімови з 15. октовбра 1823. года. Моментално на реґалах бібліотекы є 1 книга — „Аніґдоты“ Петро Бетярь|Петра Бет... Значкы: Редагування з мобільного пристрою Редагування через мобільну версію
  • 21:2821:28, 17 октовбра 2023 різн. історія +2 Модуль:DisambiguationНемає опису редагування остатня
  • 21:2721:27, 17 октовбра 2023 різн. історія +40 Н Модуль:Disambiguation/templatesСтворена сторінка: return { ["Розвилка"] = true, } остатня
  • 21:2021:20, 17 октовбра 2023 різн. історія +3295 Н Модуль:RedirectСтворена сторінка: -- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it...
  • 21:1921:19, 17 октовбра 2023 різн. історія +1753 Н Модуль:DisambiguationСтворена сторінка: local p = {} local mRedirect = require('Module:Redirect') local disambiguationTemplates = mw.loadData('Module:Disambiguation/templates') local function capitalize(s) -- This function only works on ASCII strings. If your wiki has -- disambiguation templates that use Unicode strings, use the commented-out -- line instead. Enwiki uses ASCII string manipulation only here to improve -- performance. -- return s:sub(1, 1):upper() .. s:sub(2, -1) return mw....
  • 21:1621:16, 17 октовбра 2023 різн. історія +3949 Н Модуль:Pagetype/configСтворена сторінка: -------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- --... остатня
  • 21:1521:15, 17 октовбра 2023 різн. історія +7525 Н Модуль:PagetypeСтворена сторінка: -------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces,... остатня
  • 21:1521:15, 17 октовбра 2023 різн. історія +1129 Н Модуль:ErrorСтворена сторінка: -- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) )... остатня
  • 21:1421:14, 17 октовбра 2023 різн. історія +745 Н Модуль:YesnoСтворена сторінка: -- 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 ==...
  • 21:1321:13, 17 октовбра 2023 різн. історія +6484 Н Модуль:Format linkСтворена сторінка: -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local library...
  • 21:1221:12, 17 октовбра 2023 різн. історія +7451 Н Модуль:Hatnote listСтворена сторінка: -------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their varian...
  • 21:1121:11, 17 октовбра 2023 різн. історія +112 Н Шаблона:КоордінатыСтворена сторінка: [http://play.kocky.cc:25683/?worldname=world&mapname=flat&zoom={{{3}}}&x={{{1}}}&y=64&z={{{2}}} {{{1}}} {{{2}}}]
  • 21:0721:07, 17 октовбра 2023 різн. історія +52 Н Шаблона:TlСтворена сторінка: {{[[Template:{{{1}}}|{{{1}}}]]}}
  • 21:0421:04, 17 октовбра 2023 різн. історія +6037 Н Модуль:HatnoteСтворена сторінка: -------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....
  • 21:0121:01, 17 октовбра 2023 різн. історія +3312 Н Модуль:Check for unknown parametersСтворена сторінка: -- 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 local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the or...
  • 20:5920:59, 17 октовбра 2023 різн. історія +819 Н Модуль:DataСтворена сторінка: local mt = {} function mt.__index(t, k) return function(frame) local data = mw.loadData(k) local i = 1 for _,v in ipairs(frame.args) do local ty = type(data) if ty ~= 'table' then local args = {} for j = 1, i - 1 do args[j] = frame.args[j] end if frame.args.softfail then return '<span class="error">Category:Pages with failed Module:Data lookupsError: Tried to read index "' .. mw.text.nowiki(v) .. '" of mw.loadDat... остатня
  • 20:5820:58, 17 октовбра 2023 різн. історія +10 054 Н Модуль:ArgumentsСтворена сторінка: -- 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(va...
  • 20:5720:57, 17 октовбра 2023 різн. історія +15 472 Н Модуль:StringСтворена сторінка: --[[ 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...
  • 20:5520:55, 17 октовбра 2023 різн. історія +1480 Н Модуль:AboutСтворена сторінка: local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "a... остатня
  • 20:5220:52, 17 октовбра 2023 різн. історія +47 Н Шаблона:ЗаСтворена сторінка: {{#invoke:about|about}}<noinclude> </noinclude> остатня
  • 20:3220:32, 17 октовбра 2023 різн. історія +21 438 Н Шаблона:ІнфобоксСтворена сторінка: {{#ifeq:{{{child|}}}|yes||<table class="infobox {{{bodyclass|}}}" cellspacing="5" style="float:right; width:22em; text-align:left; font-size:88%; line-height:1.5em; {{{bodystyle|}}}"><!-- Caption -->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="font-size:125%; font-weight:bold; {{{titlestyle|}}}">{{{title}}}</caption>}}<!-- Header -->{{#if:{{{above|}}}|{{Інфобокс/row |header={{{above}}} |headerstyle=text-align:center; font-size:1... остатня
  • 20:3120:31, 17 октовбра 2023 різн. історія +473 Н Шаблона:Інфобокс/rowСтворена сторінка: {{#if:{{{header|}}} |<tr><th colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">{{{header}}}</th></tr> |{{ #if:{{{data|{{{2|}}}}}} |<tr class="{{{rowclass|}}}">{{ #if:{{{label|{{{1|}}}}}} |<th style="text-align:left; {{{labelstyle|}}}">{{{label|{{{1|}}}}}}</th><td class="{{{class|}}}" style="{{{datastyle|}}}"> |<td colspan="2" class="{{{class|}}}" style="text-align:center; {{{datastyle|}}}"> }}{{{data|{{{2|}}}}}}</td... остатня
  • 16:2916:29, 17 октовбра 2023 різн. історія −946 Головна сторінкаНемає опису редагування Значка: Візуалне едітованя
  • 16:2616:26, 17 октовбра 2023 різн. історія +43 Н MediaWiki:Citizen-footer-taglineСтворена сторінка: Сеся вікі ще у розробці. остатня
  • 16:2516:25, 17 октовбра 2023 різн. історія +88 Н MediaWiki:Citizen-footer-descСтворена сторінка: Вікі за „Коцкы“ — руснацькый Майнкрафт-сервер. остатня
(найновшы | найстаршы) Перегляднути ( | старшых 50) (20 | 50 | 100 | 250 | 500).