Beiträge von Benutzer „Admin“
Ergebnisse für Admin Diskussion Sperr-Logbuch hochgeladene Dateien Logbücher
Ein Benutzer mit 168 Bearbeitungen. Das Konto wurde am 24. März 2026 erstellt.
24. März 2026
- 19:4119:41, 24. Mär. 2026 Unterschied Versionen +1.288 N Vorlage:Dokumentation/Seitenhinweis Die Seite wurde neu angelegt: „<onlyinclude><div class="hintergrundfarbe1 navigation-not-searchable" style="border: #{{Dokumentation/style|linec}} 2px solid; margin-bottom: 1em; margin-top: 0.2em; padding: 0.25em;">{{#if: {{{AKTIONSLINK|}}} | <div class="floatright" style="font-size:90%; white-space:nowrap;">{{{AKTIONSLINK}}}</div> }} <div class="noviewer nomobile" style="display: table-cell; padding-left: 0.25em; padding-right: 1em; vertical-align: middle;" aria-hidden="true" role="pr…“ aktuell
- 19:4019:40, 24. Mär. 2026 Unterschied Versionen +974 N Vorlage:Dokumentation/Lua/Box Die Seite wurde neu angelegt: „<onlyinclude><div class="navigation-not-searchable" style="border:2px solid #000080; border-radius:10px; clear:both; margin:0.5em 0em 1em 0em; padding:0.5em 0em; width:100%;"> <div class="noviewer" style="display: table-cell; padding-left: 0.25em; padding-right: 1em; vertical-align: middle;" aria-hidden="true" role="presentation">40px|alt=|Lua-Logo </div> <div style="display: table-cell; margin-bottom: 0.3em; margin-top: 0.3…“ aktuell
- 19:4019:40, 24. Mär. 2026 Unterschied Versionen +1.052 N Vorlage:Dokumentation/Lua Die Seite wurde neu angelegt: „<onlyinclude><includeonly><div style="clear:both"></div> <h2>Lua</h2> {{Dokumentation/Lua/Box}} {{#invoke:TemplatePar|check|all= 1 | opt= 2=3=4=5=6=7=8=9=Kat}} {{#if:{{{1|}}}| {{#if:{{{2|}}}|Verwendete Module: * [[Wikipedia:Lua/Modul/{{#if:trim | {{{1}}} }}|{{{1}}}]]{{#if:{{{2|}}}| * [[Wikipedia:Lua/Modul/{{#if:trim | {{{2}}} }}|{{{2}}}]]}}{{#if:{{{3|}}}| * [[Wikipedia:Lua/Modul/{{#if:trim | {{{3}}} }}|{{{3}}}]]}}{{#if:{{{4|}}}| * Wikipedia:Lua/Modul/{{…“ aktuell
- 19:3919:39, 24. Mär. 2026 Unterschied Versionen +2.698 N Vorlage:Dokumentation/header Die Seite wurde neu angelegt: „{{Dokumentation/Hinweis Demo}} <onlyinclude>{{#ifeq: {{{TOC|0}}} | 1 | <templatestyles src="TOC nonum/styles.css" /><div class="nonumtoc">__TOC__</div> }}<div class="templatedoc-header navigation-not-searchable" style="border: #{{Dokumentation/style|linec}} 3px solid; clear: both; margin-bottom: 2rem; margin-left: 0; margin-right: 0; margin-top: 1rem; padding-left: 0.4rem;" id="Vorlagendokumentation"> <div style="float: right; font-size: 0.8rem; line-hei…“ aktuell
- 19:3919:39, 24. Mär. 2026 Unterschied Versionen +493 N Vorlage:Achtung Die Seite wurde neu angelegt: „<onlyinclude><div class="Vorlage_Achtung" style="background:{{{Hintergrund|transparent}}}; border: 0.18em solid {{#if:{{{Rand|}}}|{{{Rand}}}|#FF6666}}; border-left:1em solid {{#if:{{{RandLinks|}}}|{{{RandLinks}}}|{{#if:{{{Rand|}}}|{{{Rand}}}|#FF6666}}}}; {{#if:{{{clear|}}}|clear:{{{clear}}};}} margin:0.5em 0em; overflow:hidden; padding:0.5em; text-align:{{{Textausrichtung|left}}}; width:{{{Breite|auto}}}; box-sizing:border-box;"> {{{Text|{{{1|}}}}}} </div…“ aktuell
- 19:3719:37, 24. Mär. 2026 Unterschied Versionen +211 N Vorlage:Dokumentation/Editnotice Die Seite wurde neu angelegt: „<noinclude>{{Dokumentation/Editnoticeseite}}</noinclude> {{Achtung|1= Dies ist die Editnotice, die für eine Vorlage gesetzt werden kann. Sie wird jedem Bearbeiter angezeigt, der die Vorlage ändern möchte. }}“ aktuell
- 19:3719:37, 24. Mär. 2026 Unterschied Versionen +6.056 N Vorlage:Dokumentation/Doku Die Seite wurde neu angelegt: „<noinclude>{{Dokumentation/Dokuseite}}</noinclude> Diese Vorlage zeigt eine '''Dokumentationsbox''', wie du sie gerade siehst. Sie bindet den Text von der Unterseite <code><nowiki>[[<Seitenname>/Doku]]</nowiki></code> ein. __TOC__ == Begründung == Die Trennung von Programmcode und Dokumentation macht den Quelltext übersichtlicher. * Insbesondere führt eine kleine Änderung in der Dokumentation nicht dazu, dass Tausende einbindender S…“ aktuell
- 19:3519:35, 24. Mär. 2026 Unterschied Versionen +491 N Vorlage:Dokumentation Die Seite wurde neu angelegt: „<onlyinclude>{{#ifeq:{{NAMESPACENUMBER}}|0| <span class="error">Achtung: Die Vorlage:Dokumentation wird im Artikelnamensraum verwendet. Wahrscheinlich fehlt <code><onlyinclude></code> in einer eingebundenen Vorlage oder die Kapselung ist fehlerhaft. Bitte {{Bearbeiten|text=entferne diesen Fehler}}.</span> Kategorie:Wikipedia:Vorlagenfehler/Vorlage:Dokumentation/Namensraum | {{Dokumentation/header|edit=1|TOC={{{TOC|0}}}}} {{#invoke:Vorlage:Do…“ aktuell
- 19:3419:34, 24. Mär. 2026 Unterschied Versionen +745 N Modul:Yesno Die Seite wurde neu angelegt: „-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val =…“ aktuell
- 19:3319:33, 24. Mär. 2026 Unterschied Versionen +54.297 N Modul:WLink Die Seite wurde neu angelegt: „local WLink = { suite = "WLink", serial = "2022-05-09", item = 19363224, globals = { URLutil = 10859193 } }; --[=[ ansiPercent() formatURL() getArticleBase() getBaseTitle() getEscapedTitle() getExtension() getFile() getFragment() getLanguage() getLinktextProblem() getNamespace() getNamespaced() getPlain() getProject() getTarget() getTalkPage() getTargetPage() getTitle() getWeblink() getWikilink() isBr…“ aktuell
- 19:3319:33, 24. Mär. 2026 Unterschied Versionen +6.371 N Modul:Vorlage:Dokumentation Die Seite wurde neu angelegt: „--[=[ 2019-07-29 {{Dokumentation}} ]=] local Current = mw.title.getCurrentTitle() local function fake( frame, access ) local s = string.format( "[%s/%s %s]", "https://de.wikipedia.org/wiki", mw.uri.encode( access, "WIKI" ), "Doku in der echten deWP" ) local e = mw.html.create( "div" ) e:css( "border", "#A000A0 2px solid" ) :css( "padding", "1em"…“ aktuell
- 19:3219:32, 24. Mär. 2026 Unterschied Versionen +12.800 N Modul:Vorlage:BGBl Die Seite wurde neu angelegt: „local function fault(alert) -- Format message with class="error" -- alert -- string, with message -- Returns message with markup return string.format("<span class=\"error\">%s (Hilfe)</span>Kategorie:Wikipedia:Vorlagenfehler/Vorlage:BGBl", alert) end -- fault() local function generate(text, lbl, abbr, url) -- Generate link local lbl2 if text == "{{{text}}}" or text == "" then text = string.format("<abbr title=\"%s\">%s…“ aktuell
- 19:3219:32, 24. Mär. 2026 Unterschied Versionen +18.386 N Modul:Vorlage:Anker Die Seite wurde neu angelegt: „local Anchors = { suite = "Anchors", serial = "2020-04-10", item = 79414611, globals = { Multilingual = 47541920, TemplUtl = 52364930 } } --[=[ Support Template:Anchor {{Anker}} ]=] local Failsafe = Anchors local GlobalMod = Anchors local Config = { badPattern = "[#'\"%[%]<>|]", globalPage = { "antispam-container",…“ aktuell
- 19:3119:31, 24. Mär. 2026 Unterschied Versionen +2.124 N Modul:Uses TemplateStyles/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
- 19:2919:29, 24. Mär. 2026 Unterschied Versionen +3.791 N Modul:Uses TemplateStyles Die Seite wurde neu angelegt: „-- This module implements the {{Uses TemplateStyles}} 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, ...) -- Content sourced from commons:Data:I18n/Uses TemplateStyles.tab return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local f…“ aktuell
- 19:2919:29, 24. Mär. 2026 Unterschied Versionen +32.181 N Modul:URLutil Die Seite wurde neu angelegt: „local URLutil = { suite = "URLutil", serial = "2022-04-05", item = 10859193 } --[=[ Utilities for URL etc. on www. * decode() * encode() * getAuthority() * getFragment() * getHost() * getLocation() * getNormalized() * getPath() * getPort() * getQuery() * getQueryTable() * getRelativePath() * getScheme() * getSortkey() * getTLD() * getTop2domain() * getTop3domain() * isAuthority() * isDomain() * isDomainExample() * is…“ aktuell
- 19:2819:28, 24. Mär. 2026 Unterschied Versionen +30.745 N Modul:Text Die Seite wurde neu angelegt: „local Text = { serial = "2024-06-05", suite = "Text", item = 29387871 } --[=[ Text utilities ]=] -- local globals local Failsafe = Text local GlobalMod = Text local Patterns = { } local RangesLatin = false local SeekQuote = false local foreignModule = function ( access, advanced, append, alt, alert ) -- Fetch global module -- Precondition: -- access -- string, with name of base module…“ aktuell
- 19:2719: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
- 19:2719: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
- 19:2619: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
- 19:2619: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
- 19:2619: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
- 19:2519: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
- 19:2519: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
- 19:2419: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
- 19:2419: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
- 19:2419: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
- 19:2319: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
- 19:2319: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
- 19:2219: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
- 19:2219: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
- 19:2119: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
- 19:2119: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
- 19:2019: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
- 19:2019: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
- 19:2019: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
- 19:1919: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
- 19:1919: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
- 19:0219: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
- 19:0019: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
- 18:5918: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
- 18:5618: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
- 18:3918: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
- 18:3918: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
- 18:3818: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
- 18:3818: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
- 18:3518: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
- 18:2018:20, 24. Mär. 2026 Unterschied Versionen +621 Hauptseite Keine Bearbeitungszusammenfassung
- 18:1718:17, 24. Mär. 2026 Unterschied Versionen +635 Hauptseite Keine Bearbeitungszusammenfassung
- 15:5315:53, 24. Mär. 2026 Unterschied Versionen 0 N Datei:Bundesrat.png Keine Bearbeitungszusammenfassung aktuell