Module:Bracket/doc explained

Wrapper for bracket templates, which can be used in place of the following for reduced Post-expand include size:

Usage

<nowiki>{{</nowiki>#invoke:Bracket|''template_name''<nowiki>}}</nowiki>

Example

<nowiki>{{</nowiki>#invoke:Bracket|16TeamBracket-Compact-Tennis3<nowiki>}}</nowiki>

Adding new templates

New templates can be added using the following format:p['TEMPLATE_NAME'] = function (frame) return p._teamBracket(frame, 'TEMPLATE_NAME',,)end