Difference between revisions of "Template:RulesPlacingTile"

From Wikicarpedia
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly><div class="{{{header|{{{class|wica-top-spacing wica-bottom-spacing wica-visible}}}}}}">
<includeonly><div {{#if: {{{id|}}} | id="{{{id}}}" }} 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">
{{{header|{{{1|=====}}}}}}<span style="color:#FFFFFF">{{{title|{{{2|<translate><!--T:1--> 1. Placing a tile</translate>}}}}}}</span> {{{header|{{{1|=====}}}}}}
{{{header|{{{1|=====}}}}}}<span style="color:#FFFFFF">{{{title|{{{2|<translate><!--T:1--> 1. Placing a tile</translate>}}}}}}</span> {{{header|{{{1|=====}}}}}}
Line 20: Line 20:
* <code>header</code> or <code>1</code> or 1st (optional) [ <code>==</code>|<code>===</code>|<code>====</code>|<code>=====</code>|-empty-] - Possible to make title of Rules box header in Table of Topics, default is <code>=====</code> as 5th level of header.
* <code>header</code> or <code>1</code> or 1st (optional) [ <code>==</code>|<code>===</code>|<code>====</code>|<code>=====</code>|-empty-] - Possible to make title of Rules box header in Table of Topics, default is <code>=====</code> as 5th level of header.
* <code>class</code> or <code>4</code> or 4th (optional) - Replacement of CSS classes.
* <code>class</code> or <code>4</code> or 4th (optional) - Replacement of CSS classes.
* <code>id</code> (optional) - HTML ID value


== Examples ==
== Examples ==

Revision as of 22:17, 13 April 2023

Description

Create Rules box for Placing tile. Currently in green.

Params

  • 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..
  • 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.
  • class or 4 or 4th (optional) - Replacement of CSS classes.
  • id (optional) - HTML ID value

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|rules=This is text for rules.}} Change title
1b. Placing gold token

This is text for rules.

{{RulesPlacingTile|2=1b. Placing gold token|3=This is text for rules.}} Backward compatibility
1b. Placing gold token

This is text for rules.