Difference between revisions of "Template:BeginTileList"

From Wikicarpedia
Jump to navigation Jump to search
m (Removed extra tags)
Line 1: Line 1:
<noinclude>
<div style="display: table; max-width:{{{1|700px}}};"><noinclude><hr />
== Usage ==
===Description===
Begin Tile List:
Begin Tile List, with possible set width of tiles, which means, how much tiles will be +- in a row.
{{BeginTileList|width}}
 
== Params ==
* <code>1</code> (optional) [<code>width</code>{{!}} -empty-] Set width in style 700px (default value when parameter is not set), or in other CSS value like 100%
 
== Examples ==
 
{| class="wikitable"
! Wiki !! Output
|-
| <code><nowiki>{{BeginTileList}}</nowiki></code> || Start tile list section with default width 700px
|-
| <code><nowiki>{{BeginTileList|300px}}</nowiki></code> || Start tile list section with specific width 300px
|-
| <code><nowiki>{{BeginTileList}}</nowiki></code> || Start tile list section with width 100%
|}
</noinclude>
</noinclude>
<div style="display: table; max-width:{{{1|700px}}};">

Revision as of 11:00, 30 October 2022


Description

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

Params

  • 1 (optional) [width| -empty-] Set width in style 700px (default value when parameter is not set), or in other CSS value like 100%

Examples

Wiki Output
{{BeginTileList}} Start tile list section with default width 700px
{{BeginTileList|300px}} Start tile list section with specific width 300px
{{BeginTileList}} Start tile list section with width 100%