Content deleted Content added
adj naming |
No edit summary |
||
Line 214:
if 0 == #list_t then
return (yes_no (args_t.suppress_empty_list_error) and '') or -- return empty
error_msg (messages_t.empty_list, 'native name list'); -- otherwise error
elseif 1 == #list_t then
return
else
return require ('Module:List').unbulleted (list_t); -- use unbulleted list from module
end
end
|