Content deleted Content added
Deryck Chan (talk | contribs) build it all up... |
Deryck Chan (talk | contribs) try this instead for orange box |
||
Line 102:
--Build wikitext for result icon
local message_string1 = '<includeonly>
--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
|