Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 408: Line 408:
rows = {}
rows = {}
entries = p.getIndexedArgs(frame, 'return')
entries = p.getIndexedArgs(frame, 'return')
text = text.."'''Success Returns'''\n\n"
if #entries == 0 then
if #entries == 0 then
text = text..p.documentationMissing(frame, "Success returns").."<br><br>"
text = text..p.documentationMissing(frame, "Success returns").."<br><br>"
Line 438: Line 437:
rows = {}
rows = {}
entries = p.getIndexedArgs(frame, 'returnFail')
entries = p.getIndexedArgs(frame, 'returnFail')
text = text.."'''Failure Returns'''\n\n"
text = text.."'''Failure Return :'''\n\n"
if #entries == 0 then
if #entries == 0 then
text = text..p.documentationMissing(frame, "Failure returns")
text = text..p.documentationMissing(frame, "Failure returns")
6,833

edits