Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Все доступные журналы

Общий список журналов сайта Create Wiki. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).

Журналы
  • 17:46, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Tlx (содержимое: «#REDIRECT Template:Template link expanded {{Redirect category shell| {{R from move}} }}»)
  • 17:46, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Tl (содержимое: «#REDIRECT Template:Template link {{Redirect category shell| {{R from move}} }}»)
  • 17:46, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:T/piece (содержимое: «{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:T (содержимое: «<includeonly><nowiki>{{</nowiki>[[Template:{{{1}}}|{{{1}}}]]{{t/piece|{{{2|---}}}}}{{t/piece|{{{3|---}}}}}{{t/piece|{{{4|---}}}}}{{t/piece|{{{5|---}}}}}{{t/piece|{{{6|---}}}}}{{t/piece|{{{7|---}}}}}{{t/piece|{{{8|---}}}}}{{t/piece|{{{9|---}}}}}{{t/piece|{{{10|---}}}}}{{t/piece|{{{11|---}}}}}{{t/piece|{{{12|---}}}}}{{t/piece|{{{13|---}}}}}{{t/piece|{{{14|---}}}}}{{t/piece|{{{15|---}}}}}{{t/piece|{{{16|---}}}}}{{t/piece|{{{17|---}}}}}{{t/piece|{{{18|---}}}}}{{t/piece|{...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Mbox (содержимое: «local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error{ message = 'Error: ' .. msg...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:User error (содержимое: «-------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. -------------------------------------------------------------------------------- local checkType = require("libraryUtil").checkType; return function (message, ...) checkType("Module:U...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Hatnote/styles.css (содержимое: «.hatnote-container { display: flex; align-items: center; padding: var( --space-sm ) var( --space-md ); margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: var( --line-height-xs ); } .hatnote-icon img { width: 14px; height: auto; margin-right: var( --space-xs ); opacity: var( --opacity-ic...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Format link (содержимое: «-- Imported from: https://en.wikipedia.org/wiki/Module: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. -------------------------------------...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Array (содержимое: «-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(number|numb...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Infobox Character/doc (содержимое: «{{Documentation}} ;Template Usage The Character Infobox template is used for character pages only. Copy and paste the following code into the top of an article, filling all known fields. Leave all the unknown fields empty and they will not appear on the infobox. <pre><nowiki>{{Infobox Character | Name = | Image = | Race = | Gender = | Role = | Faction = | Citizenship = | Born = | Died = | Organization = | Actor = | Occupation = | Employer = | Job Title = | W...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Paramtest (содержимое: «-- Imported from: https://runescape.wiki/w/Module:Paramtest --[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:DependencyList (содержимое: «require("strict"); local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local userError = require("Module:User error") local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 1 local MAX_DYNAMIC_REQUIRE_LIS...»)
  • 17:45, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:DPLlua (содержимое: «-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Documentation/styles.css (содержимое: «.documentation { display: flex; box-sizing: border-box; flex-direction: column; margin: 1.6rem 0; padding-top: 1.6rem; border-top: 1px solid; border-color: var( --border-color-base ); border-radius: var( --border-radius--medium ); font-size: 0.875rem; } .documentation-header { margin-top: 0; margin-bottom: 0.8rem; color: var( --color-base--emphasized ); font-size: 1.25rem; font-weight: 600; line-height: 1.2; } .documentation-subheader { margin: -...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль: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 == 'y' or v...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль: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 variants. Also in...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль: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....»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Infobox company (содержимое: «<!-- ------- Infobox ------- --><includeonly>{{Infobox |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image {{#if:{{{imagebg|}}}|{{#switch:{{{imagebg}}}|light=infobox-image--light|dark=infobox-image--dark|}}}} |header2 = {{{name|}}} |rowclass2 = infobox-title |label3 = Industry |data3 = {{{industry|}}} |rowclass3 = data-industry infobox-data infobox-col2...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Infobox Character (содержимое: «<includeonly>Category:Characters<table class="infobox-table floatright citizen-table-nowrap" style="padding-top:0"> <tr id="infobox-table-img-bg"> <td width="100%" colspan="3" class="infobox-table-img" style="text-align: center; padding:0 !important;">{{#if:{{{Image|}}}|[[File:{{{Image}}}|400px]]|400px}}</td> </tr> <tr> <th width="100%" colspan="3" class="infobox-table-name">{{{Name}}}</th> </tr> {{#if:{{{Race|}}}|<tr> <td width="40%" v...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Card (содержимое: «<includeonly><div class="card-container {{#ifeq:{{yesno|{{{wide|}}}}}|yes|floatnone}}"> <div class="card-row"> {{#loop: cardcount | 1 | {{{count|{{{column|1}}}}}} | <div class="card {{#if:{{{column|}}}|card-col{{{column}}}}}" style="{{#if:{{{colorbg{{#var:cardcount}}|}}}|background:{{{colorbg{{#var:cardcount}}}}};}}{{#if:{{{colortext{{#var:cardcount}}|}}}|color:{{{colortext{{#var:cardcount}}}}}}}"> <div class="card-top"><!--...»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Template link expanded (содержимое: «{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>»)
  • 17:44, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:PAGENAMEBASE (содержимое: «{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Documentation (содержимое: «{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:No redirect (содержимое: «{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Aligned table (содержимое: «-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwi...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Aligned table (содержимое: «{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Protection banner/config (содержимое: «-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that ap...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Protection banner (содержимое: «-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:File link (содержимое: «-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Effective protection level (содержимое: «local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Effective protection expiry (содержимое: «local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == '...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Template link general (содержимое: «-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTempl...»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:TableTools (содержимое: «------------------------------------------------------------------------------------ -- 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....»)
  • 17:43, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:List (содержимое: «local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles...»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль: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 1, any err...»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Yesno (содержимое: «{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль: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 isn't a --...»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Template link (содержимое: «{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Nowrap (содержимое: «<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Thin space (содержимое: «<span style="white-space: nowrap;">{{#if:{{{1|}}}|{{#if:{{{2|}}}|| }}}}{{{1|}}} <!-- -->{{#if:{{{2|}}}|{{{2}}}}}{{#if:{{{3|}}}| {{{3}}}}}<!-- -->{{#if:{{{4|}}}| {{{4}}}}}{{#if:{{{5|}}}| {{{5}}}}}<!-- -->{{#if:{{{6|}}}| {{{6}}}}}{{#if:{{{7|}}}| {{{7}}}}}<!-- -->{{#if:{{{8|}}}| {{{8}}}}}{{#if:{{{9|}}}| {{{9}}}}}<!-- -->{{#if:{{{10|}}}| {{{10}}}}}</span><noinclude> {{Documentation}} <!-- Please add c...»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:If empty (содержимое: «{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>»)
  • 17:42, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Documentation/config (содержимое: «---------------------------------------------------------------------------------------------------- -- -- 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. -----------------------------------------------------------------------------...»)
  • 17:41, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Documentation (содержимое: «-- 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...»)
  • 17:41, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Date (содержимое: «{{safesubst:<noinclude/>#switch:none |{{safesubst:<noinclude/>#iferror: {{safesubst:<noinclude/>#time:Y_M_d|{{{1|}}} }} | none }} <noinclude><!-- #time: can't handle --></noinclude> |{{safesubst:<noinclude/>#iferror: {{safesubst:<noinclude/>#expr: {{{1|}}}+0 }} |<noinclude><!--not a pure number--></noinclude> |{{safesubst:<noinclude/>#ifexpr: {{{1|}}}+0 > 10000000000000 |<noinclude><!-- a yyyymmddhhmmss timestamp --></noinclude> |{{safesubst:<...»)
  • 17:41, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Tmbox (содержимое: «{{#invoke:Message box|tmbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>»)
  • 17:41, 12 августа 2023 Platon обсуждение вклад удалил страницу Модуль:Message box/configuration (содержимое: «-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-...»)
  • 17:41, 12 августа 2023 Platon обсуждение вклад удалил страницу Шаблон:Mbox (содержимое: «{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>»)
  • 17:37, 12 августа 2023 Platon обсуждение вклад импортировал Шаблон:Infobox company/doc с помощью файловой загрузки (1 версия)
  • 17:37, 12 августа 2023 Platon обсуждение вклад импортировал Шаблон:T/piece с помощью файловой загрузки (1 версия)
  • 17:37, 12 августа 2023 Platon обсуждение вклад импортировал Шаблон:T с помощью файловой загрузки (1 версия)
Сайт использует Cookie для нормальной работы