User contributions for Royken

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

20 February 2023

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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)