Module:Message box: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
சி tra |
per tper |
||
வரிசை 224:
local sect
if args.sect == '' then
sect = '
elseif type(args.sect) == 'string' then
sect = 'This ' .. args.sect
வரிசை 268:
end
if talkTitle and talkTitle.exists then
local talkText
local talkText = 'Relevant discussion may be found on'▼
if self.isSmall then
if talkArgIsTalkPage then▼
local talkLink = talkArgIsTalkPage and talk or (talkTitle.prefixedText .. '#' .. talk)
talkText = string.format(▼
talkText = string.format('([[%s|talk]])', talkLink)
else
talkTitle.prefixedText▼
'%s [[%s|%s]].',
talkText,
talkText = string.format(▼
talk,
'%s the [[%s#%s|talk page]].',▼
)
talkTitle.prefixedText,▼
else
talkText,
talk
)
end
end
self.talk = talkText
end
வரி 297 ⟶ 303:
end
if date then
self.date = string.format(" <
end
self.info = args.info
வரி 320 ⟶ 326:
self.imageEmptyCell = cfg.imageEmptyCell
if cfg.imageEmptyCellStyle then
self.imageEmptyCellStyle = 'border:none;padding:
end
வரி 524 ⟶ 530:
:addClass('mbox-text-span')
:wikitext(self.issue or nil)
if (self.talk or self.fix)
textCellDiv:tag('span')
:addClass('hide-when-compact')
வரி 538 ⟶ 544:
end
if self.removalNotice then
textCellDiv:tag('
:addClass('hide-when-compact')
:tag('i')
| |||