Module:Message box: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
switch indentation to tabs |
control for blank values of issue, fix, and subst |
||
வரிசை 176:
-- Find whether we are using a small message box.
if cfg.allowSmall and (
then
self.isSmall = true
வரிசை 221:
end
local issue = args.issue
issue = type(issue) == 'string' and issue ~= '' and issue or nil
local text = args.text
text = type(text) == 'string' and text or nil
வரிசை 259:
-- Get other values.
self.fix = args.fix ~= '' and args.fix or nil
local date
if args.date and args.date ~= '' then
| |||