Benutzerbeiträge von „Timetrave“

Aus Our Time Travel Wiki
Ein Benutzer mit 175 Bearbeitungen. Das Konto wurde am 8. August 2019 erstellt.
Suche nach BenutzerbeiträgenAusklappenEinklappen
⧼contribs-top⧽
⧼contribs-date⧽
(neueste | älteste) Zeige ( | ältere 50) (20 | 50 | 100 | 250 | 500)

9. August 2021

  • 21:2921:29, 9. Aug. 2021 Unterschied Versionen +3.880 N Modul:Lua banner Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') loc..."
  • 21:2821:28, 9. Aug. 2021 Unterschied Versionen +196 N Vorlage:Lua Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikid..."
  • 21:2621:26, 9. Aug. 2021 Unterschied Versionen +260 N Vorlage:Sandbox other Created page with "{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain..."
  • 21:2521:25, 9. Aug. 2021 Unterschied Versionen +228 N Modul:Message box/configuration/doc Created page with "{{Used in system}} {{Module rating|protected}} {{#ifeq:{{PAGENAME}}|Message box/configuration/sandbox| {{Mbox|small=yes|type=notice|text=See related module: * Module:Message..."
  • 21:2421:24, 9. Aug. 2021 Unterschied Versionen +6.141 N Modul:Message box/configuration Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- --..."
  • 21:2121:21, 9. Aug. 2021 Unterschied Versionen +3.504 N Modul:Yesno/doc Created page with "{{used in system}} {{Module rating|protected}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>tru..."
  • 21:2021:20, 9. Aug. 2021 Unterschied Versionen +745 N Modul:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki..."
  • 21:1921:19, 9. Aug. 2021 Unterschied Versionen +923 N Modul:No globals/doc Created page with "{{used in system}} {{module rating|protected}} <!-- Template categories go at the bottom of this page. --> This module causes an error if any nil global i..."
  • 21:1721:17, 9. Aug. 2021 Unterschied Versionen +307 N Modul:No globals Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi..."
  • 21:1421:14, 9. Aug. 2021 Unterschied Versionen +146 N Vorlage:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"
  • 21:1021:10, 9. Aug. 2021 Unterschied Versionen +5.323 N Modul:Message box/doc Created page with "{{Used in system}} {{module rating|p}} {{Lua|Module:Message box/configuration|Module:No globals|Module:Yesno|Module:Arguments|Module:Category handler}} This is a meta-module..."
  • 21:0921:09, 9. Aug. 2021 Unterschied Versionen +18.348 N Modul:Message box Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary mo..."
  • 21:0721:07, 9. Aug. 2021 Unterschied Versionen +145 N Vorlage:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"
  • 21:0621:06, 9. Aug. 2021 Unterschied Versionen +1.667 N Vorlage:Documentation subpage Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-..."
  • 21:0521:05, 9. Aug. 2021 Unterschied Versionen +2.629 N Vorlage:Module other/doc Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{Template shortcut|ns828}} This is the {{tl|module other}} meta-template...." aktuell
  • 21:0421:04, 9. Aug. 2021 Unterschied Versionen +414 N Vorlage:Module other Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {..."
  • 21:0321:03, 9. Aug. 2021 Unterschied Versionen +199 N Modul:Documentation/config/doc Created page with "{{high-risk| 105997 }} {{module rating|protected}} This is the configuration file for Module:Documentation. This file can be edited to allow easy translation/porting of th..." aktuell
  • 21:0221:02, 9. Aug. 2021 Unterschied Versionen +17.605 N Modul:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation..."
  • 21:0021:00, 9. Aug. 2021 Unterschied Versionen +235 N Vorlage:Used in system Created page with "{{#invoke:High-use|main|1=|2={{{2|}}}|system={{#if:{{{1|}}}|{{{1}}}|in system messages}}<noinclude>|nocat=true</noinclude>}}<noinclude> {{documentation}}<!-- Add categories an..."
  • 20:5920:59, 9. Aug. 2021 Unterschied Versionen +16.316 N Modul:Arguments/doc Created page with "{{Used in system}} {{Module rating|p}} This module provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should..." aktuell
  • 20:5820:58, 9. Aug. 2021 Unterschied Versionen +10.054 N Modul:Arguments Created page with "-- 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..."
  • 20:5620:56, 9. Aug. 2021 Unterschied Versionen +5.306 N Vorlage:Module rating Created page with "<includeonly>{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = File:Ambox warning blue construction.svg|40x40p..."
  • 20:5520:55, 9. Aug. 2021 Unterschied Versionen +1.029 N Modul:Transclusion count/doc Created page with "{{Module rating |beta}} Fetches usage data for highly-transcluded templates. Uses bot-updated values from Special:PrefixIndex/Module:Transclusion_count/data/|subpages of Mo..."
  • 20:5420:54, 9. Aug. 2021 Unterschied Versionen +1.484 N Modul:Transclusion count Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespa..."
  • 20:5120:51, 9. Aug. 2021 Unterschied Versionen +297 N Vorlage:High use Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|all-pages={{{all-pages|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclu..." aktuell
  • 20:5020:50, 9. Aug. 2021 Unterschied Versionen +21.780 N Modul:Pagetype/doc Created page with "{{high use}} {{module rating|protected}} {{Lua|Module:Arguments|Module:Namespace detect|Module:Pagetype/config|Module:Yesno}} This module is used to detect the page type of a..." aktuell
  • 20:4920:49, 9. Aug. 2021 Unterschied Versionen +6.765 N Modul:Pagetype Created page with "-------------------------------------------------------------------------------- -- -- --..."
  • 20:4520:45, 9. Aug. 2021 Unterschied Versionen +2.830 N Modul:High-use/doc Created page with "{{Module rating|release}} {{High-use}} {{Lua|Module:Transclusion count}} Implements {{tl|High-use}}. Uses bot-updated values from Special:PrefixIndex/Module:Transclusion_co..." aktuell
  • 20:4420:44, 9. Aug. 2021 Unterschied Versionen +6.601 N Modul:High-use Created page with "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, co..."
  • 20:4220:42, 9. Aug. 2021 Unterschied Versionen +6.601 N Modulee:High-use Created page with "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, co..." aktuell
  • 20:4020:40, 9. Aug. 2021 Unterschied Versionen +297 N Vorlage:High-use Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|all-pages={{{all-pages|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclu..."
  • 20:3920:39, 9. Aug. 2021 Unterschied Versionen +2.124 N Modul:Documentation/doc Created page with "{{High-use|115172}} {{Module rating|protected}} {{Lua|Module:Documentation/config|Module:Arguments|Module:Message box|Module:Module wikitext|Module:Protection banner}} {{Uses..." aktuell
  • 20:3820:38, 9. Aug. 2021 Unterschied Versionen +34.947 N Modul:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('M..."
  • 20:3620:36, 9. Aug. 2021 Unterschied Versionen +127 N Vorlage:Cite magazine Created page with "<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=magazine }}</includeonly><noinclude> {{documentation}} </noinclude>"

7. August 2021

  • 20:4220:42, 7. Aug. 2021 Unterschied Versionen +828 N Vorlage:Green/doc Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high use|8447}}..." aktuell
  • 20:4120:41, 7. Aug. 2021 Unterschied Versionen +165 N Vorlage:Green Created page with "<span style="color:green;">{{{1}}}</span><noinclude> <!-- Add categories to the /doc subpage and interwikis to WikiData, not here! --> {{Documentation}}</noinclude>"

31. Juli 2021

(neueste | älteste) Zeige ( | ältere 50) (20 | 50 | 100 | 250 | 500)