Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 1,699: Line 1,699:
end
end
table.sort(review, function(a,b) return a < b end)
table.sort(review, function(a,b) return a < b end)
return "Please review the following stems. If all is okay, add <code>|check=1</code> to generate the tables." .. string.char(10) .. table.concat(review, string.char(10))
return "<div class=\"noprint maintenance-box maintenance-box-red\" style=\"background:#FFE7DD; width:90%; margin: 0.75em auto; border:1px dashed #884444; padding: 0.25em;\"><table><tbody><tr><td rowspan=\"2\"><a href=\"/wiki/File:Nuvola_apps_important_yellow.svg\" class=\"image\"><img alt=\"Nuvola apps important yellow.svg\" src=\"/images/thumb/d/dc/Nuvola_apps_important_yellow.svg/50px-Nuvola_apps_important_yellow.svg.png\" decoding=\"async\" width=\"50\" height=\"42\" srcset=\"/images/thumb/d/dc/Nuvola_apps_important_yellow.svg/75px-Nuvola_apps_important_yellow.svg.png 1.5x, /images/thumb/d/dc/Nuvola_apps_important_yellow.svg/100px-Nuvola_apps_important_yellow.svg.png 2x\"></a></td><th style=\"text-align: left;\">Please review the following stems</th></tr><tr><td>If all is okay, add <code>|check=1</code> to generate the tables." .. string.char(10) .. table.concat(review, string.char(10)) .. "</td></tr></tbody></table></div>"
end
end
end
end

Navigation menu