Template:Podium: Difference between revisions
>Kypho Created page with "<noinclude> {{#cargo_declare:_table=Podiums |Tournament=Page (mandatory) |Mode=String |Class=String |Place=Integer |Team=Page |SharedThird=Boolean }} </noinclude><includeonly> {{#cargo_store:_table=Podiums |Tournament={{PAGENAME}} |Mode={{{Mode|}}} |Class={{{Class|}}} |Place={{{Place|}}} |Team={{{Team|}}} |SharedThird={{{SharedThird|}}} }} * {{#switch: {{{Place|}}} | 1 = π₯ [[{{{Team}}}]] | 2 = π₯ [[{{{Team}}}]] | 3 = π₯ [[{{{Team}}}]]{{#if: {{{SharedThird|}}}..." Β |
>Kypho No edit summary |
||
| Line 2: | Line 2: | ||
{{#cargo_declare:_table=Podiums | {{#cargo_declare:_table=Podiums | ||
|Tournament=Page (mandatory) | |Tournament=Page (mandatory) | ||
| | |Division=String | ||
|Place=Integer | |Place=Integer | ||
|Team=Page | |Team=Page Β <!-- can be a redlink; thatβs OK --> | ||
}} | }} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{#cargo_store:_table=Podiums | {{#cargo_store:_table=Podiums | ||
|Tournament={{PAGENAME}} | |Tournament={{PAGENAME}} | ||
| | |Division={{{Division|}}} | ||
|Place={{{Place|}}} | |Place={{{Place|}}} | ||
|Team={{{Team|}}} | |Team={{{Team|}}} | ||
}} | }} | ||
| Line 21: | Line 17: | ||
Β | 1 = π₯ [[{{{Team}}}]] | Β | 1 = π₯ [[{{{Team}}}]] | ||
Β | 2 = π₯ [[{{{Team}}}]] | Β | 2 = π₯ [[{{{Team}}}]] | ||
Β | 3 = π₯ [[{{{Team}}}]] | Β | 3 = π₯ [[{{{Team}}}]] | ||
Β | # = Place {{{Place}}}: [[{{{Team}}}]] | Β | # = Place {{{Place}}}: [[{{{Team}}}]] | ||
}} | }} | ||
</includeonly> | </includeonly> | ||