Modul:Vorlage:LuaModuleDoc: Unterschied zwischen den Versionen

2016-11-16
wp>PerfektesChaos
(2016-11-15)
wp>PerfektesChaos
(2016-11-16)
Zeile 1: Zeile 1:
local Serial = "2016-11-15"
local Serial = "2016-11-16"
--[=[
--[=[
Support {{LuaModuleDoc}}
Support {{LuaModuleDoc}}
Zeile 42: Zeile 42:
                 space, s = mw.ustring.match( repo.path:sub( 7 ),
                 space, s = mw.ustring.match( repo.path:sub( 7 ),
                                             "^([^:]+):(.+)$" )
                                             "^([^:]+):(.+)$" )
                 if space and source then
                 if space and s then
                     t      = mw.title.makeTitle( space, source )
                     t      = mw.title.makeTitle( space, s )
                     leader = ( mw.title.equals( CurrentTitle, t )
                     leader = ( mw.title.equals( CurrentTitle, t )
                               and
                               and
Anonymer Benutzer