Modul:Vorlage:LuaModuleDoc: Unterschied zwischen den Versionen
Modul:Vorlage:LuaModuleDoc (Quelltext anzeigen)
Version vom 16. November 2016, 20:38 Uhr
, vor 9 Jahren2016-11-16
(2016-11-15) |
(2016-11-16) |
||
| Zeile 1: | Zeile 1: | ||
local Serial = "2016-11- | 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 | if space and s then | ||
t = mw.title.makeTitle( space, | t = mw.title.makeTitle( space, s ) | ||
leader = ( mw.title.equals( CurrentTitle, t ) | leader = ( mw.title.equals( CurrentTitle, t ) | ||
and | and | ||