Дополнительные действия
Общий список журналов сайта wiki.iccup.org. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).
- 19:05, 3 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Template/doc (Новая страница: «Стандартная библиотека для функциональности, связанной с шаблонами. == Использование == <pre> Template.safeExpand(frame, 'someTemplate', {'myArg'}) </pre> == API == {{ApiDocStart|Template|link=Module:Template}} {{ApiDoc|safeExpand|params=frame: frame, title: string, args: table, defaultTemplate: template|description=Раскрывает указанный шаблон, если он с...») Метка: редактор вики-текста 2017
- 19:02, 3 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Template (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:Template -- -- local Arguments = require('Module:Arguments') local Json = require('Module:Json') local PageVariableNamespace = require('Module:PageVariableNamespace') local Template = {} --- Safely expands a template with given arguments. ---@param frame Frame ---@param title string ---@param args table? ---@param defaultTemplate any? ---@return string function Template.safeExpand(frame, title, args, defaultTem...»)
- 18:43, 3 сентября 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Hero ID (Новая страница: «<includeonly><span class="image-link">[[{{#iccupdb:datapoint | conditions = [[type::hero]] and [[pagename::{{#replace:{{{1}}}|<nowiki> </nowiki>|_}}]] | limit = 1 | template = Identity{{!}}param=extradata_icon | default = File:{{{1}}} icon.png }}|{{{size|{{G|heroiconsize}}}}}|link={{{1}}}|class=noprint pixelart]] {{#ifeq:{{{2|}}}|x|{{{1}}}|[[{{{1}}}|{{{text|<!-- -->{{#iccupdb:datapoint | conditions = [[type::hero]] and pagename::{{#replace:{{{1}}}|<nowik...») Метка: редактор вики-текста 2017
- 18:16, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Extension DPL (Новая страница: «<noinclude>Эта страница была создана автоматически. Она служит якорной страницей для всех '''вызовов''' [http://mediawiki.org/wiki/Extension:DynamicPageList3 расширения Extension:DynamicPageList3 (DPL)].</noinclude>») Метка: редактор вики-текста 2017
- 18:15, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу ICCup:Lua/Helper modules (Новая страница: «Это таблица модулей и функций, созданных специально для упрощения создания других модулей. Документация для модулей здесь осуществляется в исходном коде с использованием Template:Helper module. Во всех описаниях ниже опциональные аргументы указаны в квадрат...») Метка: редактор вики-текста 2017
- 18:13, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Helper module/doc (Новая страница: «{{Documentation}} Обеспечивает документацию для функций модулей, содержащих полезные функции для других модулей. Этот шаблон должен быть частью документации модуля. Нет ограничений на количество функций, которые может перечислить этот шаблон. Этот шаблон вы...») Метка: редактор вики-текста 2017
- 18:11, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Helper module (Новая страница: «<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 18:06, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Format link/doc (Новая страница: «{{Documentation|fromWikipedia=true}} Этот шаблон форматирует ссылки для использования в шаблонах типа "hatnote" (сноски). Он принимает до трёх позиционных параметров: ссылку, необязательное отображаемое значение и необязательную замену цели (если предоставлено, делает па...») Метка: редактор вики-текста 2017
- 18:04, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Format link (Новая страница: «<includeonly>{{{{{|safesubst:}}}#invoke:format link|formatLink}}</includeonly><noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>») Метка: редактор вики-текста 2017
- 17:50, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:IccupDB/doc (Новая страница: «<noinclude> {{documentation}} </noinclude> == Модуль: IccupDB == Модуль `Module:IccupDB` предоставляет возможность взаимодействовать с базой данных iCCup напрямую с вики-страниц, используя парсер-функцию `#iccupdb`. Модуль используется для динамического получения и отображения данных на о...») Метка: редактор вики-текста 2017
- 17:48, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:IccupDB (Новая страница: «-- Module:IccupDB local p = {} -- Function to handle the database query function p.datapoint(frame) local args = frame:getParent().args local query = args.query or "" local conditions = args.conditions or "" local limit = tonumber(args.limit) or 10 local order = args.order or "name asc" local template = args.template or "Identity" local param = args.param or "" -- Here you would replace this with your actual database query...»)
- 17:43, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Class/doc (Новая страница: «Enables equal treatment of Lua and wikicode users for modules. Using this module means you will no longer need to have two different entry points for each function—both Lua and wikicode can call the same function. ==Usage== Using this module is straightforward. Here's an example: <pre> local Class = require('Module:Class') <!--- Add the import local Cool = Class.new() <!--- Create a class function Cool.doCoolStuff...») Метка: редактор вики-текста 2017
- 17:41, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Class (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:Class -- -- Please see https://github.com/iCCup/Lua-Modules to contribute -- --- -- @author Adapted for iCCup -- local Arguments = require('Module:Arguments') local Class = {} Class.PRIVATE_FUNCTION_SPECIFIER = '_' ---@class BaseClass ---@operator call:self ---@field is_a fun(self, BaseClass):boolean function Class.new(base, init) local instance = {} if not init and type(base) == 'function' then...»)
- 17:29, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Hatnote/styles.css (Новая страница: «.hatnote-container { display: flex; align-items: center; padding: 12px 16px; Replaced --space-sm and --space-md: margin-top: 8px; Replaced --space-xs: margin-bottom: 16px; Replaced --space-md: background: #f0f0f0; Replaced --color-surface-2: border-radius: 8px; Replaced --border-radius--medium: color: #666666; Replaced --color-base--subtle: font-size: 12px; Replaced --font-size-small: ...»)
- 17:28, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Mbox/styles.css (Новая страница: «.mbox { position: relative; display: flex; flex-direction: column; margin-top: 8px; Replaced --space-xs: margin-bottom: 16px; Replaced --space-md: background-color: #f0f0f0; Replaced --color-surface-2: border-radius: 8px; Replaced --border-radius--medium: color: #666666; Replaced --color-base--subtle: font-size: 12px; Replaced --font-size-small: line-height: 16px; /* Replaced --line-height...»)
- 17:22, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Documentation/styles.css (Новая страница: «.documentation { margin-top: 12px; padding-top: 12px; border-top: 1px solid; border-color: red; font-size: 14px; } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-title { color: #fefefe; font-size: 18px; font-weight: 700; line-height: 150%; } .documentation-links {: font-family: var( --font-family-monospace );: }: ...»)
- 17:13, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Tabs/doc (Новая страница: «Модуль <code>Module:Tabs</code> используется для создания вкладок на страницах iCCup, предоставляя как статические, так и динамические табы для организации и структурирования информации. ==== API ==== <nowiki>{{ApiDocStart|Tabs|link=Module</nowiki> <nowiki>}}</nowiki> <nowiki>{{ApiDoc|static|params=args: table?|description=...») Метка: редактор вики-текста 2017
- 17:11, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Модуль:Tabs (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:Tabs -- -- This module is adapted for iCCup. -- local Array = require('Module:Array') local Class = require('Module:Class') local Logic = require('Module:Logic') local Operator = require('Module:Operator') local Page = require('Module:Page') local Table = require('Module:Table') local Tabs = {} ---Creates static tabs. ---Entry point of Template:Tabs static ---@param args table? ---@return Html? function Tabs.st...»)
- 17:08, 2 сентября 2024 DarkMuse обсуждение вклад создал страницу Test (Новая страница: «{{Tabber|link1=Strength|name1=Strength|name2=Changelogs|link2=Strength/Changelogs}}») Метка: через визуальный редактор
- 16:58, 2 сентября 2024 DarkMuse обсуждение вклад переименовал страницу Модуль:LPDB entity count в Модуль:ICCup entity count без оставления перенаправления
- 21:55, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Hero Entry/doc (Новая страница: «=== Адаптированная документация под iCCup === ----== Использование == Шаблон <code><nowiki>{{Tl|Hero Entry}}</nowiki></code> используется для отображения иконок героев в iCCup. Он принимает имя героя в качестве параметра и возвращает его иконку. Примеры использования: Если параметр...») Метка: редактор вики-текста 2017
- 21:53, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Hero Entry (Новая страница: «<includeonly><!-- -->{{#vardefine:heroname|{{#replace:{{{pagename|{{{hero|{{{1}}}}}}}}}|<nowiki> </nowiki>|_}}}}<!-- -->{{VarQuery|table=datapoint|where=type::hero AND [[pagename::{{#var:heroname|}}]]|fields=name,image,pagename|failquiet=true}}<!-- --><li><div class="heroes-panel__hero-card {{#ifeq:{{lc:{{{vercheck|}}}}}|yes|vercheck_{{#lpdb:datapoint|conditions=type::vercheck and [[pagename::{{#var:heroname}}]]|template=Identity{{!}}p...») Метка: редактор вики-текста 2017
- 21:52, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Tabber (Новая страница: «<includeonly>{{#invoke:Tabs|static|This={{{this|}}}}}</includeonly><noinclude> {{/doc}} Category:Tabs templates </noinclude>») Метка: редактор вики-текста 2017
- 21:51, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Heroes (Новая страница: «The current hero grid as of [[{{CurrentVersion}}]], heroes are sorted in alphabetical order. Heroes greyed-out are not up to date with the current version. {{HeroTable|vercheck=yes}}») Метка: редактор вики-текста 2017
- 21:51, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:DisplayUtil (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:DisplayUtil -- -- Please see https://github.com/iCCup/Lua-Modules to contribute -- local Array = require('Module:Array') local FeatureFlag = require('Module:FeatureFlag') local FnUtil = require('Module:FnUtil') local Logic = require('Module:Logic') local TypeUtil = require('Module:TypeUtil') local DisplayUtil = {propTypes = {}, types = {}} --[[ Checks that the props to be used by a display component satisfy typ...»)
- 21:49, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Json (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:Json -- -- Please see https://github.com/iCCup/Lua-Modules to contribute -- local Json = {} local Arguments = require('Module:Arguments') local Table = require('Module:Table') ---Json-stringifies all arguments from a supplied frame. ---@param frame Frame ---@return string function Json.fromArgs(frame) local args = Arguments.getArgs(frame) return Json.stringify(args) end ---Json-stringifies a given table. ---...»)
- 21:47, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:HeroTable (Новая страница: «<div class="heroes-panel" data-component="heroes-panel"> <div class="heroes-panel__category category--strength"> <div class="heroes-panel__category-title"> frameless|24px Сила ({{#lpdb:datapoint|query=count::pagename|conditions=type::hero and extradata_primary::Сила and extradata_game::iCCup|template=Identity{{!}}param=count_pagename}}) </div> <ul class="heroes-panel__categor...») Метка: редактор вики-текста 2017
- 21:44, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:CurrentVersion/doc (Новая страница: «Этот шаблон показывает актуальную версию карты iCCup Dota Current Version: {{CurrentVersion}} <noinclude>ru:Шаблон:CurrentVersion/doc</noinclude>») Метка: редактор вики-текста 2017
- 21:41, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:CurrentVersion (Новая страница: «<includeonly><!--{{#lpdb:datapoint|conditions = type::version and extradata_dota1::!| limit = 1| order = date desc| template = Identity{{!}}param=extradata_version}}-->iCCup Dota Version 426</includeonly><noinclude>{{Doc}}ru:Шаблон:ТекущаяВерсия</noinclude>») Метка: редактор вики-текста 2017
- 21:37, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:LPDB entity count (Новая страница: «local Arguments = require('Module:Arguments') local EntityCounter = {} function EntityCounter.count(frame) return EntityCounter._count(Arguments.getArgs(frame)) end function EntityCounter._count(args) local smwQuery = args.query local conditions = args.conditions local queryString = "" .. smwQuery .. "" if conditions then queryString = queryString .. conditions end local res = mw.smw.ask { queryString, "format=count" } if type(res) =...»)
- 15:50, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Vehicle/i18n.json (Новая страница: «{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Vehicle" }, "template_description": { "en": "This template handles data related to vehicles.", "de": "Diese Vorlage behandelt Daten zu Fahrzeugen." }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" }, { "name": "type", "type": "string" }, { "name": "label", "t...»)
- 15:48, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:ApiDoc/doc (Новая страница: «Utility for {{tl|ApiDoc}} ==API== {{ApiDocStart|ApiDoc|link=Module:ApiDoc}} {{ApiDoc|isDocPage|params=|description=Returns true if the current page is a documentation page, identified by having "/doc" in its title.|returns=boolean}} {{ApiDocEnd}}») Метка: редактор вики-текста 2017
- 15:47, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:ApiDoc (Новая страница: «local ApiDoc = {} --- Checks if the current page is a documentation page. --- A documentation page is identified by having "/doc" in its title. --- @return boolean True if the current page is a documentation page, otherwise false. function ApiDoc.isDocPage() local pagename = mw.title.getCurrentTitle().text return string.find(pagename, '/doc') end return ApiDoc»)
- 15:46, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Logic/doc (Новая страница: «==API== {{ApiDocStart|Logic|link=Module:Logic}} {{ApiDoc|emptyOr|params=val1: value, val2: value, default: value|description=Returns the first non-empty value.|returns=value}} {{ApiDoc|isEmpty|params=val: any|description=Checks if a value or table is empty.|returns=boolean}} {{ApiDoc|isNumeric|params=val: value|description=Checks if a value is numeric.|returns=boolean}} {{ApiDoc|isNotEmpty|params=val: any|description=Checks if a value or table is not empty.|...») Метка: редактор вики-текста 2017
- 15:45, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Logic (Новая страница: «--- -- @iCCup -- wiki=commons -- page=Module:Logic -- -- This module implements various logical functions for use within templates and other Lua modules on iCCup. -- local Logic = {} ---Returns `val1` if it isn't empty else returns `val2` if that isn't empty, else returns default ---@generic A, B, C ---@param val1 A? ---@param val2 B? ---@param default C? ---@return A|B|C|nil function Logic.emptyOr(val1, val2, default) if not Logic.isEmpty(val1) then re...»)
- 15:39, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Navplate/doc (Новая страница: «{{Documentation}} {{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to navigational templates used on other wikis. == Usage == Please remove the parameters that are left blank. <pre> {{Navplate |subtitle = |title = |label1 = |list1 = |label2 = |list2 = |label3 = |list3 = }} </pre> == Parameter list == ;<code>subtitle</code> :Subtitle text above the title, it s...») Метка: редактор вики-текста 2017
- 15:38, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Navplate (Новая страница: «<includeonly>{{#invoke:Navplate|navplate}}</includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage --> </noinclude>») Метка: редактор вики-текста 2017
- 15:37, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Navplate/doc (Новая страница: «{{Documentation|scwShared=true}} '''Module:Navplate''' implements the {{t|navplate}} template.») Метка: редактор вики-текста 2017
- 15:37, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Navplate (Новая страница: «-------------------------------------------------------------------------------- -- Module:Navplate -- -- This module implements {{Navplate}} -- -- Based on Module:Infobox -- -- This is a work in progress -- ---------------------------------------------------------...»)
- 15:34, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Common/Api/doc (Новая страница: «{{Documentation|scwShared=true}}») Метка: редактор вики-текста 2017
- 15:33, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Common/Api (Новая страница: «local common = {} --- Checks if the provided data structure is valid --- @param table data --- @param string key local function structureValid( data, key ) key = key or nil if type( data ) ~= 'table' then return false end if key ~= nil then return data[key] ~= nil end return true end --- @param table data --- @return string|nil function common.getManufacturerName( data ) if not structureValid( data, 'manufacturer' ) then return nil en...»)
- 15:27, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Infobox user (Новая страница: «<includeonly>{{#invoke:Lua|invoke|module=Infobox/Person/User/Custom|fn=run|wiki=iccup|id={{#if:{{{id|}}}|{{{id|}}}|{{PAGENAME}}}}}}</includeonly> <noinclude>{{documentation}} Category:Templates Category:Lua-based templates Category:Infoboxes Category:iCCup templates </noinclude>») Метка: редактор вики-текста 2017
- 15:25, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Hatnote/doc (Новая страница: «{{Documentation|fromWikipedia=true}} The {{t|Hatnote}} template is a simple notice template intended for use when posting editorial notes in articles. It is useful for highlighting important information, such as corrections or comments. Note that the user should supply a short bolded description of what kind of editorial note this is. ;Sample Output: <nowiki>{{Hatnote|'''Note:''' This is an editorial comment.}}</nowiki> ;Results in: {{Hatnote|'''Note:'''...») Метка: редактор вики-текста 2017
- 15:24, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Hatnote (Новая страница: «<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 15:24, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Example/doc (Новая страница: «{{Documentation}} ===TemplateData=== <templatedata> { "description": "Example template that creates a small note saying it is an example.", "params": {} } </templatedata> ===Usage=== If this were a real template, the documentation would go here, along with a few examples on how to use it. Some templates keep this documentation on a separate page; see Help:Template documentation for details on how to create and maintain template documentation. <inclu...») Метка: редактор вики-текста 2017
- 15:23, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Note (Перенаправление на Шаблон:Hatnote) Метки: новое перенаправление редактор вики-текста 2017
- 15:22, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Example (Новая страница: «{{Note|This is an example template}}<noinclude> {{/doc}} </noinclude>») Метка: редактор вики-текста 2017
- 15:19, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:ApiDocEnd (Новая страница: «<includeonly> <!-- Closing the definition list started elsewhere --> </dl> <!-- Conditional display of a link to the documentation, only if `nolink` is not set --> {{#if:{{{nolink|}}}|| ''See all our documentation here.'' <!-- Link to Scribunto help page --> }}<!-- -->{{#vardefine:api_store|}} <!-- Clear api_store variable --> </includeonly> <noinclude>{{Documentation}}</noinclude>») Метка: редактор вики-текста 2017
- 15:18, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:ApiDoc (Новая страница: «<includeonly> <!-- Generate a documentation entry for a function with a link to a detailed subpage. --> <dt> {{#if:{{#var:api_module_name|}}| [[{{#var:api_module_name}}/doc/{{{1|}}}|{{{1|}}}]]| <!-- Link to the detailed documentation subpage --> [[/{{{1|}}}|{{{1|}}}]] }} {{#if:{{{params|}}| <span style="font-weight:400;">({{{params|}}})</span> <!-- Display function parameters --> }} {{#if:{{{returns|}}| <...») Метка: редактор вики-текста 2017
- 15:17, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:ApiDoc/doc (Новая страница: «iCCup API Documentation Guide Allows for easy creation of API documentation (e.g., for modules) within the iCCup platform. Use in combination with {{tl|ApiDocStart}} and {{tl|ApiDocEnd}} (at the start and end of the documentation section). Functions generate links to a subpage, so that more detailed documentation can be provided. Use {{tl|ApiDocBig}} there. By default, this setup stores documentation into LPDB (as datapoints). To turn this off, use the {{tl|...») Метка: редактор вики-текста 2017