Module:Message box: Difference between revisions

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)
Line 513:
end
if self.removalNotice then
textCellSpan:tag('divsmall')
:addClass('hide-when-compact')
:tag('uli')
:wikitext(string.format(" (%s)", self.removalNotice))
:tag('li')
:tag('small')
:wikitext(self.removalNotice)
end
else
Anonymous user