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