Дополнительные действия
Общий список журналов сайта wiki.iccup.org. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).
- 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
- 13:44, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Navplate manufacturers/doc (Новая страница: «{{Documentation}} {{t|Navplate manufacturers}} is a navplate template used for navigation on manufactured product pages. It should be placed on the bottom of the page. It replaced the old {{t|Company navplate}}. == Usage == <code>{{t|Navplate manufacturers|Manufacturer Name/Code}}</code> == TemplateData == <templatedata> { "params": { "1": { "label": "Manufacturer code/name", "description": "The manufacturer code or name (code preferred)", "ex...») Метка: редактор вики-текста 2017
- 13:43, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Navplate manufacturers (Новая страница: «<includeonly>{{#invoke:Navplate/Manufacturers|main}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 13:43, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Gallery/styles.css (Новая страница: «<syntaxhighlight lang="css" line="1"> .template-gallery { margin-top: var( --space-md ); display: flex; gap: var( --space-xs ); } .template-gallery a.mw-file-description { display: block; border-radius: var( --border-radius--small ); overflow: hidden; } .template-gallery a.mw-file-description img { transition: transform 250ms ease; } .template-gallery a.mw-file-description:hover img { transform: scale(1.1); } .template-gallery video {...») Метка: редактор вики-текста 2017
- 13:42, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Gallery/doc (Новая страница: «{{Documentation}} ;Description :This template is used to implement gallery section into a page ;Syntax :Type <code><nowiki>{{Gallery|<<image 1>>|<<image 2>>|<<image 3>>|<...>|<<image 9>>}}</nowiki></code> ;Sample output :<code><nowiki>{{Gallery|tapir.jpg|tapirfront.jpg|tapirback.jpg}}</nowiki></code> ;References <references/>») Метка: редактор вики-текста 2017
- 13:42, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Gallery (Новая страница: «<includeonly>{{#if:{{{1|}}}|{{#invoke:Gallery|main}}}}<templatestyles src="Template:Gallery/styles.css"/></includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 13:41, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:For/doc (Новая страница: «{{Documentation|fromWikipedia=true}} This template is used at the top of pages for simple disambiguations. ==TemplateData== <templatedata> { "description": "This template lists up to four articles on alternative meanings of a term. For further details and examples see the template documentation.", "params": { "1": { "label": "Description", "description": "a phrase describing the major alternative, or a general term for all...») Метка: редактор вики-текста 2017
- 13:41, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:For (Новая страница: «<includeonly>{{#invoke:For|For}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 13:39, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Find item UIF/styles.css (Новая страница: «.t-finditemuif { margin-top: var( --space-md ); } .t-finditemuif a { padding: var( --space-sm ) var( --space-md ); border: 1px solid var( --border-color-base ); border-radius: var( --border-radius--medium ); display: flex; align-items: center; gap: var( --space-sm ); font-size: 0.875rem; text-decoration: none; line-height: var( --line-height-sm ); } .t-finditemuif a::after { display: none; } .t-finditemuif a:hover { backgroun...») Метка: редактор вики-текста 2017
- 13:39, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Find item UIF/doc (Новая страница: «{{Documentation}} This template is used to create the Find item button that links to [https://finder.cstone.space/ Universal Item Finder]. It takes the UUID SMW property from the page and add it to the URL. <includeonly>Category:External link templates</includeonly>») Метка: редактор вики-текста 2017
- 13:39, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Find item UIF (Новая страница: «{{#if:{{SMW property|UUID}}|<div class="t-finditemuif">[https://finder.cstone.space/search/{{SMW property|UUID}} <div class="citizen-ui-icon mw-ui-icon-wikimedia-search"></div><div class="t-finditemuif__label"><div class="t-finditemuif__title">Find item in game</div><div class="t-finditemuif__subtitle">Powered by Universal Item Finder</div></div><div class="citizen-ui-icon mw-ui-icon-wikimedia-collapse"></div>]</div>}}<!-- Templatestyles --><templatestyles...») Метка: редактор вики-текста 2017
- 13:38, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Cite game/doc (Новая страница: «{{Documentation}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{t|Cite game}} is an citation template for use referencing in-game information. == TemplateData == <templatedata> { "params": { "text": { "label": "Citation text", "description": "The text to describe the citation", "example": "Invictus Week 2950", "type": "string", "suggested": true, "default": "In-game survey" }, "build": { "label": "Game build", "descri...») Метка: редактор вики-текста 2017
- 13:38, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Cite game (Новая страница: «<includeonly><cite class="citation game">{{#if:{{{text|}}}|{{{text}}}|In-game survey}}.{{nbsp}}{{#if:{{{build|}}}|''{{{build}}}'' -{{nbsp}}}}{{#if:{{{game|}}}|''{{{game}}}''|''Star Citizen''}}{{#if:{{{accessdate|}}}|. Retrieved {{{accessdate}}}}}</cite><templatestyles src="Module:Cite/styles.css"/></includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>») Метка: редактор вики-текста 2017
- 13:38, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Cite RSI/doc (Новая страница: «{{Documentation}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{t|Cite RSI}} is an citation template for use in any pages on [https://robertsspaceindustries.com robertsspaceindustries.com], including Spectrum, Comm-links, Galactapedia, etc. == TemplateData == <templatedata> { "params": { "int": { "label": "Wiki page title", "description": "The page title on the wiki if a rehosted version exists on the wiki", "example": "Comm-Link:Galact...») Метка: редактор вики-текста 2017
- 13:37, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Cite RSI (Новая страница: «<includeonly>{{#invoke:Cite RSI|main}}</includeonly><noinclude>{{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>») Метка: редактор вики-текста 2017
- 13:36, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Documentation/i18n.json (Новая страница: «{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Documentation" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "module", { "de": "Modul", "en": "module" } ], [ "template", { "de": "Vorlage", "en": "template" } ], [ "message_subpage_title", { "de": "Dies ist di...»)
- 13:35, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:SMW property/doc (Новая страница: «{{Documentation}} {{t|SMW property}} is used to show the value of a single SMW property. It is default to the current page if page is not specified. ==TemplateData== <templatedata> { "params": { "1": { "label": "Property name", "description": "Name of the SMW property", "example": "UUID", "type": "string", "required": true, "suggested": true }, "page": { "label": "Page name", "description": "Page name if it is not current pag...») Метка: редактор вики-текста 2017
- 13:34, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:SMW property (Новая страница: «<includeonly>{{#if:{{{1|}}}|{{#show:{{{page|{{FULLPAGENAME}}}}}|?{{{1}}}}}}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 13:33, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Vehicle availability/doc (Новая страница: «{{Documentation}} Generate a table from SMW data that shows in-game availability of a vehicle. ==Usage== <pre> <nowiki>{{Vehicle availability|100i}}</nowiki> </pre> gives {{Vehicle availability|100i}} ==TemplateData== <templatedata> { "params": { "1": { "label": "Vehicle page name", "description": "Page name of a vehicle", "example": "300i", "type": "wiki-page-name" } }, "description": "Generate a table from SMW data that shows in-game...») Метка: редактор вики-текста 2017
- 13:33, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Vehicle availability (Новая страница: «<includeonly>{{Find item UIF}}<!--<tabber> Buying= {{#ask:+depth=0 |Ground vehicle <q>[[Name::{{{1|{{ROOTPAGENAME}}}}}]]||[[-Has subobject::{{{1|{{ROOTPAGENAME}}}}}]]</q> |default={{Note|This vehicle is not buyable in-game.}} |mainlabel=- |?Shop |?Location |?Price#-p0 |?Game build |format=broadtable |limit=50 |offset=0 |link=all |sort=Game build,Price,Location,Shop |order=desc,asc,asc,asc |headers=plain |searchlabe...») Метка: редактор вики-текста 2017
- 13:32, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Участник:DarkMuse (Новая страница: «Здесь у меня будет скоро информация, но пока просто текст, чтобы хоть как-то заполнить страницу») Метка: редактор вики-текста 2017
- 13:29, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:VehicleHardpoint/data.json (Новая страница: «{ "%matches": "", "matches": { "Armor": { "class": "Facilities", "matches": [], "type": "Armor" }, "ArmorLocker": { "class": "CargoGrid", "matches": [ "hardpoint_armory_cargo_%d+" ], "type": "ArmorStorage" }, "Battery": { "class": "Systems", "matches": [ "hardpoint_battery" ], "type": "Battery" }, "Bed": { "class": "Facilities", "matches": [ "hardpoint_bed", "hardpoint_bed_.+" ], "t...»)
- 13:28, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:VehicleHardpoint/config.json (Новая страница: «{ "%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, "%icon_prefix": "Prefix used to generate the icon file name. File names are then generated as 'icon_prefix ICON.svg", "icon_prefix": "sc-icon-", "%icon_name_lowercase...»)
- 13:27, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:VehicleHardpoint/doc (Новая страница: «{{Documentation|scwShared=true}} This module saves and displays the hardpoints found on a vehicle. Implements {{t|Vehicle hardpoints}}.») Метка: редактор вики-текста 2017
- 13:26, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:VehicleHardpoint (Новая страница: «require( 'strict' ) local VehicleHardpoint = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local common = require( 'Module:Common' ) -- formatNum and spairs local hatnote = require( 'Module:Hatnote' )._hatnote local data = mw.loadJsonData( 'Module:VehicleHardpoint/data.json' ) local config = mw.loadJsonData( 'Module:VehicleHardpoin...»)
- 13:25, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Vehicle hardpoints/doc (Новая страница: «{{Documentation}} {{t|Vehicle hardpoints}} generates a table of hardpoints for the specification section of a vehicle page. ==Usage== <code><nowiki>{{Vehicle hardpoints|Carrack}}</nowiki></code> gives: {{Vehicle hardpoints|Carrack}} ==TemplateData== <templatedata> { "params": { "1": { "label": "Vehicle name", "description": "Page name of the vehicle on the wiki", "example": "Carrack", "type": "wiki-page-name", "suggested": true } },...») Метка: редактор вики-текста 2017
- 13:22, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Vehicle hardpoints (Новая страница: «<includeonly>{{#invoke:VehicleHardpoint|outputTable}}</includeonly><noinclude>{{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 13:20, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:T/doc (Новая страница: «{{Documentation}} ;Description :A template link with a variable number of example parameters (0-20), which can be used to show example inputs. :Utilises Template:T/piece. ;Syntax :{{t|t|parameter1|parameter2|parameter3|parameter4|...|parameter20}} ;Sample code :<code><nowiki>{{t|welcome}}</nowiki></code> gives... :{{t|welcome}} :<code><nowiki>{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}</nowiki></code> gives... :{{t|welcome|Item1|Item2|Item3|Item4|Ite...») Метка: редактор вики-текста 2017
- 13:19, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:T/piece (Новая страница: «{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>») Метка: редактор вики-текста 2017
- 13:15, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Vehicle/doc (Новая страница: «{{Documentation}} This template 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. == Usage == The template should fill in data automatically from API even if there are no template parameters. <syntaxhighlight lang="wikitext"> {{Vehic...») Метка: редактор вики-текста 2017
- 13:15, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон:Vehicle (Новая страница: «<includeonly><!-- -->{{#invoke:Vehicle|main}}<!-- --></includeonly><noinclude> {{/doc}} </noinclude>») Метка: редактор вики-текста 2017
- 13:13, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:I18n/doc (Новая страница: «{{Documentation|scwShared=true}}») Метка: редактор вики-текста 2017
- 13:11, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Helper module/doc (Новая страница: «{{Documentation}} Generates helper module information for use in documentation, which is automatically used by Star Citizen:Lua/Helper modules. <includeonly>Category:Helper modules</includeonly>») Метка: редактор вики-текста 2017
- 13:11, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Helper module (Новая страница: «-- <nowiki> -- Helps Star Citizen:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw.html extension') local getArgs = require("Module:Arguments").getArgs; --local tooltip = require('Module:Tooltip') local userError = require("Module:User error"); local p = {} function p.main(frame) local args = getArgs(frame); local function_list = {} -- Let there be no limit...»)
- 13:02, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Шаблон: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|---}}}}}{{...») Метка: редактор вики-текста 2017
- 13:00, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Module toc/doc (Новая страница: «{{Documentation}} This module is used to generate a table of content consists of functions of a Lua module. See [https://runescape.wiki/w/Module:Module_toc Module:Module toc] on RuneScape Wiki for more details.») Метка: редактор вики-текста 2017
- 13:00, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Module toc (Новая страница: «-- Imported from: https://runescape.wiki/w/Module:Module%20toc -- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = mw.ustring.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (m...»)
- 12:59, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:DependencyList/doc (Новая страница: «{{Documentation|scwShared=true}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation.») Метка: редактор вики-текста 2017
- 12:56, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Template link general/doc (Новая страница: «{{Documentation|fromWikipedia=true}} Implements {{Tl|Template link general}} and other templates in its family») Метка: редактор вики-текста 2017
- 12:56, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль: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...»)
- 12:53, 31 августа 2024 DarkMuse обсуждение вклад создал страницу Модуль:Translate/doc (Новая страница: «{{Documentation|scwShared=true}} This module allows templates and modules to be easily translated as part of the multilingual templates and modules project. Instead of storing English text in a module or a template, Translate module allows modules to be designed language-neutral, and store multilingual text in the <code>/i18n.json</code> subpage. This way your module or template will use those translated strings (messages), or if the message has not yet bee...») Метка: редактор вики-текста 2017