10,735
edits
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 1,714: | Line 1,714: | ||
end | end | ||
add("</small>") | add("</small>") | ||
if irregular then add("[[Category:Radestrian irregular verbs") end | if irregular then add("[[Category:Radestrian irregular verbs]]") end | ||
return table.concat(format_table, string.char(10)) | return table.concat(format_table, string.char(10)) | ||
Line 1,814: | Line 1,814: | ||
end | end | ||
table.sort(review, function(a,b) return a < b end) | table.sort(review, function(a,b) return a < b end) | ||
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><tr><td rowspan=\"2\">[[File:Nuvola_apps_important_yellow.svg|48px]]</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></table></div>" | 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><tr><td rowspan=\"2\">[[File:Nuvola_apps_important_yellow.svg|48px]]</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></table></div>[[Category:Unchecked Radestrian conjugation tables]]" | ||
end | end | ||
end | end |