Module:NavboxUpgraded: Difference between revisions

No edit summary
No edit summary
Line 53: Line 53:
                     for item in sublist:gmatch("%*%s*(.-)\n?") do
                     for item in sublist:gmatch("%*%s*(.-)\n?") do
                         if item ~= "" then
                         if item ~= "" then
                             ul:tag('li'):wikitext(item)
                             container:wikitext(sublist)
                         end
                         end
                     end
                     end
Line 160: Line 160:
                     for item in list:gmatch("%*%s*(.-)\n?") do
                     for item in list:gmatch("%*%s*(.-)\n?") do
                         if item ~= "" then
                         if item ~= "" then
                            ul:tag('li'):wikitext(item)
                          container:wikitext(sublist)
                         end
                         end
                     end
                     end