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

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

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

Журналы
  • 15:15, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:FeatureFlag/Config/doc (Новая страница: «<!-- Documentation for FeatureFlag/Config --> =FeatureFlag/Config Documentation= The `FeatureFlag/Config` module is used to define the default values of feature flags used throughout the iCCup platform. Feature flags are used to control the availability of certain features or functionalities, often for testing or phased rollouts. By setting default values here, developers can easily manage which features are enabled or disabled by default. ==How to Use==...») Метка: редактор вики-текста 2017
  • 15:14, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:FeatureFlag/Config (Новая страница: «-- Add feature flags here for iCCup return { award_table = { defaultValue = false }, -- Controls whether award tables are enabled debug_import = { defaultValue = false }, -- Enables debugging for imports debug_match_history = { defaultValue = false }, -- Enables debugging for match history debug_placement = { defaultValue = false }, -- Enables debugging for placements debug_query = { defaultValue = false }, -- Enables debugging fo...»)
  • 15:12, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:FeatureFlag/doc (Новая страница: «<!-- Documentation for Module:FeatureFlag --> =FeatureFlag Module Documentation= The `FeatureFlag` module is used to manage feature flags, which are boolean values controlling whether certain code paths related to new features are enabled or not. This module provides functionality to read, set, and temporarily apply feature flags. ==Usage== Feature flags can be used to enable or disable specific features or parts of code. They can be set permanentl...») Метка: редактор вики-текста 2017
  • 15:10, 31 августа 2024 DarkMuse обсуждение вклад восстановил страницу Модуль:FeatureFlag (1 версия) (Запрос автора)
  • 15:10, 31 августа 2024 DarkMuse обсуждение вклад удалил страницу Модуль:FeatureFlag (По запросу автора)
  • 15:08, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:FeatureFlag (Новая страница: «--- -- @Liquipedia -- wiki=commons -- page=Module:FeatureFlag -- -- Please see https://github.com/Liquipedia/Lua-Modules to contribute -- local FeatureFlagConfig = mw.loadData('Module:FeatureFlag/Config') local Logic = require('Module:Logic') local Table = require('Module:Table') --[[ Module for reading and setting feature flags. Feature flags are boolean values that control whether certain code paths pertaining to new features are enabled. To create a new...»)
  • 15:05, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:ApiDocStart (Новая страница: «<includeonly> <!-- Displaying the function name with a link, based on the availability of the `api_module_name` variable --> <dt> {{#if:{{#var:api_module_name|}}|[[{{#var:api_module_name}}/doc/{{{1|}}}|{{{1|}}}]]|[[/{{{1|}}}|{{{1|}}}]]}} <!-- Displaying parameters if provided --> {{#if:{{{params|}}}|<span style="font-weight:400;">({{{params|}}})</span>}} <!-- Displaying return type if provided --> {{#if:{{{returns|}}}|<span style="font-weight:400;"...») Метка: редактор вики-текста 2017
  • 15:04, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Lua/doc (Новая страница: «Some functions for checking the existence of modules and loading them in the iCCup environment. ==API== {{ApiDocStart|Lua|link=Module:Lua}} {{ApiDoc|moduleExists|params=name: string|description=Checks if a module with the given name exists.|returns=boolean}} {{ApiDoc|requireIfExists|params=name: string, options: table|description=Requires the module if it exists and returns the default otherwise.|returns=Module require or default}} {{ApiDoc|loadDataIfExists...») Метка: редактор вики-текста 2017
  • 15:03, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Lua (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:Lua -- -- Please see https://github.com/iCCup/Lua-Modules to contribute -- local FeatureFlag = require('Module:FeatureFlag') local Logic = require('Module:Logic') local StringUtils = require('Module:StringUtils') local Lua = {} ---Checks for the existence of a Lua module ---@param name string ---@return boolean function Lua.moduleExists(name) if package.loaded[name] then return true else -- Package.Search...»)
  • 15:00, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Infobox league/doc (Новая страница: «{{Infobox league |name=Julmust's awesome tournament |image=Dota2 logo.png |caption=This is an image caption. |series=ESL One |series2=Dota Pro Circuit |organizer=Julmust |organizer2=Rapture |sponsor=[https://www.liquiddota.com/ Liquid Dota]<br />[https://www.twitch.tv/team/teamliquid Twitch] |type=Online |sdate=2010-10-10 |edate=2018-10-17 |country=Netherlands |city=Utrecht |venue=Some office |server=Europe West |patch=6.00 |team_number=322 |format=#blamesa...») Метка: редактор вики-текста 2017
  • 14:57, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Infobox league (Новая страница: «<includeonly>{{#invoke:Lua|invoke|module=Infobox/League/Custom|fn=run}}<!-- --></includeonly><noinclude>Category:Infoboxes{{doc}}</noinclude>») Метка: редактор вики-текста 2017
  • 14:15, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Vehicle/config.json (Новая страница: «{ "%api_locale": "Locale the api should return. If set to null, all languages are returned. Allowed values are 'de_DE' and 'en_EN", "api_locale": "en_EN", "%smw_multilingual_text": "If the used SMW attributes are multi-lingual set the flag to 'true'.", "smw_multilingual_text": false, "%module_lang": "Set the language of the module, if set to 'null' the content language of the wiki will be used.", "module_lang": null, "%set_categor...»)
  • 14:14, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Vehicle/data.json (Новая страница: «{ "%includes": "Additional vehicle information that should be returned", "includes": [ "hardpoints", "components", "shops", "parts" ], "%hardpoint_filter": "List of hardpoint types that shall not be returned", "hardpoint_filter": [ "SeatAccess", "SeatDashboard", "DockingAnimator", "DoorController", "Door" ], "%smw_data": "Sets which data gets added to SMW", "smw_data": [ { "SMW_Name": [ "API_name", "ARG_Name" ], "...»)
  • 14:11, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Nbsp (Перенаправление на Шаблон:Spaces) Метки: новое перенаправление редактор вики-текста 2017
  • 14:09, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Template shortcut/doc (Новая страница: «{{Documentation|fromWikipedia=true}} {{tsh|tsh}} This template displays one or more of a template's shortcuts (that is, redirects, also known as aliases, as in the box appearing at the right. {{tl|Tsh}} is a shortcut to this template, {{<nowiki />template shortcut}}, and can be used in its place. See Wikipedia:Template:Template shortcut for more details. Note that there are no optional parameter in this template. == Usage == Place this template and its...») Метка: редактор вики-текста 2017
  • 14:09, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Template shortcut (Новая страница: «<includeonly>{{#invoke:Shortcut|main|template=yes}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
  • 14:09, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Spaces/doc (Новая страница: «{{Documentation}} {{Template shortcut|&nbsp|nbs|nbsp|nbsp;|space|spcs}} {{Wikipedia template}} A template to produce one or more non-breaking spaces (<code>&nbsp;</code> character entities). == Usage == ; Syntax : <code><nowiki>{{spaces|</nowiki>''N''{{!}}''type''}}</code> ...... to produce ''N'' consecutive non-breaking spaces (where ''N'' is a whole number larger than zero) of the type specified by the second paramete...») Метка: редактор вики-текста 2017
  • 14:08, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:String/doc (Новая страница: «{{Documentation|fromWikipedia=true}} 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 == ;...») Метка: редактор вики-текста 2017
  • 14:08, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль: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...»)
  • 14:07, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Spaces (Новая страница: «<span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig=  |en=  |em=  |thin=  |hair=  |  }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig=  |en=  |em=  |thin=  |hair=  |  }}|{{{1|1}}}}} }}</span><noinclude> {{/doc}} </noinclude>») Метка: редактор вики-текста 2017
  • 14:06, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Navplate/Manufacturers/doc (Новая страница: «{{Documentation|scwShared=true}}») Метка: редактор вики-текста 2017
  • 14:06, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Navplate/Manufacturers (Новая страница: «-- This is barebone but the idea is to make a generic module that -- build any navplate from template defined from data.json -- -- TODO: -- - Make functions generic -- - Support multiple conditions -- - Support more SMW inline query conditions other than category -- - Implement i18n -- - Support group headers -- - Support icon local NavplateManufacturers = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local common = requi...»)
  • 14:04, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Cite RSI/doc (Новая страница: «{{Documentation}} '''Module:Cite RSI''' implements the {{tl|Cite RSI}} template.») Метка: редактор вики-текста 2017
  • 14:04, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Cite RSI (Новая страница: «local p = {} local args --- Helper function checking if a substring is in a string -- -- @param needle string - Value to search for -- @param haystack string - String to search in -- -- @return bool - True if found local function stringContains( needle, haystack ) return string.find( mw.ustring.lower( haystack ), needle, 1, true ) end -- This is from Module:String2 -- FIXME: Figure out how to call in from Lua properly local function titlecase( text )...»)
  • 14:04, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Manufacturer/doc (Новая страница: «{{documentation|scwShared=true}}») Метка: редактор вики-текста 2017
  • 14:03, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Manufacturer (Новая страница: «require( 'strict' ) local Manufacturer = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local MODULE_NAME = 'Module:Manufacturer' local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() local mArguments local cache = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @return string|nil local functi...»)
  • 14:02, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Para/doc (Новая страница: «{{Documentation}} == Usage == This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first parameter is the name of the example parameter to display (this may be ''empty'', but it must be ''present''), and the second (optional) parameter is a value for the first example parameter or, if the first {{tlx|para}} parameter...») Метка: редактор вики-текста 2017
  • 14:01, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Para (Новая страница: «<code class="nowrap" {{#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
  • 14:01, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Tag/doc (Новая страница: «{{Documentation}} : {{t|tag|''tagname'' [|''type''] [|content=''text''] [|params=''parameters'']}} This template provides a quick way to mention an {{WP|ref=no|XML}}/{{WP|ref=no|HTML}}-style tag in a preformatted way. Mainly used in discussion/help pages. ===Parameters=== Required parameters shown in '''''bold italics'''''. ; {{para|first unnamed}} {{nobold| (''tagname'' above)}} : The XML/HTML tag's name (e.g. {{mono|100%|code}}, {{mono|100%|...») Метка: редактор вики-текста 2017
  • 14:01, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Tag (Новая страница: «<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- Opening tag -->{{#switch:{{{2|pair}}} |c|close = |s|single |o|open |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single = /> |o|open = >{{{content|}}} |p|pair = {{#ifeq:{{{1|tag}}}|!-...») Метка: редактор вики-текста 2017
  • 14:00, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Arguments/doc (Новая страница: «{{Documentation|scwShared=true|fromWikipedia=true}} '''Module:Arguments''' provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (More details below.) * Arguments can be passed i...») Метка: редактор вики-текста 2017
  • 13:59, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль: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(val)...»)
  • 13:58, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Tl (Перенаправление на Шаблон:Template link general) Метки: новое перенаправление редактор вики-текста 2017
  • 13:58, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Tlg (Перенаправление на Шаблон:Template link general) Метки: новое перенаправление редактор вики-текста 2017
  • 13:57, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Template link general/doc (Новая страница: «{{Documentation|fromWikipedia=true}} {{tsh|{{{1|tlg}}}|{{{2|}}}}} This template, often abbreviated as {{tlf|{{#switch:{{lc:{{ROOTPAGENAME}}}} | tlg | template link general = tlg | tlb | template link with bold = tlb | tlc | template link code = tlc | tlw ||template link with linked braces = tlw | tlf | template link with link off = tlf | tltss | template link with title span, subst = tltss | tlx | template link expanded = tlx | tlxb | template link expande...») Метка: редактор вики-текста 2017
  • 13:57, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Template link general (Новая страница: «{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>») Метка: редактор вики-текста 2017
  • 13:56, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Gallery/doc (Новая страница: «{{Documentation}} '''Module:Gallery''' is a module that implements the {{tl|Gallery}} template. Please see the template page for usage instructions.») Метка: редактор вики-текста 2017
  • 13:56, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Gallery (Новая страница: «local getArgs = require('Module:Arguments').getArgs local p = {} local root function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local filearg = '' local height = '120' local prependarg = '[[File:' local apprendarg = '|frameless|' .. 'x' .. height .. 'px]]' for key,value in pairs(args) do local content = args[key] -- Check if arg is a valid file name if content:match('.[^{}<>]+%.%w+') then...»)
  • 13:54, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:For/doc (Новая страница: «{{Documentation|fromWikipedia=true}} '''Module:For''' implements the {{tl|For}} template.») Метка: редактор вики-текста 2017
  • 13:54, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:For (Новая страница: «local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table funct...»)
  • 13:53, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:ScribuntoUnit/doc (Новая страница: «{{Documentation|fromWikipedia=true}} This module provides unit tests for other Lua modules. To test a module, you must create a separate test module, usually located at <code>Module:''Module name''/testcases</code>. The module is tested with the ScribuntoUnit module, which verifies that the operations defined in the test module produce the expected results. == Test module structure == To make a test module (test suite), start with the following...») Метка: редактор вики-текста 2017
  • 13:53, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:ScribuntoUnit (Новая страница: «------------------------------------------------------------------------------- -- Unit tests for Scribunto. ------------------------------------------------------------------------------- require('strict') local DebugHelper = {} local ScribuntoUnit = {} -- The cfg table contains all localisable strings and configuration, to make it -- easier to port this module to another wiki. local cfg = mw.loadData('Module:ScribuntoUnit/config') ----------------------...»)
  • 13:50, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Vehicle/doc (Новая страница: «{{documentation|scwShared=true}} This module handles data related to vehicles. On the vehicle page *Saves template parameters and API data as SMW data *Set category from SMW data *Set short description from SMW data *Display infobox from SMW data On other pages, it can be used to display the infobox of other vehicles.») Метка: редактор вики-текста 2017
  • 13:49, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Vehicle (Новая страница: «require( 'strict' ) local Vehicle = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local common = require( 'Module:Common' ) local manufacturer = require( 'Module:Manufacturer' ):new() local hatnote = require( 'Module:Hatnote' )._hatnote local data = mw.loadJsonData( 'Module:Vehicle/data.json' ) local config = mw.loadJsonData( 'Modu...»)
  • 13:48, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Common/testcases/doc (Новая страница: «{{Documentation}}») Метка: редактор вики-текста 2017
  • 13:48, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Common/testcases (Новая страница: «-- Unit tests for Module:Common. Click talk page to run tests. local common = require('Module:Common') local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() --common.removeTypeSuffix tests -- function suite:testRemoveTypeSuffix() self:assertEquals('Ship', common.removeTypeSuffix( 'Ship (ship)', 'ship' )) self:assertEquals('Test', common.removeTypeSuffix( 'Test (test)', 'test' )) self:assertEquals('S...»)
  • 13:48, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Common/doc (Новая страница: «{{Documentation|scwShared=true}}») Метка: редактор вики-текста 2017
  • 13:47, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Common (Новая страница: «local common = {} --- Convert an input to number ---@param num string|integer Input ---@param onFail string|integer Output if conversion fails ---@param base integer Base for tonumber, defaults to 10 ---@return number function common.toNumber( num, onFail, base ) base = base or 10 if num == nil then return onFail end local numCopy = num if type( num ) == 'string' then numCopy = num:gsub( ',', '.' ) end numCopy = tonu...»)
  • 13:45, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Navplate vehicles/doc (Новая страница: «{{Documentation}} {{t|Navplate vehicles}} is a navplate template used for navigation on vehicle pages. It should be placed on the bottom of the page. == Usage == Type <code><nowiki>{{Navplate vehicles}}</nowiki></code> == TemplateData == <templatedata> { "params": {}, "description": "A navplate template used for navigation on vehicle pages. It should be placed on the bottom of the page.", "format": "block" } </templatedata> <includeonly>Category:Nav...») Метка: редактор вики-текста 2017
  • 13:44, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Navplate vehicles (Новая страница: «<includeonly>{{#invoke:Navplate vehicles|main}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017