Module:Scale tree: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
CompactStar (talk | contribs)
No edit summary
CompactStar (talk | contribs)
No edit summary
Line 1: Line 1:
local p = {}
function p.scale_tree(frame)
function p.scale_tree(frame)
return "test"
return "test"
end
end

Revision as of 06:42, 22 May 2023


local p = {}
function p.scale_tree(frame)
	return "test"
end