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> }}
<includeonly>{{#if: {{{tiles|}}} | <div>'''Celkovo kartičiek: {{{tiles}}} '''</div> }}
<div style="display: table; max-width:{{{width|{{{1|700px}}}}}};"></includeonly><noinclude><languages/>{{Breadcrumbs
<div style="display: flex; flex-wrap: wrap; max-width:{{{width|{{{1|700px}}}}}};"></includeonly><noinclude><languages/>{{Breadcrumbs
|link1={{EditorManualLink}}
|link1={{EditorManualLink}}
}}
}}

Revision as of 00:22, 12 December 2022

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 width of list. Allowed value /CSS_SIZE/.
  • tiles (optional). Default -empty-. Show text Total tiles: /TEXT/ on begin of list of tiles. 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
...