Module:SB tree: Difference between revisions
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
-- Test function that produces the SB tree as a one-column table | -- Test function that produces the SB tree as a one-column table | ||
function p.sb_table(frame) | function p.sb_table(frame) | ||
result = '{|class="wikitable"\n' | result = '{| class="wikitable"\n' | ||
result = '!Ratio\n' | result = result .. '|-' | ||
result = result .. '!Ratio\n' | |||
local sb_tree_ratios = p.sb_tree(4, {1, 1}, {1, 0}, 0) | local sb_tree_ratios = p.sb_tree(4, {1, 1}, {1, 0}, 0) | ||