削除された内容 追加された内容
m モジュール:Message box」を保護しました: 影響が特に大きいテンプレート: 現時点で 292983 ページからの読み込み ([編集=管理者のみに許可] (無期限) [移動=管理者のみに許可] (無...
Frozen-mikan (会話 | 投稿記録)
Wikipedia:井戸端/subj/RemexHTML移行に関する合意形成 を受けて、特別:LintErrors を減らすため https://en.wikipedia.org/w/index.php?title=Module:Message_box&diff=803399820&oldid=742383679 の変更を取り込む
489行目:
-- collapsible. At the moment, only ambox uses this.
textCell:cssText(self.textstyle or nil)
local textCellSpantextCellDiv = textCell:tag('spandiv')
textCellDiv
textCellSpan
:addClass('mbox-text-span')
:wikitext(self.issue or nil)
if not self.isSmall then
textCellSpantextCellDiv:tag('span')
:addClass('hide-when-compact')
:wikitext(self.talk and (' ' .. self.talk) or nil)
:wikitext(self.fix and (' ' .. self.fix) or nil)
end
textCellSpantextCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
if not self.isSmall then
textCellDiv
textCellSpan
:tag('span')
:addClass('hide-when-compact')