Module:RfD close: Difference between revisions

Content deleted Content added
edit sandbox section; test everything
move div position to get the box right
Line 114:
--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
Line 121:
 
function rfd.rfdt_show_result(frame)
return '</noinclude>' .. frame.args['result'] .. '<includeonly></div></includeonly><noinclude>'
end