Difference between revisions of "Template:Control Point Timing/Control points"
| BrazilianNut (talk | contribs) m | m (RU ts) | ||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | < | + | <includeonly>{{#if:{{{2|}}}|{{lang | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|   | en = Control Points {{{1}}} and {{{2}}} |   | en = Control Points {{{1}}} and {{{2}}} | ||
|   | es = Puntos de Control {{{1}}} y {{{2}}} |   | es = Puntos de Control {{{1}}} y {{{2}}} | ||
| Line 12: | Line 6: | ||
|   | pt = Pontos de Controlo {{{1}}} e {{{2}}} |   | pt = Pontos de Controlo {{{1}}} e {{{2}}} | ||
|   | pt-br = Pontos de Controle {{{1}}} e {{{2}}} |   | pt-br = Pontos de Controle {{{1}}} e {{{2}}} | ||
| − | }}|{{lang | + |  | ru = Контрольные точки {{{1}}} и {{{2}}} | 
| + | }} | ||
| + | |{{#switch:{{{1}}} | ||
| + | |all points={{lang | ||
| + |  | en = All control points | ||
| + |  | cs = Všechny kontrolní body | ||
| + |  | da = Alle kontrolpunkter | ||
| + |  | de = Alle Kontrollpunkte | ||
| + |  | es = Todos los puntos de control | ||
| + |  | fr = Tous les Points de Contrôle | ||
| + |  | hu = Az összes ellenőrzőpont | ||
| + |  | it = Tutti i punti di controllo | ||
| + |  | ja = 全コントロールポイント | ||
| + |  | ko = 모든 점령 지점 | ||
| + |  | nl = Alle controleposten | ||
| + |  | pl = Wszystkie punkty kontrolne | ||
| + |  | pt-br = Todos os pontos de controle | ||
| + |  | ro = Toate punctele de control | ||
| + |  | ru = Все контрольные точки | ||
| + |  | zh-hans = 全部控制点 | ||
| + |  | zh-hant = 全部控制點 | ||
| + | }} | ||
| + | |capture point={{lang | ||
| + |  | en = Capture point | ||
| + |  | da = Kontrolpunkt | ||
| + |  | de = Kontrollpunkt | ||
| + |  | es = Punto de captura | ||
| + |  | fr = Point de capture | ||
| + |  | it = Punti di controllo | ||
| + |  | ja = コントロールポイント | ||
| + |  | ko = 지점 점령 | ||
| + |  | nl = Controlepost | ||
| + |  | no = Kontrollpunkter | ||
| + |  | pl = Punkt kontrolny | ||
| + |  | pt = Ponto de Captura | ||
| + |  | pt-br = Ponto de Captura | ||
| + |  | ro = Punct de Control | ||
| + |  | ru = Центральная контрольная точка | ||
| + |  | sv = Erövra punkt | ||
| + |  | tr = Kontrol noktası | ||
| + |  | zh-hans = 控制点 | ||
| + |  | zh-hant = 佔領控制點 | ||
| + | }} | ||
| + | |control point={{lang | ||
| + |  | en = Control Point | ||
| + |  | es = Punto de Control | ||
| + |  | fr = Point de contrôle | ||
| + |  | it = Punto di Controllo | ||
| + |  | pt = Ponto de Controlo | ||
| + |  | pt-br = Ponto de Controle | ||
| + |  | ru = Контрольная точка | ||
| + | }} | ||
| + | |#default={{lang | ||
|   | en = Control Point {{{1}}} |   | en = Control Point {{{1}}} | ||
|   | es = Punto de Control {{{1}}} |   | es = Punto de Control {{{1}}} | ||
| Line 19: | Line 65: | ||
|   | pt = Ponto de Controlo {{{1}}} |   | pt = Ponto de Controlo {{{1}}} | ||
|   | pt-br = Ponto de Controle {{{1}}} |   | pt-br = Ponto de Controle {{{1}}} | ||
| − | }}}}<noinclude> | + |  | ru = Контрольная точка {{{1}}} | 
| − | {{doc begin}}{{translation switching|en, es, fr, it, pt, pt-br}} | + | }} | 
| + | }} | ||
| + | }}</includeonly><noinclude>__NOTOC__ | ||
| + | {{doc begin}}{{translation switching|en, es, fr, it, pt, pt-br, ru}} | ||
| + | |||
| + | Determines the control points on the table (e.g. "Control Points 1 and 3"). | ||
| + | |||
| + | == Syntax ==  | ||
| + | <code><nowiki>{{Control Point Timing/Control points|parameter1|parameter2}}</nowiki></code> | ||
| + | |||
| + | === Parameters === | ||
| + | ; ''Parameter1'' | ||
| + | : The number/letter of the control point (e.g. "Control Point A") or the first of two points (e.g. "Control Points '''<u>1</u>''' and 3"). Also accepts the following inputs: | ||
| + | * <code>all points</code> for maps with the same timer for all points. | ||
| + | * <code>capture point</code> for maps where capturing the single point ends the match (e.g. Arena maps). | ||
| + | * <code>control point</code> for maps where capturing the single point starts a timer (e.g. King of the Hill maps). | ||
| + | |||
| + | |||
| + | ; ''Parameter2'' | ||
| + | : The number/letter of the second control point (e.g. "Control Points 1 and '''<u>3</u>'''"). | ||
| + | |||
| + | == Examples == | ||
| + | * <code><nowiki>{{Control Point Timing/Control points|A}}</nowiki></code> generates {{Control Point Timing/Control points|A}} | ||
| + | |||
| + | * <code><nowiki>{{Control Point Timing/Control points|1|3}}</nowiki></code> generates {{Control Point Timing/Control points|1|3}} | ||
| + | |||
| + | * <code><nowiki>{{Control Point Timing/Control points|all points}}</nowiki></code> generates {{Control Point Timing/Control points|all points}} | ||
| + | |||
| + | * <code><nowiki>{{Control Point Timing/Control points|control point}}</nowiki></code> generates {{Control Point Timing/Control points|control point}} | ||
| + | * <code><nowiki>{{Control Point Timing/Control points|capture point}}</nowiki></code> generates {{Control Point Timing/Control points|capture point}} | ||
| </noinclude> | </noinclude> | ||
Revision as of 04:22, 27 October 2025
Documentation for Control Point Timing/Control points
|  | This template uses translation switching. The correct language will be displayed automatically. Localized versions of this template (e.g. Template:Control Point Timing/Control points/ru) are not necessary. Add your translations directly to this template by editing it. Supported languages for this template: en, es, fr, it, pt, pt-br, ru (add) | 
Determines the control points on the table (e.g. "Control Points 1 and 3").
Syntax
{{Control Point Timing/Control points|parameter1|parameter2}}
Parameters
- Parameter1
- The number/letter of the control point (e.g. "Control Point A") or the first of two points (e.g. "Control Points 1 and 3"). Also accepts the following inputs:
- all pointsfor maps with the same timer for all points.
- capture pointfor maps where capturing the single point ends the match (e.g. Arena maps).
- control pointfor maps where capturing the single point starts a timer (e.g. King of the Hill maps).
- Parameter2
- The number/letter of the second control point (e.g. "Control Points 1 and 3").
Examples
- {{Control Point Timing/Control points|A}}generates Control Point A
- {{Control Point Timing/Control points|1|3}}generates Control Points 1 and 3
- {{Control Point Timing/Control points|all points}}generates All control points
- {{Control Point Timing/Control points|control point}}generates Control Point
- {{Control Point Timing/Control points|capture point}}generates Capture point
