Difference between revisions of "Template:BeginTileList/sk"

(Updating to match new version of source page)
(Updating to match new version of source page)
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{tiles|}}} | <div>'''Celkovo kartičiek: {{{tiles}}} '''</div> }}
<includeonly><div {{#switch:{{{nesting|}}}
<div style="display: table; max-width:{{{width|{{{1|700px}}}}}};"></includeonly><noinclude><languages/>{{Breadcrumbs
  |0
  |1
  |2 = class="wica-nesting-{{{nesting}}}"
}}>{{#if: {{{tiles|}}} | '''Celkovo kartičiek: {{{tiles}}}'''  | {{#if: {{{tokens|}}} | '''Celkovo žetónov: {{{tokens}}}''' | {{#if: {{{cards|}}} | '''Celkovo kariet: {{{cards}}}''' | {{#if: {{{maps|}}} | '''<span lang="en" dir="ltr" class="mw-content-ltr">Total maps:</span> {{{maps}}}''' | {{#if: {{{special|}}} | '''<span lang="en" dir="ltr" class="mw-content-ltr">Total special tiles:</span> {{{special}}}''' | {{#if:{{{description|}}}{{{count|}}} | '''<span lang="en" dir="ltr" class="mw-content-ltr">Total {{{description|unknown}}}: {{{count|?}}}</span>''' }} }} }} }} }} }}</div><div {{#switch:{{{nesting|}}}
  |0
  |1
  |2 = class="wica-nesting-{{{nesting}}}"
}} style="display: flex; flex-wrap: wrap; max-width:{{{width|700px}}}; {{#ifeq: {{{align}}} | bottom | align-items: flex-end;}}"></includeonly><noinclude><languages/>{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
{{Breadcrumbs
|link1={{EditorManualLink}}
|link1={{EditorManualLink}}
}}
}}
Line 7: Line 15:


== Params ==
== Params ==
* <code>width</code> or <code>1</code> or 1st (optional). Default <code>700px</code>. Set width of list. Allowed value <code><nowiki>/CSS_SIZE/</nowiki></code>.
* <code>width</code> (optional). Default <code>700px</code>. Set max width of list. Allowed value <code><nowiki>/CSS_SIZE/</nowiki></code>.
* <code>tiles</code> (optional). Default <code>-empty-</code>. Show text '''Total tiles: <codE>/TEXT/</code>''' on begin of list of tiles. Allowed value <code><nowiki>/TEXT/</nowiki></code>
* <code>nesting</code> (optional) - [ <code>0</code>, <code>1</code>, <code>2</code> ] Append <code>wica-nesting-#</code> class for margin level <code>0</code> (none), level <code>1</code> (<code>22px</code>) or level <code>2</code> (<code>42px</code>).
* <code>align</code> (optional). [<code>bottom</code>|-empty-] Vertical align of content, default top.
* <code>tiles</code> (optional). Default <code>-empty-</code>. Show text '''Total tiles: <code>/TEXT/</code>''' on begin of list of tiles. Allowed value <code><nowiki>/TEXT/</nowiki></code>
* <code>tokens</code> (optional). Default <code>-empty-</code>. Show text '''Total tokens: <code>/TEXT/</code>''' on begin of list of tokens. Allowed value <code><nowiki>/TEXT/</nowiki></code>
* <code>cards</code> (optional). Default <code>-empty-</code>. Show text '''Total cards: <code>/TEXT/</code>''' on begin of list of cards. Allowed value <code><nowiki>/TEXT/</nowiki></code>
* <code>maps</code> (optional). Default <code>-empty-</code>. Show text '''Total maps: <code>/TEXT/</code>''' on begin of list of maps. Allowed value <code><nowiki>/TEXT/</nowiki></code>
* <code>special</code> (optional). Default <code>-empty-</code>. Show text '''Total special tiles: <code>/TEXT/</code>''' on begin of list of special tiles. Allowed value <code><nowiki>/TEXT/</nowiki></code> (Used for example for scoring tiles, Abbey tiles, King and Robber tiles)
* <code>description</code> + <code>count</code> (optional). Pair for one expansion only type of list, when we want to divide different token types, etc.. Like <code>Season condition tokens</code> and <code>Season marker token</code> for {{SeasonsLink|logo=hidden}}.


== Examples ==
== Examples ==
Line 27: Line 42:
|-
|-
| colspan="2" | {{BeginTileList|tiles=16 + 1 starting tile}}...{{EndTileList}}
| colspan="2" | {{BeginTileList|tiles=16 + 1 starting tile}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|tokens=8}}</nowiki></code> || Start token list section and show '''Total tokens: 8''' above
|-
| colspan="2" | {{BeginTileList|tokens=8}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|cards=10}}</nowiki></code> || Start cards list section and show '''Total cards: 10''' above
|-
| colspan="2" | {{BeginTileList|cards=10}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|maps=1}}</nowiki></code> || Start maps list section and show '''Total maps: 1''' above
|-
| colspan="2" | {{BeginTileList|maps=1}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|special=2}}</nowiki></code> || Start special tiles list section and show '''Total special tiles: 2''' above
|-
| colspan="2" | {{BeginTileList|special=2}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|nesting=2}}</nowiki></code> || Nesting level 2
|-
| colspan="2" | {{BeginTileList|nesting=2}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|count=4|description=Seasons conditions tokens}}</nowiki></code> || One time usade of description
|-
| colspan="2" | {{BeginTileList|count=4|description=Seasons conditions tokens}}...{{EndTileList}}
|}
|}
{{#switch: {{PAGELANGUAGE}}
</noinclude>
| en = [[Category:Translatable_templates]] [[Category:Editor Manual]]
|
}}</noinclude>

