Modul:Message box: Unterschied zwischen den Versionen
move the removal notice inline
(add a removalnotice parameter to ambox, don't display blank spans, and make the config module page a constant so it's easier to see) |
(move the removal notice inline) |
||
| Zeile 513: | Zeile 513: | ||
end | end | ||
if self.removalNotice then | if self.removalNotice then | ||
textCellSpan:tag(' | textCellSpan:tag('small') | ||
:addClass('hide-when-compact') | :addClass('hide-when-compact') | ||
:tag(' | :tag('i') | ||
: | :wikitext(string.format(" (%s)", self.removalNotice)) | ||
end | end | ||
else | else | ||