User contributions for Royken

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

14 February 2023

13 February 2023

29 January 2023

  • 00:3600:36, 29 January 2023 diff hist +93 N Template:ErrorCreated page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{/doc}} </noinclude>" current
  • 00:3000:30, 29 January 2023 diff hist +1,030 N Module:Shortcut/configCreated page with "-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|Shortcut|Shortcuts}}', -- The error message to display when a shortcut is invalid (is not a string, or -- is the blank string). It accepts the following parameter: -- $1 - the number of the shortcut in t..." current

28 January 2023

  • 02:4502:45, 28 January 2023 diff hist +354 N Module:Hatnote list/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote list''' produces and formats lists for use in hatnotes. In particular, it implements the for-see list, i.e. lists of "For X, see Y" statements, as used in {{t|about}}, {{t|redirect}}, and their variants. Also introduced are andList & orList helpers for formatting lists with those conjunctions." current
  • 02:4402:44, 28 January 2023 diff hist +7,451 N Module:Hatnote listCreated page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..."
  • 02:4302:43, 28 January 2023 diff hist +568 N Module:Hatnote/styles.cssCreated 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..."
  • 02:4202:42, 28 January 2023 diff hist +393 N Module:Hatnote/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' is a meta-module that provides various functions for making hatnotes. It implements the {{tl|hatnote}} template, for use in hatnotes at the top of pages, and the {{tl|format link}} template, which is used to format a wikilink for use in hatnotes. It also contains a number of helper functions for use in other Lua hatnote modules." current
  • 02:4202:42, 28 January 2023 diff hist +6,669 N Module:HatnoteCreated page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules...."
  • 02:4002:40, 28 January 2023 diff hist +267 N Module:Graph/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Graph''' is a meta-module that provides various functions for making graphs. Please see the individual template pages for usage. For more information regarding the module, please refer to {{WP|ref=no|Module:Graph}}." current
  • 02:3902:39, 28 January 2023 diff hist +43,666 N Module:GraphCreated page with "-- ATTENTION: Please edit this code at https://de.wikipedia.org/wiki/Modul:Graph -- This way all wiki languages can stay in sync. Thank you! -- -- BUGS: X-Axis label format bug? (xAxisFormat =) https://en.wikipedia.org/wiki/Template_talk:Graph:Chart#X-Axis_label_format_bug?_(xAxisFormat_=) -- linewidths - doesnt work for two values (eg 0, 1) but work if added third value of both are zeros? Same for marksStroke - probably bug in Graph extension -- clamp - "c..." current
  • 02:3702:37, 28 January 2023 diff hist +149 N Module:Gallery/docCreated page with "{{Documentation}} '''Module:Gallery''' is a module that implements the {{tl|Gallery}} template. Please see the template page for usage instructions."
  • 02:3602:36, 28 January 2023 diff hist +687 N Module:GalleryCreated page with "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 content = pr..."
  • 02:3402:34, 28 January 2023 diff hist +5,726 N Module:Format link/docCreated page with "{{Documentation}} {{Wikipedia template}} This module, migrated from origins in Module:Hatnote, provides functionality for formatting links for display, including that powering the {{tl|format link}} template. It can pretty-format section links with the section symbol ("§") and appropriate whitespace, it automatically escapes category and file names with the colon trick, and includes functionality for italicizing the page or section name, and f..." current
  • 02:3302:33, 28 January 2023 diff hist +6,484 N Module:Format linkCreated page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(..."
  • 02:3202:32, 28 January 2023 diff hist +94 N Module:For/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:For''' implements the {{tl|For}} template." current
  • 02:3202:32, 28 January 2023 diff hist +1,408 N Module:ForCreated page with "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 function p._For (a..."
  • 00:5200:52, 28 January 2023 diff hist +20,655 N Module:ExperimentalNavplateAutomaticCreated page with "--[[This Mess is an experimental module for seeing if we can create a navplate that populates itself as an ordered, nested list. It works by getting all of the pages from the category (in this example, Stanton) including their infobox data through a single DPLlua request. It then parses these into categories and assigns a sort order. These lists are then iterated through to find the objects that orbit the star, objects that orbit those objects, etc. Those lists are then..." current
  • 00:5000:50, 28 January 2023 diff hist +20,655 N Module:ExperimentalNavplateCreated page with "--[[This Mess is an experimental module for seeing if we can create a navplate that populates itself as an ordered, nested list. It works by getting all of the pages from the category (in this example, Stanton) including their infobox data through a single DPLlua request. It then parses these into categories and assigns a sort order. These lists are then iterated through to find the objects that orbit the star, objects that orbit those objects, etc. Those lists are then..." current
  • 00:4800:48, 28 January 2023 diff hist +207 N Module:Error/docCreated 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." current
  • 00:4500:45, 28 January 2023 diff hist +1,129 N Module:ErrorCreated 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..." current
  • 00:4200:42, 28 January 2023 diff hist +109 N Module:Documentation/docCreated page with "{{Documentation}} '''Module:Documentation''' implements Template:Documentation for templates and modules." current
  • 00:2800:28, 28 January 2023 diff hist +261 N Module:DPLlua/docCreated page with "{{Documentation}} '''Module:DPLlua''' uses Template:DPLlua helper to make it possible to include all parameters of a template while maintaining good performance. See [https://runescape.wiki/w/Module:DPLlua Module:DPLlua] on RuneScape Wiki for more details." current
  • 00:2800:28, 28 January 2023 diff hist +16,313 Module:DPLluaNo edit summary
  • 00:2500:25, 28 January 2023 diff hist +367 N Module:Convert/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Convert''' is called using a template—parameters passed to the template are used by this module to control how a conversion is performed. For example, units can be abbreviated (like <code>kg</code>), or displayed as names (like <code>kilogram</code>), and the output value can be rounded to a specified precision." current
  • 00:2200:22, 28 January 2023 diff hist +81 N Module:Cite RSI/docCreated page with "{{Documentation}} '''Module:Cite RSI''' implements the {{tl|Cite RSI}} template." current
  • 00:2200:22, 28 January 2023 diff hist +4,214 Module:Cite RSINo edit summary
  • 00:2000:20, 28 January 2023 diff hist +215 N Module:Array/docCreated page with "{{Documentation}} This module is a helper module to be used by other modules; it may not designed to be invoked directly. See [https://runescape.wiki/w/Module:Array Module:Array] on RuneScape Wiki for more details." current
  • 00:2000:20, 28 January 2023 diff hist +15,187 Module:ArrayNo edit summary
  • 00:1200:12, 28 January 2023 diff hist +642 N Module:Arguments/docCreated 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..." current
  • 00:1100:11, 28 January 2023 diff hist +10,054 Module:ArgumentsNo edit summary
  • 00:0300:03, 28 January 2023 diff hist +100 N Module:About/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' implements the {{tl|about}} template." current

27 January 2023

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)