Beiträge von Benutzer „Admin

Ein Benutzer mit 232 Bearbeitungen. Das Konto wurde am 24. März 2026 erstellt.
Zur Navigation springen Zur Suche springen
Suche nach BenutzerbeiträgenAusklappenEinklappen
⧼contribs-top⧽
⧼contribs-date⧽
(neueste | älteste) Zeige ( | ältere 50) (20 | 50 | 100 | 250 | 500)

24. März 2026

  • 20:2720:27, 24. Mär. 2026 Unterschied Versionen +11.705 N Modul:Template translation Die Seite wurde neu angelegt: „local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }…“ aktuell
  • 20:2720:27, 24. Mär. 2026 Unterschied Versionen +56.439 N Modul:TemplatePar Die Seite wurde neu angelegt: „local TemplatePar = { serial = "2023-03-20", suite = "TemplatePar", item = 15393417, globals = { DateTime = 20652535, FileMedia = 24765326, Multilingual = 47541920, TemplUtl = 52364930, URLutil = 10859193 } } --[=[ Template parameter u…“ aktuell
  • 20:2620:26, 24. Mär. 2026 Unterschied Versionen +1.943 N Modul:TemplateData/config Die Seite wurde neu angelegt: „local Serial = "2023-01-07" --[=[ dewiki-Konfiguration {{TemplateData}} mw.loadData() ]=] return { catProblem = "Wikipedia:Vorlagenfehler/Vorlage:TemplateData", classMultiColumns = "column-multiple", classNoNumTOC = "nonumtoc", classTable = { "wikitable", "templatedata-params" }, cssParWrap = { ["margin-left"] = "-1em", ["margin-right"] = "-1em" },…“ aktuell
  • 20:2620:26, 24. Mär. 2026 Unterschied Versionen +83.125 N Modul:TemplateData Die Seite wurde neu angelegt: „local TemplateData = { suite = "TemplateData", serial = "2023-01-07", item = 46997995 } --[==[ improve template:TemplateData ]==] local Failsafe = TemplateData local Config = { -- multiple option names mapped into unique internal fields basicCnf = { catProblem = "strange", classMultiColumns = "selMultClm", classNoNumTOC = "suppressTOCnum",…“ aktuell
  • 20:2620:26, 24. Mär. 2026 Unterschied Versionen +28.085 N Modul:TemplUtl Die Seite wurde neu angelegt: „local TemplUtl = { suite = "TemplUtl", serial = "2022-05-16", item = 52364930 }; --[=[ Utilities to support template programming. ]=] local Failsafe = TemplUtl; local fallible = function ( adjust, ahead ) -- Check for leading character disturbing syntax -- Precondition: -- adjust -- string; trimmed wikitext -- ahead -- true, if leading syntax shall start on new line -- Postcondition:…“ aktuell
  • 20:2520:25, 24. Mär. 2026 Unterschied Versionen +12.326 N Modul:TableTools Die Seite wurde neu angelegt: „--[[ ------------------------------------------------------------------------------------ -- 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 fro…“ aktuell
  • 20:2520:25, 24. Mär. 2026 Unterschied Versionen +6.571 N Modul:TNT Die Seite wurde neu angelegt: „-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This cod…“ aktuell
  • 20:2420:24, 24. Mär. 2026 Unterschied Versionen +6.685 N Modul:Str Die Seite wurde neu angelegt: „function escape_lua_regex(str) return mw.ustring.gsub(str, ".", { ["%"] = "%%"; ["^"] = "%^"; ["$"] = "%$"; ["."] = "%."; ["("] = "%("; [")"] = "%)"; ["["] = "%["; ["]"] = "%]"; ["?"] = "%?"; ["*"] = "%*"; ["+"] = "%+"; ["-"] = "%-"; ["\0"] = "%z"; }) end local function trim(s) s = mw.ustring.gsub(s,"\n",""); while mw.ustring.sub(s,1,1) == " " do s= mw.ustring.sub(s,2,-1); end wh…“ aktuell
  • 20:2420:24, 24. Mär. 2026 Unterschied Versionen +23.625 N Modul:Sort/cellDate Die Seite wurde neu angelegt: „local Sort = { suite = "Sort", sub = "cellDate", serial = "2024-06-01", item = 90149250, globals = { Cell = 90144855, DateTime = 20652535 } } --[=[ Sort/cellDate -- support table cells with sortable date and time ]=] local Failsafe = Sort local GlobalMod = Sort Sort.localized = false Sort.mpz = 0.7 Sort.maxYear = 2099 Sort.minYear = 100 S…“ aktuell
  • 20:2420:24, 24. Mär. 2026 Unterschied Versionen +18.654 N Modul:Sort/cell Die Seite wurde neu angelegt: „local Sort = { suite = "Sort", sub = "cell", serial = "2024-07-03", item = 90144855 } --[=[ Sort/cell -- support table cells sorting modules ]=] local Failsafe = Sort local face = function ( assign, attribute, args, apply, allow ) -- Store preceding attribute -- Precondition: -- assign -- table, to extend -- attribute -- string, attribute name -- args…“ aktuell
  • 20:2320:23, 24. Mär. 2026 Unterschied Versionen +15.924 N Modul:Sort Die Seite wurde neu angelegt: „local Sort = { suite = "Sort", serial = "2024-06-14", item = 24205172 } --[=[ Sort ]=] local Failsafe = Sort local GlobalMod = Sort local foreignModule = function ( access, advanced, append, alt, alert ) -- Fetch global module -- Precondition: -- access -- string, with name of base module -- advanced -- true, for require(); else mw.loadData() -- append -- string, with subpage part…“ aktuell
  • 20:2320:23, 24. Mär. 2026 Unterschied Versionen +9.202 N Modul:PageUtil Die Seite wurde neu angelegt: „local PageUtil = { suite = "PageUtil", serial = "2018-10-19", item = 0 } --[=[ PageUtil ]=] PageUtil.maxPages = 200 local function fault( alert, frame ) -- Format message with class="error" -- alert -- string, with message -- frame -- object, if known -- Returns message with markup local scream = alert if frame then scream = string.format( "%s * %s", frame:getTitle(),…“ aktuell
  • 20:2220:22, 24. Mär. 2026 Unterschied Versionen +52.018 N Modul:Multilingual Die Seite wurde neu angelegt: „local Multilingual = { suite = "Multilingual", serial = "2020-12-10", item = 47541920, globals = { ISO15924 = 71584769, WLink = 19363224 } } --[=[ Utilities for multilingual texts and ISO 639 (BCP47) issues etc. * fair() * fallback() * findCode() * fix() * format() * getBase() * getLang() * getName() * i18n() * int() * isLa…“ aktuell
  • 20:2220:22, 24. Mär. 2026 Unterschied Versionen +1.977 N Modul:Message box/ombox.css Die Seite wurde neu angelegt: „* * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15: table.ombox { margin: 4px 10%; border-collapse: collapse; Default "notice" gray: border: 1px solid #a2a9b1; background-color: #f8f9fa; box-sizing: border-box; } An empty narrow cell: .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } The message body cell(s): .…“ aktuell
  • 20:2120:21, 24. Mär. 2026 Unterschied Versionen +6.838 N Modul:Message box/configuration Die Seite wurde neu angelegt: „-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { cla…“ aktuell
  • 20:2120:21, 24. Mär. 2026 Unterschied Versionen +18.553 N Modul:Message box Die Seite wurde neu angelegt: „-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 't…“ aktuell
  • 20:2020:20, 24. Mär. 2026 Unterschied Versionen +16.165 N Modul:Math Die Seite wurde neu angelegt: „--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. …“ aktuell
  • 20:2020:20, 24. Mär. 2026 Unterschied Versionen +2.191 N Modul:Lua banner/config Die Seite wurde neu angelegt: „local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- fo…“ aktuell
  • 20:2020:20, 24. Mär. 2026 Unterschied Versionen +2.750 N Modul:Lua banner Die Seite wurde neu angelegt: „-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg) return TNT.format('I18n/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config') end function p.main(frame) local or…“ aktuell
  • 20:1920:19, 24. Mär. 2026 Unterschied Versionen +5.035 N Modul:List Die Seite wurde neu angelegt: „-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListD…“ aktuell
  • 20:1920:19, 24. Mär. 2026 Unterschied Versionen +30.083 N Modul:JSONutil Die Seite wurde neu angelegt: „local JSONutil = { suite = "JSONutil", serial = "2020-11-08", item = 63869449 } --[=[ preprocess or generate JSON data ]=] local Failsafe = JSONutil JSONutil.Encoder = { stab = string.char( 9 ), sep = string.char( 10 ), scream = "@error@JSONencoder@" } JSONutil.more = 50 -- length of trailing context local Fallback = function () -- Retrieve current defa…“ aktuell
  • 20:0220:02, 24. Mär. 2026 Unterschied Versionen +1.513 N Modul:Include timeline Die Seite wurde neu angelegt: „local p = {} function p.main(frame) local pframe = frame:getParent() local currentTitle = mw.title.getCurrentTitle() local passedTitle = pframe and pframe.args[1] local targetPage = mw.title.makeTitle(currentTitle.namespace == 2 and 2 or 10, (passedTitle or currentTitle.text) .. ' graphical timeline') if targetPage.exists then if mw.isSubsting() then return '{{' .. (currentTitle.namespace == 2 and 'User:' or '') .. targetPage.text .. '}}' els…“ aktuell
  • 20:0020:00, 24. Mär. 2026 Unterschied Versionen +43.662 N Modul:Graph Die Seite wurde neu angelegt: „-- 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…“ aktuell
  • 19:5919:59, 24. Mär. 2026 Unterschied Versionen +31.199 N Modul:Expr Die Seite wurde neu angelegt: „local Expr = { suite = "Expr", serial = "2022-09-12", item = 54991461 } --[==[ Expr * average * base62 * crossTotal * decimal2minsec * figure * max * min * minsec2decimal * modulo * percent * Ramanujan * random * sum * TemplateAverage * TemplateBooland * TemplateBoolor * TemplateMax * TemplateMin * TemplateSum ]==] local Failsafe = Expr Expr.messagePrefix = "lua-module-Expr-" Expr.l10nDef = {} Expr.l10nDef[ "en" ] = {…“ aktuell
  • 19:5619:56, 24. Mär. 2026 Unterschied Versionen +17.769 N Modul:Documentation/config Die Seite wurde neu angelegt: „---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. -----------------------------------------------------------------…“ aktuell
  • 19:3919:39, 24. Mär. 2026 Unterschied Versionen +36.079 N Modul:Documentation Die Seite wurde neu angelegt: „-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local i18n = mw.loadData('Module:Documentation/i18n') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- He…“ aktuell
  • 19:3919:39, 24. Mär. 2026 Unterschied Versionen +3.943 N Modul:DateTime/local Die Seite wurde neu angelegt: „local Serial = "2020-08-08" --[=[ Date and time utilities: Localization Deutsch mw.loadData() table ]=] local Similar = mw.ustring.char( 8776 ) -- ~~ -- Export local p = { era = { }, monthsAbbr = { }, monthsLong = { }, monthsParse = { }, months4 = { }, sortWeights = { }, templates = { }, zones = { }, failsafe = Serial…“ aktuell
  • 19:3819:38, 24. Mär. 2026 Unterschied Versionen +82.883 N Modul:DateTime Die Seite wurde neu angelegt: „local DateTime = { serial = "2023-10-03", suite = "DateTime", item = 20652535 } -- Date and time objects local Failsafe = DateTime local GlobalMod = DateTime local Calc = { } local Meta = { } local Parser = { } local Private = { } local Prototypes = { } local Templates = { } local World = { slang = "en", monthsLong = { }, monthsParse…“ aktuell
  • 19:3819:38, 24. Mär. 2026 Unterschied Versionen +10.054 N Modul:Arguments Die Seite wurde neu angelegt: „-- 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(v…“ aktuell
  • 19:3519:35, 24. Mär. 2026 Unterschied Versionen +10.054 N Modul:Arguments Die Seite wurde neu angelegt: „-- 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(v…“ aktuell
  • 19:2019:20, 24. Mär. 2026 Unterschied Versionen +621 Hauptseite Keine Bearbeitungszusammenfassung
  • 19:1719:17, 24. Mär. 2026 Unterschied Versionen +635 Hauptseite Keine Bearbeitungszusammenfassung
  • 16:5316:53, 24. Mär. 2026 Unterschied Versionen 0 N Datei:Bundesrat.png Keine Bearbeitungszusammenfassung aktuell
(neueste | älteste) Zeige ( | ältere 50) (20 | 50 | 100 | 250 | 500)