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

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

18 октовбра 2023

17 октовбра 2023

  • 23:2023:20, 17 октовбра 2023 різн. історія +468‎ Н Кедешська бібліотека ‎ Створена сторінка: '''Кедешська бібліотека''' — читална установа у Кедеші, закладена Єновом Тунарозов. Бібліотека робит у тестовому режімови з 15. октовбра 1823. года. Моментално на реґалах бібліотекы є 1 книга — „Аніґдоты“ Петро Бетярь|Петра Бет... Значкы: Редагування з мобільного пристрою Редагування через мобільну версію
  • 22:2822:28, 17 октовбра 2023 різн. історія +2‎ Модуль:Disambiguation ‎Немає опису редагування остатня
  • 22:2722:27, 17 октовбра 2023 різн. історія +40‎ Н Модуль:Disambiguation/templates ‎ Створена сторінка: return { ["Розвилка"] = true, } остатня
  • 22:2022: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...
  • 22:1922: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....
  • 22:1622: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. -------------------------------------------------------------------------------- --... остатня
  • 22:1522:15, 17 октовбра 2023 різн. історія +7525‎ Н Модуль:Pagetype ‎ Створена сторінка: -------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces,... остатня
  • 22:1522: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))) )... остатня
  • 22:1422: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 ==...
  • 22:1322: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...
  • 22:1222: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...
  • 22:1122:11, 17 октовбра 2023 різн. історія +112‎ Н Шаблона:Коордінаты ‎ Створена сторінка: [http://play.kocky.cc:25683/?worldname=world&mapname=flat&zoom={{{3}}}&x={{{1}}}&y=64&z={{{2}}} {{{1}}} {{{2}}}]
  • 22:0722:07, 17 октовбра 2023 різн. історія +52‎ Н Шаблона:Tl ‎ Створена сторінка: {{[[Template:{{{1}}}|{{{1}}}]]}}
  • 22:0422: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....
  • 22:0122: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...
  • 21:5921: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... остатня
  • 21:5821: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...
  • 21:5721: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...
  • 21:5521: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... остатня
  • 21:5221:52, 17 октовбра 2023 різн. історія +47‎ Н Шаблона:За ‎ Створена сторінка: {{#invoke:about|about}}<noinclude> </noinclude> остатня
  • 21:3221: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... остатня
  • 21:3121: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... остатня
  • 17:2917:29, 17 октовбра 2023 різн. історія −946‎ Головна сторінка ‎Немає опису редагування Значка: Візуалне едітованя
  • 17:2617:26, 17 октовбра 2023 різн. історія +43‎ Н MediaWiki:Citizen-footer-tagline ‎ Створена сторінка: Сеся вікі ще у розробці. остатня
  • 17:2517:25, 17 октовбра 2023 різн. історія +88‎ Н MediaWiki:Citizen-footer-desc ‎ Створена сторінка: Вікі за „Коцкы“ — руснацькый Майнкрафт-сервер. остатня
(найновшы | найстаршы) Перегляднути ( | старшых 50) (20 | 50 | 100 | 250 | 500).