Template:SB tree/doc: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{dochead}} | {{dochead}} | ||
=== | === Usage === | ||
{| class="wikitable center-all" | No parameters are required, but will accept up to 5. | ||
{| class="wikitable center-all" style="margin: auto auto auto auto;" | |||
|+ Parameters | |||
! Parameter !! Required? !! Description | ! Parameter !! Required? !! Description | ||
|- | |- | ||
Line 14: | Line 16: | ||
| Stagger Ratios || Whether to display ratios in a staggered formation (spans multiple columns) or in only one column. The default is true. | | Stagger Ratios || Whether to display ratios in a staggered formation (spans multiple columns) or in only one column. The default is true. | ||
|} | |} | ||
=== See also === | |||
* [[Module:SB tree]] – The Lua module that implements the functionality. |
Revision as of 14:10, 20 May 2024
Usage
No parameters are required, but will accept up to 5.
Parameter | Required? | Description |
---|---|---|
Start Ratio | No (optional) | The starting ratio for the SB tree. The default is 1/1. |
Stop Ratio | The stopping ratio for the SB tree. The default is 1/0. | |
Depth | How many layers from the starting ratio the tree should extend. The default is 4 layers. | |
Edge Extend | How many additional layers the edges should be extended. The default is 0 layers. | |
Stagger Ratios | Whether to display ratios in a staggered formation (spans multiple columns) or in only one column. The default is true. |
See also
- Module:SB tree – The Lua module that implements the functionality.