Änderungen an verlinkten Seiten
Zur Navigation springen
Zur Suche springen
Gib einen Seitennamen ein, um Änderungen auf Seiten zu sehen, die auf oder von dieser Seite verlinkt sind. Um Mitglieder einer Kategorie zu sehen, gib „Kategorie:Name der Kategorie“ ein. Änderungen an Seiten auf deiner Beobachtungsliste sind fett hervorgehoben.
Liste von Abkürzungen:
- N
- Neue Seite (siehe auch die Liste neuer Seiten)
- K
- Kleine Änderung
- B
- Änderung durch einen Bot
- (±123)
- Die Änderung der Seitengröße in Bytes
6. September 2026
| N 23:08 | Modul:Yesno UnterschiedVersionen +745 Administrator Diskussion Beiträge (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 =…“) | ||||
| N 22:10 | Modul:Message box/ombox.css UnterschiedVersionen +1.923 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „→{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; →Default "notice" gray: background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } →For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; →Red: background-color: #fee7e6; /* Pink…“) | ||||
| N 22:10 | Modul:Message box/configuration UnterschiedVersionen +6.642 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { cla…“) | ||||
| N 22:10 | Modul:Message box UnterschiedVersionen +22.838 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -----------------------------------------------------------…“) | ||||
| N 21:59 | Modul:Documentation/styles.css UnterschiedVersionen +1.369 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „→{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; color:inherit; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; →same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; →same padding left-right as .documentation: } .documentation-startbox { paddi…“) | ||||
| N 21:58 | Modul:Documentation/config UnterschiedVersionen +17.768 Administrator Diskussion Beiträge (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. -----------------------------------------------------------------…“) | ||||
| N 21:57 | Modul:Documentation UnterschiedVersionen +35.065 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are ma…“) | ||||
| N 21:48 | Modul:Arguments UnterschiedVersionen +10.054 Administrator Diskussion Beiträge (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…“) | ||||
| N 20:36 | Vorlage:Ombox UnterschiedVersionen +146 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>“) | ||||
| N 20:35 | Vorlage:Documentation UnterschiedVersionen +151 Administrator Diskussion Beiträge (Die Seite wurde neu angelegt: „{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>“) | ||||