Module:Scale tree: Difference between revisions

CompactStar (talk | contribs)
No edit summary
CompactStar (talk | contribs)
No edit summary
Line 18: Line 18:
local result = ""
local result = ""


local sb_depth = frame.args['sb_depth'] or 5
local depth = frame.args['depth'] or 5
local step_ratios = sb.sb_tree_ratios(sb_depth)
local step_ratios = sb.sb_tree_ratios(depth)
result = '{|class="wikitable"\n'
result = '{|class="wikitable"\n'