Difference between revisions of "Template:BeginTileList/sk"

From Wikicarpedia
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<includeonly>{{#if: {{{tiles|}}} | <div>'''Celkovo kartičiek: {{{tiles}}} '''</div> }}{{#if: {{{tokens|}}} | <div>'''Celkovo žetónov: {{{tokens}}} '''</div> }}
<includeonly>{{#if: {{{tiles|}}} | <div>'''Celkovo kartičiek: {{{tiles}}} '''</div> }}{{#if: {{{tokens|}}} | <div>'''Celkovo žetónov: {{{tokens}}} '''</div> }}{{#if: {{{cards|}}} | <div>'''Celkovo kariet: {{{cards}}} '''</div> }}
<div style="display: flex; flex-wrap: wrap; max-width:{{{width|{{{1|700px}}}}}}; {{#ifeq: {{{align}}} | bottom | align-items: baseline;}}"></includeonly><noinclude><languages/>{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
<div style="display: flex; flex-wrap: wrap; max-width:{{{width|{{{1|700px}}}}}}; {{#ifeq: {{{align}}} | bottom | align-items: baseline;}}"></includeonly><noinclude><languages/>{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
{{Breadcrumbs
{{Breadcrumbs
Line 12: Line 12:
* <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>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>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>


== Examples ==
== Examples ==
Line 34: Line 35:
|-
|-
| colspan="2" | {{BeginTileList|tokens=8}}...{{EndTileList}}
| colspan="2" | {{BeginTileList|tokens=8}}...{{EndTileList}}
|-
! <code><nowiki>{{BeginTileList|cards=10}}</nowiki></code> || Start cards list section and show '''Total cards: 8''' above
|-
| colspan="2" | {{BeginTileList|cards=10}}...{{EndTileList}}
|}
|}
</noinclude>
</noinclude>

Revision as of 15:23, 8 June 2023

Description

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

Params

  • width or 1 or 1st (optional). Default 700px. Set max width of list. Allowed value /CSS_SIZE/.
  • 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/

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: 8 above
Celkovo kariet: 10
...