Template:Round4-with third/doc: Difference between revisions

Content deleted Content added
add documentation on custom paramaters
m {{High-use}}
 
(6 intermediate revisions by 5 users not shown)
Line 1:
{{documentationDocumentation subpage}}
{{High-use}}
 
{{Lua|Module:RoundN}}
'''Template description: ''' This template generates a generic 4-team [[Bracket (tournament)|tournament bracket]].
 
== Example ==
{{Round4-with third
<!--Date-Place|Team 1|Score 1|Team 2|Score 2 -->
Line 14 ⟶ 16:
}}
 
<syntaxhighlight lang="wikitext">
 
<pre>
{{Round4-with third
<!--Date-Place|Team 1|Score 1|Team 2|Score 2 -->
Line 26 ⟶ 27:
|29 January - |{{fbu|20|MAR}} |1(5) |{{fb|BEN}} |1(3)
}}
</syntaxhighlight>
</pre>
 
== Usage ==
Use the parameters listed below to customise the template. For example, putting <code>|team-width=200}}</code> in the last line will set the width of the team cells to 200 px. The following parameter values are acceptable:
 
Line 45 ⟶ 47:
|}
 
==Blank Templatetemplate==
 
<syntaxhighlight lang="wikitext">
<pre>
 
{{Round4-with third |RD1=
|RD2=
|Consol=
<!--Date-Place|Team 1|Score 1|Team 2|Score 2 -->
<!--semi-finals -->
Line 60:
<!--third place -->
| | || |
<!--parameters -->
|RD1=
|RD2=
|Consol=
}}
</syntaxhighlight>
</pre>
 
== See also ==
* {{tl|4TeamBracket}}
 
<includeonly>{{Sandbox other||
[[Category:4-Team bracket templates]]
}}</includeonly>