Module:Scale tree: Difference between revisions
No edit summary |
No edit summary |
||
| Line 68: | Line 68: | ||
-- Each entry is then entered as a semicolon-delimtied list | -- Each entry is then entered as a semicolon-delimtied list | ||
local comments_unparsed = frame.args['Comments'] | local comments_unparsed = frame.args['Comments'] | ||
local comments = p.parse_kv_pairs(comments_unparsed) | local comments = p.parse_kv_pairs(comments_unparsed) or {} | ||
result = '{|class="wikitable"\n' | result = '{|class="wikitable"\n' | ||