2970
правок
Neotrit (обсуждение | вклад) м (1 версия импортирована) |
Neotrit (обсуждение | вклад) м (1 версия импортирована) |
||
| (не показана 1 промежуточная версия 1 участника) | |||
| Строка 2: | Строка 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 = {} | ||
| Строка 92: | Строка 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 | elseif preview_text == nil then | ||
preview_text = unknown_text | preview_text = unknown_text | ||
end | end | ||