Difference between revisions of "Template:RulesPlacingMeeple/pl"

From Wikicarpedia
Jump to navigation Jump to search
(Created page with "2. Wystawienie podwładnych")
Tags: Mobile edit Mobile web edit
 
(Created page with "Możesz umieścić podwładnego zgodnie z zasadami.")
Tags: Mobile edit Mobile web edit
 
Line 27: Line 27:


<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 }} | <p><span lang="en" dir="ltr" class="mw-content-ltr">You may place a meeple according to the usual rules.</span></p>}}
{{#ifexpr: {{#ifeq: {{#len:{{{rules|{{{3|}}}}}}}} | 0 | 1 | 0 }} or {{#ifeq: {{{default}}}  | true | 1 | 0 }} | <p>Możesz umieścić podwładnego zgodnie z zasadami.</p>}}
{{{rules|{{{3|}}}}}}
{{{rules|{{{3|}}}}}}
</div>
</div>

Latest revision as of 20:44, 1 May 2024

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. Wystawienie podwładnych text will be showed.
  • default (optional) - [true | -empty- ]. Include translated default text Możesz umieścić podwładnego zgodnie z zasadami. before text of rules.
  • rules or 3 or 3rd (optional) - Text in Rules box, when not set, then will be showed default text Możesz umieścić podwładnego zgodnie z zasadami..
  • header or 1 or 1st (optional) [ ==|===|====|=====|2|3|4|5|fake-h2|fake-h3|fake-h4|fake-h5|-empty-] - Title of Rules box header in Table of Topics, default is ===== as 5th level of header, or fake-h# when title is not required in TOC.
  • class or 4 or 4th (optional) - Replacement of CSS classes.
  • id (optional) - HTML ID value

Examples

Code Description
{{RulesPlacingMeeple}} Show Rules box with default title, step number and rules
2. Wystawienie podwładnych

Możesz umieścić podwładnego zgodnie z zasadami.

{{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. Wystawienie podwładnych

Możesz umieścić podwładnego zgodnie z zasadami.

This is extra new rule.

{{RulesPlacingMeeple|title=Extra stuff for placing meeple not in TOC|rules=This is text for rules.|header=fake-h4}} Title is fake-h4 header, not in TOC

Extra stuff for placing meeple not in TOC

This is text for rules.

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

This is text of rules.