Visi viešieji sąrašai
Pereiti į navigaciją
Jump to search
Bendrai pateikiamas visų galimų „MCSlime.LT“ specialiųjų veiksmų sąrašas. Galima sumažinti rezultatų skaičių, patikslinant veiksmo rūšį, naudotoją ar susijusį puslapį.
- 13:39, 18 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Minerva-theme-dark.css (Naujas puslapis: Mobile Dark Mode Theme for English Wiki /* Originally made by Corelakes, Eduaddad, Faariaz and LucasGameszYT for MCW-PT: html:has(body.wgl-theme-dark) { color-scheme: dark; --archive-box-background-color: #282828; --archive-box-border-color: #444; } Default styles File:Dark-mobile-header.png: body.wgl-theme-dark { --mobile-header-background: url('filepath://Dark-mobile-header.png'); --mobile-header-background-color: #011C31; --content-tex...)
- 13:38, 15 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Module:Documentation/doc (Naujas puslapis: {{External|meta|mc}} {{Documentation}} Implements Template:Documentation for templates and modules.)
- 13:35, 15 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Documentation/doc (Naujas puslapis: {{External|meta|mc}} {{Documentation}} {{Invokes|Documentation}} <code><nowiki>{{Documentation}}</nowiki></code> is transcluded in template/module documentation pages. This template should only be used on subpages titled "doc". This is '''not''' the template of the same name from Wikipedia and it is not used in the same way. ==Usage== Place {{t|documentation}} at the top of the documentation page, then transclude <code><nowiki>{{/doc}}</nowiki></code> directly from the ma...)
- 22:51, 14 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Module:TSLoader/doc (Naujas puslapis: {{Documentation}} <!-- documentation here --> This module implements {{t|TSLoader}}. When invoked from a module, please use <code>p.call( name )</code>, where <code>name</code> represents the page name of template styles you want to load, if under <code>Template:</code> namespace, the prefix can be omitted. == Dependencies == * Module:Static * TemplateStyles Extension <includeonly>{{sandbox other|| <!-- module catego...)
- 22:50, 14 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Module:TSLoader (Naujas puslapis: local p = {} local static = require( 'Module:Static' ) if not static.TSLoader then static.TSLoader = {} end function p.call( name ) if not name then return nil end if not static.TSLoader.loadedTS then static.TSLoader.loadedTS = {} end local pagename = mw.title.getCurrentTitle() if not static.TSLoader.loadedTS[ pagename ] then static.TSLoader.loadedTS[ pagename ] = {} end if not name:find( '^%w*:' ) then name = 'Template:' .. name:sub( 1, 1 ):upper() .. na...)
- 22:50, 14 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Module:Static/doc (Naujas puslapis: {{Documentation}} <!-- Documentation here --> <!-- Source: https://runescape.wiki/w/Module:Static/doc --> == Usage == This module returns a table that can store data that persists in between multiple <code><nowiki>{{#Invoke:}}</nowiki></code> calls. Example: <syntaxhighlight lang='lua'> local p = {} function p.main() local static = require( 'Module:Static' ) static.x = ( static.x or 0 ) + 1 return static.x end return p </syntaxhighlight> If the above code sa...)
- 22:49, 14 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Module:Static (Naujas puslapis: -- Source: https://runescape.wiki/w/Module:Static local mwHtml = getmetatable( mw.html.create() ) mwHtml._static = mwHtml._static or {} return mwHtml._static)
- 22:49, 14 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:BlockSprite (Naujas puslapis: <includeonly>{{#invoke: SpriteFile | sprite | name = BlockSprite }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>)
- 22:48, 14 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Module:SpriteFile (Naujas puslapis: local p = {} function p.sprite( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge( true ) else f = mw.getCurrentFrame() end -- Default settings local default = { scale = 1, size = 16, align = 'text-top' } local id = mw.text.trim( tostring( args[1] or '' ) ) if not args.keepcase then id = mw.ustring.lower( id ):gsub( '[%s%+]', '-' ) end local link = ( args.link or '' ) if mw.ustring.lower( link )...)
- 23:24, 13 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Gadget-dark-mode-loader.js (Naujas puslapis: (function() { var DARK_COOKIE = 'darkmode', THEME_COOKIE = 'theme', isUsingDarkmode = mw.cookie.get(THEME_COOKIE) === 'dark' || (!mw.cookie.get(THEME_COOKIE) && mw.cookie.get(DARK_COOKIE) === 'true'); if (isUsingDarkmode) { document.documentElement.classList.add('wgl-theme-dark', 'wgl-darkmode'); document.documentElement.classList.remove('wgl-theme-light', 'wgl-lightmode'); } else { document....)
- 22:54, 13 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Vector.js (Naujas puslapis: All JavaScript here will be loaded for users of the Vector skin: All JavaScript here will be loaded for users of the Vector skin: $(function(){ Make watch tab collapsible: $('#ca-watch').addClass('collapsible'); * Make sidebar sections collapsible * * Taken from the Aether Wiki: $panel = $("#mw-panel"); $("#mw-panel .vector-menu-portal").each(function(index, el){ var $el = $(el); var $id = $el.attr("id"); if(!$id){ return; }...)
- 12:59, 13 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Gadget-site.js (Naujas puslapis: * * Scripts placed here are loaded on both desktop and mobile views. * * Desktop-only scripts should go in MediaWiki:Common.js * Mobile-only scripts should go in MediaWiki:Minerva.js.: ( function() { 'use strict'; Variables for interface text used throughout the script, for ease of translating: var i18n = { // Collapsible elements and page loader hideText: 'hide', showText: 'show', loadErrorTitle: 'An error occurred loading the content' }; /* F...)
- 12:57, 13 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Gadget-darkmode.css (Naujas puslapis: #p-personal #pt-dm-toggle a { width: 14px; height: 14px; background-size: 14px 14px; display: block; margin-bottom: -6px; background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.85464918.37900488c-1.91149353 1.51069427-3.13816124 3.84973402-3.13816124 6.47527736 0 4.55564936 3.69308349 8.2487328...)
- 12:57, 13 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Gadget-darkmode.js (Naujas puslapis: * * Toggle for dark mode * * @author User:Jayden * @see Based on https://runescape.wiki/w/MediaWiki:Gadget-skinTogglesNew.js: ;(function($, mw){ var DARK_COOKIE = 'darkmode', THEME_COOKIE = 'theme', isUsingDarkmode = $.cookie(THEME_COOKIE) === 'dark' || ($.cookie(THEME_COOKIE) == null && $.cookie(DARK_COOKIE) === 'true'), isMobile = mw.config.get('wgMFMode') !== null, portletLink; var self = { init: function () { $.cookie(THEME_COOKIE, isUsingD...)
- 12:54, 13 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Gadgets-definition (Naujas puslapis: == site == * darkmode[ResourceLoader|dependencies=mediawiki.util,oojs-ui.styles.icons-accessibility|type=general|default|hidden]|darkmode.js|darkmode.css)
- 23:19, 12 balandžio 2025 M0dii aptarimas indėlis ištrynė puslapį Naudotojas:M0dii/common.css
- 23:18, 12 balandžio 2025 M0dii aptarimas indėlis ištrynė puslapį Naudotojas:M0dii/vector.css
- 22:32, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MediaWiki:Vector-theme-dark.css (Naujas puslapis: All CSS here will be loaded for users of the dark Vector skin: * * See MediaWiki:Common.css for desktop and mobile styles, e.g. templates. * * See MediaWiki:Vector.css for desktop theme related styles. * * See MediaWiki:Minerva.css for mobile theme related styles. * See MediaWiki:Minerva-theme-dark.css for mobile dark theme related styles.: html:has(body.wgl-theme-dark) { color-scheme: dark; } /* Default styles: * [[File:Dark-background.p...)
- 22:30, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Naudotojas:M0dii/common.js (Naujas puslapis: * * Scripts placed here are loaded for all skins on the desktop view * * Global scripts which should be loaded on both desktop and mobile should go in * MediaWiki:Gadget-site.js * Mobile-only scripts should go in MediaWiki:Minerva.js: ( function() { 'use strict'; Variables for interface text used throughout the script, for ease of translating: var i18n = { // File upload defaultLicense: 'License', more_results: 'And $1 other open issues.', no_r...)
- 22:16, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Naudotojas:M0dii/common.css (Naujas puslapis: CSS placed here will be applied to all skins: * * See MediaWiki:Vector.css for desktop theme related styles. * See MediaWiki:Vector-theme-dark.css for desktop dark theme related styles. * * See MediaWiki:Minerva.css for mobile theme related styles. * See MediaWiki:Minerva-theme-dark.css for mobile dark theme related styles.: Minecraft font * File:Minecraft.woff2 File:Minecraft.woff: @font-face { font-family: Minecraft; src:...)
- 22:15, 12 balandžio 2025 M0dii aptarimas indėlis perkėlė puslapį Naudotojas:M0dii/Vector.css į Naudotojas:M0dii/vector.css be nukreipimo
- 21:56, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Naudotojas:M0dii/Vector.css (Naujas puslapis: All CSS here will be loaded for users of the Vector skin: * * See MediaWiki:Common.css for desktop and mobile styles, e.g. templates. * * See MediaWiki:Vector-theme-dark.css for desktop dark theme related styles. * * See MediaWiki:Minerva.css for mobile theme related styles. * See MediaWiki:Minerva-theme-dark.css for mobile dark theme related styles.: /* Default styles: * File:Wiki.png File:Background.png [[File:Header-background....)
- 21:02, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Clear/doc (Naujas puslapis: {{Documentation}} The '''clear''' template is used when the text needs to be moved below, for example, after an image or an infobox. ==Usage== <pre>{{clear}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-both" style="clear:both;"></div></nowiki>''' <pre>{{clear|left}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-left" style="clear:left;"></div></nowiki>''' <pre>{{clear|right}}</pre> :substitutes: '''<nowiki><div class="clear-template...)
- 20:57, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Categoryheader/doc (Naujas puslapis: {{Documentation}} This template displays a standardised sentence to be used on all category pages. ==Usage== This template can be used by entering the following onto a category page. <pre>{{Categoryheader|1|2|3|4}}</pre> The "related to" in the template's output can be suppressed by adding <code>related=no</code> as a parameter to the template. ==Example== {{Categoryheader|pages|the Restartas|yes|Template:Restartas}} {{TemplateData|<templatedata> { "params": {...)
- 20:56, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Categoryheader (Naujas puslapis: <includeonly>This category contains {{{1}}}{{#if:{{{2|}}}|{{#ifeq:{{lc:{{{related|}}}}}|no|| related to}} {{{2}}}}}. {{#if:{{{3|}}}|This category is automatically added by {{{4}}}.}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 20:54, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Unconfirmed (Naujas puslapis: {{#switch:{{{clear|}}}|#default={{clear}}|false=}} {{MessageBox |class = stub noexcerpt navigation-not-searchable | Trūksta informacijos | Šis straipsnis / puslapis gali būti netiklus ir gali turėti klaidinančią informaciją. Jūs galite padėti [{{fullurl:{{FULLPAGENAME}}|action=edit}} papildant] jį. }}<includeonly>{{mainonly|{{#ifeq:{{{nocat|}}}|yes||Category:Stubs}}}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 20:48, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Stub (Naujas puslapis: {{#switch:{{{clear|}}}|#default={{clear}}|false=}} {{MessageBox |class = stub noexcerpt navigation-not-searchable |img = Stub|50px|link=|class=notpageimage | Šis straipsnis / puslapis yra neužbaigtas. | Neužbaigtas - neapima visa turima informacija šia tema. Jūs galite padėti [{{fullurl:{{FULLPAGENAME}}|action=edit}} papildant] jį. }}<includeonly>{{mainonly|{{#ifeq:{{{nocat|}}}|yes||Category:Stubs}}}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 20:48, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Sectstub (Naujas puslapis: <includeonly><small>''This section is a stub. Please help <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} expand it]</span>.''</small>{{#if:{{{nocat|}}}||Category:Stubs}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 20:48, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Sectstub/doc (Naujas puslapis: {{Documentation}} Template inserting a note that a section of a page needs expansion. Also adds Category:Stubs to the page. ==Usage== {{T|Sectstub}} ==Examples== {{T|Sectstub}} {{Sectstub|nocat=yes}} ==Parameters== <templatedata> { "description": "", "params": { "nocat": { "label": "Nocat", "description": "Set to 'yes' to suppress adding category to page. Useful for examples.", "type": "string" } } }...)
- 20:47, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Stub/doc (Naujas puslapis: {{Documentation}} The '''Stub''' template is used to mark short articles for further expansion. This template adds the article to the Category:Stubs. This template '''should not''' be placed on short articles that can't be expanded any further. The tag should preferably be placed at the '''bottom''' of the article. This will be done automatically, as {{t|Clear}} is integrated into the template. however, in situations where this is undesirable, the "clear" parameter...)
- 20:46, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:TemplateData/doc (Naujas puslapis: {{Documentation}} This template should be used on other templates' documentation pages when adding template data using Extension:TemplateData. This template accepts one unnamed parameter, which should be the the whole <code>templatedata</code> text. Also adds Category:Templates using TemplateData to pages. {{TemplateData|nocat=yes| <templatedata> { "description": "Used on template docs to enclose the templatedata parser tag", "params":...)
- 20:46, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:TemplateData (Naujas puslapis: <includeonly>{{#if:{{{noheader|}}}||==Template data==}} <table class="templatedata mw-collapsible mw-collapsed" style="text-align:center" data-expandtext="show" data-collapsetext="hide"> <tr><th style="min-width:400px">Show/hide template's data</th></tr> <tr><td> '''The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.''' {{{1|}}} </td></tr> </table>{{#...)
- 20:45, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Clear (Naujas puslapis: <div class="clear-template clear-{{lc:{{{1|both}}}}}" style="clear:{{{1|both}}};"></div><noinclude>{{/doc}}</noinclude>)
- 20:44, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Vaizdas:Stub.png
- 20:44, 12 balandžio 2025 M0dii aptarimas indėlis įkėlė Vaizdas:Stub.png
- 20:12, 12 balandžio 2025 M0dii aptarimas indėlis perkėlė puslapį Šablonas:Home tile row į Šablonas:Home tile be nukreipimo
- 20:11, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Home tile row (Naujas puslapis: <noinclude>{{/doc}}</noinclude> <includeonly> <div class="mainpage-contents tile-row"> <div class="contents-equipment tile-halves"> <div class="tile-top tile-image"> [[File:{{{image}}}|link={{{link}}}]] </div> <div class="tile-bottom link-button"> <h2>[[{{{link}}}]]</h2> </div> </div> </div> </includeonly>)
- 13:35, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Naujienos/doc (Naujas puslapis: {{Documentation}} This template is used to contain the wiki messages section of the main page, the appearance of which is shown below: <noinclude>{{Naujienos}}</noinclude> <includeonly>Category:Transclusion templatesNaujienos</includeonly>)
- 13:35, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Naujienos (Naujas puslapis: <noinclude>{{/doc}}</noinclude> <div class="mainpage-wikinews tile plainlinks"> <h2>Naujienos</h2><!-- Put entries below this line --> ;2025 Balandžio 11 : Serveris bus uždaromas 2025 Balandžio 13 d., kad atlikti likusius serverio restarto darbus - Serverio restartas 2025-04-18. </div>)
- 13:20, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Date page dpl.default/doc (Naujas puslapis: {{Documentation}} This template is used by the DPL call in Template:Date page. It is intentionally blank. See Template:Date page dpl for more information. <includeonly>Category:DPL templatesCategory:Formatting templates</includeonly>)
- 13:20, 12 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Date page dpl/doc (Naujas puslapis: {{documentation}} {{invokes|Update}} This template is used to format the lines of the DPL call of Template:Date page. It uses the same parameters as Template:Update and Template:Patch Notes. Template:Date page dpl.default is called instead, if the template is not found. Example intended use: <pre> uses = Template:Update,Template:Patch Notes include = {Update|Date page dpl},{Patch Notes|Date page dpl}</pre> <includeonly>Category:DPL templatesCateg...)
- 20:25, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Vaizdas:Incomplete.png
- 20:25, 11 balandžio 2025 M0dii aptarimas indėlis įkėlė Vaizdas:Incomplete.png
- 20:22, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:MessageBox (Naujas puslapis: <includeonly><table class="messagebox {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}} role="presentation"> <td class="messagebox-image" style="width: {{{imgwidth|50px}}};">{{#if:{{{img|}}}|{{{img}}}|60x60px|center|link=}}</td> <td><span class="messagebox-title"><b>{{#if:1|{{{1}}}|<!--this #if removes trailing/leading whitespace-->}}</b></span>{{#if:{{{2|}}}|<br style="clear: both;" /><div style="font-size:0.85em; line-height:1.4em...)
- 20:22, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:MessageBox/doc (Naujas puslapis: {{Documentation}}<includeonly>*</includeonly> The '''MessageBox''' template is a wrapper for all types of message boxes. This includes licenses, Maintenance templates, and general notices used to alert the reader about something. ==Parameters== To use this template, copy the following code and fill in the necessary information <pre> {{MessageBox...)
- 20:21, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Incomplete (Naujas puslapis: {{MessageBox |Šis {{PageType}} straipsnis nėra pilnai užbaigtas ir jį galima papildyti. |2={{#if:{{{1|}}}|Reason: ''{{{1}}}''<br />}} }}<includeonly>{{#ifeq:{{{nocat|}}}|yes||{{#if:{{{1|}}}|{{#ifeq:{{NAMESPACE}}|{{ns:Transcript}}|Category:Incomplete transcripts|Category:Incomplete articles}}|Category:Incomplete without reason}}}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 20:21, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Incomplete/doc (Naujas puslapis: {{documentation}} This template is used when something on an article or section is missing. Also adds the page to one of: Category:Incomplete transcripts, Category:Incomplete articles or Category:Incomplete without reason. ==Usage== {{T|Incomplete|reason}} ==Examples== {{t|Incomplete|There are more ways available}} {{Incomplete|There are more ways available|nocat=yes}} {{TemplateData|<templatedata> { "params": { "1": { "label": "Reason", "descr...)
- 20:17, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį MCSlime.LT (Naujas puslapis: == Apie == MCSlime.lt – vienas iš populiariausių „Minecraft“ serverių Lietuvoje, turintis ilgametę istoriją ir stiprią bendruomenę, veikiantis 24 valandas per parą ir pritraukiantis kasdien apie 100 naujų ir vidutiniškai 120 aktyvių žaidėjų. == Istorija == Projektas buvo įkurtas dabartinio savininko modelt, apytiksliai 2012 metais, kai „Minecraft“ dar tik pradėjo plisti pasaulyje, o Lietuvoje žaidėjų bendruomenė buvo nedidelė. Nuo pat pi...) Žyma: Vizualus redagavimas
- 16:09, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Update/doc (Naujas puslapis: {{No documentation}})
- 15:59, 11 balandžio 2025 M0dii aptarimas indėlis sukūrė puslapį Šablonas:Invokes/doc (Naujas puslapis: {{Documentation}} This template should be put near the beginning of a template or module's documentation page to link to a module that the template invokes, or a template that invokes the module (respectively). <pre> {{Invokes|ModuleName}} or {{Invokes|TemplateName}} </pre> ==Parameters== ===(1)=== On a template documentation page, this parameter should be supplied with the page title for a module that the template invokes (without the "Module:" namespace prefix).<br> For...)