Module:RfD close: Difference between revisions

Content deleted Content added
build it all up...
try this instead for orange box
Line 102:
--Build wikitext for result icon
local message_string1 = '<includeonly>[[' ..--includeonly icon_filenametag
--then dump the orange box
.. '<div class="boilerplate rfd vfd xfd-closed" style="background:#FFEEDD; margin-top:0.5em; padding:0 10px 0 10px; border:1px solid #888888;">'
.. '[[' .. icon_filename
.. '|16px|link=|alt=' .. result_match .. "]] '''Closed discussion''', see [["
Line 112 ⟶ 115:
--Complete the includeonly result message and build the anchor on daily log page
local end_string = '</div></includeonly><noinclude><span id="' .. timestamp_string .. '"></span>'
 
--Put it all together and return from Lua