More actions
Combined display of all available logs of Prism Party. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:54, 25 January 2023 BakiDance talk contribs created page Category:Templates imported from Wikipedia (Created page) Tag: Visual edit
- 22:52, 25 January 2023 BakiDance talk contribs created page Module:TableTools/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:TableTools''' 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.")
- 22:52, 25 January 2023 BakiDance talk contribs created page Module:TableTools (Created page with "--[[ ------------------------------------------------------------------------------------ -- 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....")
- 22:50, 25 January 2023 BakiDance talk contribs created page Module:Namespace detect/data/doc (Created page with "This module holds data for Module:Namespace detect to be loaded per page, rather than per #invoke, for performance reasons.")
- 22:50, 25 January 2023 BakiDance talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 22:50, 25 January 2023 BakiDance talk contribs created page Module:Namespace detect/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Namespace detect''' allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{tl|namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki.")
- 22:49, 25 January 2023 BakiDance talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 22:49, 25 January 2023 BakiDance talk contribs created page Module:Pagetype/config/doc (Created page with "This page contains configuration options for the Pagetype module.")
- 22:48, 25 January 2023 BakiDance talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...")
- 22:47, 25 January 2023 BakiDance talk contribs created page Module:Pagetype/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Pagetype''' is used to detect the page type of a given page. It detects redirect pages automatically and is highly customisable. It can be used on its own or as a meta-module to create other page-type-detection templates.")
- 22:47, 25 January 2023 BakiDance talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and allows for...")
- 22:45, 25 January 2023 BakiDance talk contribs created page Module:Template link general/doc (Created page with "{{Documentation}} {{Wikipedia template}} Implements {{Tl|Template link general}} and other templates in its family")
- 22:45, 25 January 2023 BakiDance talk contribs created page Module:Template link general (Created page with "-- 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 trimTemplate(...")
- 22:45, 25 January 2023 BakiDance talk contribs created page Template:Template link general/doc (Created page with "{{Documentation}} {{Wikipedia template}} {{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 expanded with bo...")
- 22:43, 25 January 2023 BakiDance talk contribs created page Template:Template link general (Created page with "{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>")
- 22:43, 25 January 2023 BakiDance talk contribs created page Template:Template link general (Redirected page to Template:Template link general) Tag: New redirect
- 22:42, 25 January 2023 BakiDance talk contribs created page Module:About/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' implements the {{tl|about}} template.")
- 22:42, 25 January 2023 BakiDance talk contribs created page Module:About (Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote....")
- 22:41, 25 January 2023 BakiDance talk contribs created page Category:Template documentation (created page) Tag: Visual edit
- 22:37, 25 January 2023 BakiDance talk contribs created page Template:About/doc (Created page with "{{Documentation}} {{Wikipedia template}} {{t|About}} is a commonly used hatnote template, and should be placed at the top of an article, linking the reader to other articles with similar titles or concepts that they may have been seeking instead. ==TemplateData== <templatedata> { "description": "This template is a hatnote in the format \"This page is about … For other uses …\".", "params": { "1": { "label": "Page description", "type": "string", "requir...")
- 22:37, 25 January 2023 BakiDance talk contribs created page Template:About (Created page with "{{#invoke:about|about}}<noinclude>{{/doc}}</noinclude>")
- 22:36, 25 January 2023 BakiDance talk contribs created page Category:Module documentation (created page) Tag: Visual edit
- 22:13, 25 January 2023 BakiDance talk contribs created page Example (Created example page)
- 22:10, 25 January 2023 BakiDance talk contribs created page Module:Hatnote/styles.css (Created page with ".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-icon-b...")
- 22:08, 25 January 2023 BakiDance talk contribs created page Template:Mbox/styles.css (Created page with ".mbox { position: relative; display: flex; flex-direction: column; margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background-color: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; } .mbox.mbox-high { background-color: var( --background-color-destructive ); } .mbox.mbox-med { background-color: var( --background-color-warning ); } .mbox-title { display: flex;...")
- 22:08, 25 January 2023 BakiDance talk contribs created page Template:Documentation/styles.css (Created page with ".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: -0.6r...")
- 21:54, 25 January 2023 BakiDance talk contribs created page Template:T/piece (Created page with "{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}<noinclude> {{/doc}}</noinclude>")
- 21:54, 25 January 2023 BakiDance talk contribs created page Template:T/doc (Created page with "{{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|Item5|...}} ;See...")
- 21:45, 25 January 2023 BakiDance talk contribs created page Module:Arguments/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''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 in directly from another...")
- 21:44, 25 January 2023 BakiDance talk contribs created page Module:Arguments (Created page with "-- 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) == 'string'...")
- 21:43, 25 January 2023 BakiDance talk contribs protected File:WikimediaUI-Logo-Wikipedia.svg [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (High traffic page) (hist)
- 21:43, 25 January 2023 BakiDance talk contribs created page File:WikimediaUI-Logo-Wikipedia.svg (Uploaded own work with UploadWizard)
- 21:43, 25 January 2023 BakiDance talk contribs uploaded File:WikimediaUI-Logo-Wikipedia.svg (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 21:35, 25 January 2023 BakiDance talk contribs created page Template:No documentation/doc (Created page with "{{Documentation}} Place {{T|No documentation}} at the top of the documentation page. This template should be used when there is no documentation for a Module. The template will attempt to auto detect and link the <code>require()</code>/<code>mw.loadData()</code> depedency list. If you want to supress the auto generated dependency list, use {{t|No documentation|DependencyList=no}}")
- 21:35, 25 January 2023 BakiDance talk contribs created page Template:No documentation (Created page with "<includeonly>{{documentation|Template:No documentation|DependencyList=No}} <div class="mbox mbox-med mbox-nodocumentation" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This module does not have any documentation.</span> <div class="mbox-text plainlinks">Please consider adding documentation at [[{{#invoke:String|replace|{{FULLPAGENAME}}|/doc}}/doc]].</div></div>{{#If:{{{DependencyList|}}}||{{...")
- 21:33, 25 January 2023 BakiDance talk contribs protected File:WikimediaUI-Palette.svg [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (High traffic page) (hist)
- 21:33, 25 January 2023 BakiDance talk contribs created page File:WikimediaUI-Palette.svg (Uploaded own work with UploadWizard)
- 21:33, 25 January 2023 BakiDance talk contribs uploaded File:WikimediaUI-Palette.svg (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 21:32, 25 January 2023 BakiDance talk contribs created page Template:Wikipedia template/doc (Created page with "{{Documentation}} This template is used to indicate a template is imported from [https://en.wikipedia.org English Wikipedia]. It should be placed at the top of the template documentation page. <includeonly>{{PAGENAME}}</includeonly><noinclude></noinclude>")
- 21:31, 25 January 2023 BakiDance talk contribs created page Template:Wikipedia template (Created page with "<includeonly><!-- Message box --><div class="mbox mbox-low mbox-wikipediatemplate" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This template is imported from {{FULLPAGENAME}} on Wikipedia.</span> <div class="mbox-text">This template is imported from the [https://en.wikipedia.org English Wikipedia]. Although the visual appearance might be different, the functionality is identical....")
- 21:31, 25 January 2023 BakiDance talk contribs created page Module:Error/doc (Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Error''' creates an html message with class "error". It is a replacement for {{tl|error}} - please see the documentation page there for usage instructions.")
- 21:31, 25 January 2023 BakiDance talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- 21:26, 25 January 2023 BakiDance talk contribs created page File:WikimediaUI-Code.svg (Uploaded own work with UploadWizard)
- 21:26, 25 January 2023 BakiDance talk contribs uploaded File:WikimediaUI-Code.svg (Uploaded own work with UploadWizard) Tag: Upload Wizard
- 21:24, 25 January 2023 BakiDance talk contribs created page Module:LibraryUtil/doc (Created page with "{{Documentation}} '''Module:LibraryUtil''' is mostly to keep track of modules using the standard Scributo library <code>libraryUtil</code>. See [https://runescape.wiki/w/Module:LibraryUtil Module:LibraryUtil] on RuneScape Wiki for more details.")
- 21:24, 25 January 2023 BakiDance talk contribs created page Module:LibraryUtil (Created page with "-- <nowiki> local libraryUtil = require( 'libraryUtil' ) -- libraryUtil is a standard scribunto module, the following commented out code is just to show what is inside it. Documentation about these functions can be found at https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#libraryUtil --[=[ local libraryUtil = {} function libraryUtil.checkType( name, argIdx, arg, expectType, nilOk ) if arg == nil and nilOk then return end if type( arg ) ~= ex...")
- 21:19, 25 January 2023 BakiDance talk contribs protected File:WikimediaUI-Notice.svg [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (hist)
- 21:19, 25 January 2023 BakiDance talk contribs protected File:WikimediaUI-Alert.svg [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (hist)
- 21:18, 25 January 2023 BakiDance talk contribs created page File:WikimediaUI-Alert.svg (Uploaded own work with UploadWizard)
- 21:18, 25 January 2023 BakiDance talk contribs uploaded File:WikimediaUI-Alert.svg (Uploaded own work with UploadWizard) Tag: Upload Wizard