Difference between revisions of "Template:RulesPlacingMeeple/nl"

From Wikicarpedia
Jump to navigation Jump to search
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
Line 5: Line 5:


<div class="wica-box-body wica-placing-meeple wica-visible">
<div class="wica-box-body wica-placing-meeple wica-visible">
{{#ifexpr: {{#ifeq: {{#len:{{{rules|{{{3|}}}}}}}} | 0 | 1 | 0 }} or {{#ifeq: {{{default}}}  | true | 1 | 0 }} | <div>Je mag volgens de gebruikelijk spelregels een meeple zetten.</div>}}
{{#ifexpr: {{#ifeq: {{#len:{{{rules|{{{3|}}}}}}}} | 0 | 1 | 0 }} or {{#ifeq: {{{default}}}  | true | 1 | 0 }} | <p>Je mag volgens de gebruikelijk spelregels een meeple zetten.</p>}}
{{{rules|{{{3|}}}}}}
{{{rules|{{{3|}}}}}}
</div>
</div>
Line 17: Line 17:


== Params ==
== Params ==
* <code>title</code> or <code>2</code> or 2nd (optional) - Title of Rules box, when not set, '''2. Placing a meeple''' text will be showed.
* <code>title</code> or <code>2</code> or 2nd (optional) - Title of Rules box, when not set, ''{{Translations:Template:RulesPlacingMeeple/1/{{PAGELANGUAGE}}}}'' text will be showed.
* <code>defaulttext</code> (optional) - [<code>true</code> | -empty- ]. Include default text before <code><nowiki>rules</nowiki></code>.
* <code>default</code> (optional) - [<code>true</code> | -empty- ]. Include translated default text ''{{Translations:Template:RulesPlacingMeeple/2/{{PAGELANGUAGE}}}}'' before text of <code><nowiki>rules</nowiki></code>.
* <code>rules</code> or <code>3</code> or 3rd (optional) - Text in Rules box, when not set, then will be showed default text '''You may place a meeple according to the usual rules.'''.
* <code>rules</code> or <code>3</code> or 3rd (optional) - Text in Rules box, when not set, then will be showed default text ''{{Translations:Template:RulesPlacingMeeple/2/{{PAGELANGUAGE}}}}''.
* <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.

Revision as of 13:53, 22 March 2023

Description

Create Rules box for Placing a meeple. Currently in blue.

Params

  • title or 2 or 2nd (optional) - Title of Rules box, when not set, 2. Een meeple zetten text will be showed.
  • default (optional) - [true | -empty- ]. Include translated default text Je mag volgens de gebruikelijk spelregels een meeple zetten. before text of rules.
  • rules or 3 or 3rd (optional) - Text in Rules box, when not set, then will be showed default text Je mag volgens de gebruikelijk spelregels een meeple zetten..
  • 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.

Examples

Code Description
{{RulesPlacingMeeple}} Show Rules box with default title, step number and rules
2. Een meeple zetten

Je mag volgens de gebruikelijk spelregels een meeple zetten.

{{RulesPlacingMeeple|title=2b. Placing a phantom|rules=This is text of rules.}} Change title
2b. Placing a phantom

This is text of rules.

{{RulesPlacingMeeple|default=true|rules=This is extra new rule.}} Include default rules, but also extra rules
2. Een meeple zetten

Je mag volgens de gebruikelijk spelregels een meeple zetten.

This is extra new rule.

{{RulesPlacingMeeple|2=2b. Placing a phantom|3=This is text for rules.}} Backward compatibility
2b. Placing a phantom

This is text for rules.