Difference between revisions of "Template:RulesPlacingTile"

From Wikicarpedia
Jump to navigation Jump to search
Line 1: Line 1:
<div class="{{{4|wica-top-spacing wica-bottom-spacing wica-visible}}}">
<div class="{{{header|{{{class|wica-top-spacing wica-bottom-spacing wica-visible}}}}}}">
<div class="wica-box-header wica-placing-tile wica-visible">
<div class="wica-box-header wica-placing-tile wica-visible">
{{{1|=====}}}<span style="color:#FFFFFF">{{{2|<translate><!--T:1--> 1. Placing a tile</translate>}}}</span> {{{1|=====}}}
{{{header|{{{1|=====}}}}}}<span style="color:#FFFFFF">{{{title|{{{2|<translate><!--T:1--> 1. Placing a tile</translate>}}}}}}</span> {{{header|{{{1|=====}}}}}}
</div>
</div>


<div class="wica-box-body wica-placing-tile wica-visible">
<div class="wica-box-body wica-placing-tile wica-visible">
{{{3|<translate><!--T:2--> Whenever you draw a tile, place it normally.</translate>}}}
{{{rules|{{{3|<translate><!--T:2--> Whenever you draw a tile, place it normally.</translate>}}}}}}
</div>
</div>
</div><noinclude><hr />
</div><noinclude><hr />

Revision as of 11:10, 5 November 2022

1. Placing a tile

Whenever you draw a tile, place it normally.


Exclamation2.png

This page is Under construction!
Rules, texts, images and others can be changed.

Description

Create Rules box for Placing tile. Currently in green.

Params

  • header or 1 or 1st (optional) [ ==|===|====|=====|-empty-] - Possible to make title of Rules box header in Table of Topics, default is ===== as 5th level of header.
  • title or 2 or 2nd (optional) - Title of Rules box, when not set, 1. Placing a tile text will be showed.
  • rules or 3 or 3rd (optional) - Text in Rules box, when not set, then will be showed default text Whenever you draw a tile, place it normally..
  • class or 4 or 4th (optional) - Replacement of CSS classes.

Examples

Code Description
{{RulesPlacingTile}} Show Rules box with default title, step number and rules
1. Placing a tile

Whenever you draw a tile, place it normally.

{{RulesPlacingTile|title=1b. Placing gold token}} Change title
1b. Placing gold token

Whenever you draw a tile, place it normally.