Latest revision as of 13:08, 10 May 2024

Description

Begin Tile List, with possible set width of tiles, which means, how much tiles will be +- in a row.

Params

  • width (optional). Default 700px. Set max width of list. Allowed value /CSS_SIZE/.
  • nesting (optional) - [ 0, 1, 2 ] Append wica-nesting-# class for margin level 0 (none), level 1 (22px) or level 2 (42px).
  • align (optional). [bottom|-empty-] Vertical align of content, default top.
  • tiles (optional). Default -empty-. Show text Total tiles: /TEXT/ on begin of list of tiles. Allowed value /TEXT/
  • tokens (optional). Default -empty-. Show text Total tokens: /TEXT/ on begin of list of tokens. Allowed value /TEXT/
  • cards (optional). Default -empty-. Show text Total cards: /TEXT/ on begin of list of cards. Allowed value /TEXT/
  • maps (optional). Default -empty-. Show text Total maps: /TEXT/ on begin of list of maps. Allowed value /TEXT/
  • special (optional). Default -empty-. Show text Total special tiles: /TEXT/ on begin of list of special tiles. Allowed value /TEXT/ (Used for example for scoring tiles, Abbey tiles, King and Robber tiles)
  • description + count (optional). Pair for one expansion only type of list, when we want to divide different token types, etc.. Like Season condition tokens and Season marker token for Ročné obdobiaRočné obdobia.

Examples

! Wiki Output
{{BeginTileList}} Start tile list section with default width 700px
{{BeginTileList|width=300px}} Start tile list section with specific width 300px
{{BeginTileList|width=100%}} Start tile list section with width 100%
{{BeginTileList|tiles=72}} Start tile list section and show Total tiles: 72 above
Celkovo kartičiek: 72
...
{{BeginTileList|tiles=16 + 1 starting tile}} Start tile list section and show Total tiles: 16 + 1 starting tile above
Celkovo kartičiek: 16 + 1 starting tile
...
{{BeginTileList|tokens=8}} Start token list section and show Total tokens: 8 above
Celkovo žetónov: 8
...
{{BeginTileList|cards=10}} Start cards list section and show Total cards: 10 above
Celkovo kariet: 10
...
{{BeginTileList|maps=1}} Start maps list section and show Total maps: 1 above
Total maps: 1
...
{{BeginTileList|special=2}} Start special tiles list section and show Total special tiles: 2 above
Total special tiles: 2
...
{{BeginTileList|nesting=2}} Nesting level 2
...
{{BeginTileList|count=4|description=Seasons conditions tokens}} One time usade of description
Total Seasons conditions tokens: 4
...