Module:Message box: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
show link to talk discussion when used in small format, per request |
சி tra |
||
வரிசை 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
'%s [[%s|%s]].',
talkText,
talk,
▲ talkText = 'Relevant discussion may be found on'
▲ if talkArgIsTalkPage then
)
▲ talkText = string.format(
else
talkText,
▲ talkTitle.prefixedText
talk
)
▲ talkText = string.format(
end
▲ '%s the [[%s#%s|talk page]].',
▲ talkTitle.prefixedText,
self.talk = talkText
end
வரி 530 ⟶ 524:
:addClass('mbox-text-span')
:wikitext(self.issue or nil)
if (self.talk or self.fix) and not self.isSmall then
textCellDiv:tag('span')
:addClass('hide-when-compact')
| |||