14 February 2023
- 12:3512:35, 14 February 2023 diff hist +904 Carrack Majdnem teljes modosítás, még folyamatban Tag: Visual edit: Switched
13 February 2023
- 23:5023:50, 13 February 2023 diff hist +47 Avenger Titan No edit summary Tag: Visual edit: Switched
- 23:4823:48, 13 February 2023 diff hist +24 Avenger Warlock No edit summary Tag: Visual edit: Switched
- 23:4523:45, 13 February 2023 diff hist +37 Avenger Stalker No edit summary Tag: Visual edit: Switched
- 23:3623:36, 13 February 2023 diff hist −46 Locations No edit summary Tag: Visual edit: Switched
- 23:2323:23, 13 February 2023 diff hist +263 Locations No edit summary Tag: Visual edit: Switched
- 23:0423:04, 13 February 2023 diff hist 0 Locations No edit summary Tag: Visual edit: Switched
- 23:0223:02, 13 February 2023 diff hist +9 Locations No edit summary Tag: Visual edit: Switched
- 23:0123:01, 13 February 2023 diff hist −1 Locations No edit summary Tag: Visual edit
- 22:3922:39, 13 February 2023 diff hist +231 Locations No edit summary Tag: Visual edit: Switched
- 22:2622:26, 13 February 2023 diff hist +189 Avenger Titan No edit summary Tag: Visual edit: Switched
- 21:4521:45, 13 February 2023 diff hist +43 Avenger Warlock No edit summary Tag: Visual edit: Switched
- 21:4321:43, 13 February 2023 diff hist +42 Avenger Warlock No edit summary Tag: Visual edit: Switched
- 21:4121:41, 13 February 2023 diff hist 0 Avenger Stalker No edit summary Tag: Visual edit
- 21:4021:40, 13 February 2023 diff hist +227 Avenger Stalker No edit summary Tag: Visual edit: Switched
29 January 2023
- 00:3600:36, 29 January 2023 diff hist +93 N Template:Error Created 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/config Created 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/doc Created 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 list Created 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.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..."
- 02:4202:42, 28 January 2023 diff hist +393 N Module:Hatnote/doc Created 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:Hatnote Created 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/doc Created 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:Graph Created 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/doc Created 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:Gallery Created 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/doc Created 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 link Created 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/doc Created 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:For Created 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:ExperimentalNavplateAutomatic Created 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:ExperimentalNavplate Created 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/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." current
- 00:4500:45, 28 January 2023 diff hist +1,129 N 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..." current
- 00:4200:42, 28 January 2023 diff hist +109 N Module:Documentation/doc Created 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/doc Created 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:DPLlua No edit summary
- 00:2500:25, 28 January 2023 diff hist +367 N Module:Convert/doc Created 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/doc Created 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 RSI No edit summary
- 00:2000:20, 28 January 2023 diff hist +215 N Module:Array/doc Created 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:Array No edit summary
- 00:1200:12, 28 January 2023 diff hist +642 N 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..." current
- 00:1100:11, 28 January 2023 diff hist +10,054 Module:Arguments No edit summary
- 00:0300:03, 28 January 2023 diff hist +100 N Module:About/doc Created page with "{{Documentation}} {{Wikipedia template}} '''Module:Hatnote''' implements the {{tl|about}} template." current
27 January 2023
- 23:5223:52, 27 January 2023 diff hist +54 Module:About No edit summary current
- 14:1314:13, 27 January 2023 diff hist −6 Main Page discord address Tag: Visual edit
- 13:5313:53, 27 January 2023 diff hist +120 N Module:DependencyList/doc Created page with "{{Documentation}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation." current
- 13:3613:36, 27 January 2023 diff hist +8,209 N Module:String/doc Created page with "{{Documentation}} {{Wikipedia template}} '''Module:String''' is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. == Global options == ;..." current
- 13:2913:29, 27 January 2023 diff hist +15,731 Module:String No edit summary