Modul:Check for unknown parameters: Unterschied zwischen den Versionen

K
1 Version importiert
K (Changed protection settings for "Module:Check for unknown parameters": Highly visible template; requested at WP:RfPP ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite)))
 
K (1 Version importiert)
 
(2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:
-- with a list of arguments, returning a specified result if an argument is
-- with a list of arguments, returning a specified result if an argument is
-- not on the list
-- not on the list
require ('strict');
local p = {}
local p = {}


Zeile 92: Zeile 95:
if isnotempty(preview_text) then
if isnotempty(preview_text) then
preview_text = require('Module:If preview')._warning({preview_text})
preview_text = require('Module:If preview')._warning({preview_text})
elseif preview == nil then
elseif preview_text == nil then
preview_text = unknown_text
preview_text = unknown_text
end
end