Module:Template test case: Difference between revisions

    (use a bulleted list for the inline format because grr bug 14974)
    (oops, forgot to change the return value)
    Line 395: Line 395:
    :wikitext(table.concat(line))
    :wikitext(table.concat(line))
    end
    end
    return table.concat(ret, '\n')
    return tostring(list)
    end
    end