Modul:High-use: Unterschied zwischen den Versionen
K
1 Version importiert
en>64.114 etc Keine Bearbeitungszusammenfassung |
K (1 Version importiert) |
||
| Zeile 104: | Zeile 104: | ||
(mw.title.getCurrentTitle().namespace == 828 and "module" or "template"), | (mw.title.getCurrentTitle().namespace == 828 and "module" or "template"), | ||
title.fullText, title.fullText, | title.fullText, title.fullText, | ||
mw.title.getCurrentTitle().namespace == 828 and "Module:Sandbox|module sandbox" or " | mw.title.getCurrentTitle().namespace == 828 and "Module:Sandbox|module sandbox" or "Wikipedia:User pages#SUB|user subpage" | ||
) | ) | ||
local infoArg = frame.args["info"] ~= "" and frame.args["info"] | local infoArg = frame.args["info"] ~= "" and frame.args["info"] | ||
if (systemMessages or frame.args[1] == "risk" or (count and count >= 100000) ) then | if (systemMessages or frame.args[1] == "risk" or (count and count >= 100000) ) then | ||
local info = systemMessages and '.<br/>Changes to it can cause immediate changes to the | local info = systemMessages and '.<br/>Changes to it can cause immediate changes to the Wikipedia user interface.' or '.' | ||
if infoArg then | if infoArg then | ||
info = info .. "<br />" .. infoArg | info = info .. "<br />" .. infoArg | ||