Difference between revisions of "Template:RulesPlacingTile/cs"

From Wikicarpedia
Jump to navigation Jump to search
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
  | 5 = <h{{{header}}}>
  | 5 = <h{{{header}}}>
  | {{{header|{{{1|=====}}}}}}
  | {{{header|{{{1|=====}}}}}}
}}<span style="color:#FFFFFF">{{{title|{{{2|{{{2|Pro název fáze tahu vložte parametr: <code><nowiki>|2=1. Přiložení kartičky</nowiki></code>}}}}}}}}}</span> {{#switch: {{{header}}}
}}<span style="color:#FFFFFF">{{{title|{{{2|Pro název fáze tahu vložte parametr: <code><nowiki>|title=1. Přiložení kartičky</nowiki></code>}}}}}}</span> {{#switch: {{{header}}}
  | fake-h1
  | fake-h1
  | fake-h2
  | fake-h2
Line 27: Line 27:


<div class="wica-box-body wica-placing-tile wica-visible">
<div class="wica-box-body wica-placing-tile wica-visible">
{{{rules|{{{3|{{{3|Pro popis úkonu vložte parametr: <code><nowiki>|3=Text popisu úkonu</nowiki></code><br />}}}}}}}}}
{{{rules|{{{3|Pro popis úkonu vložte parametr: <code><nowiki>|rules=Text popisu úkonu</nowiki></code><br />}}}}}}
</div>
</div>
</div>{{OldNumberedParametersWarning|1{{#if: {{{1|}}} ||NULL}}={{{1|}}}|2{{#if: {{{2|}}} ||NULL}}={{{2|}}}|3{{#if: {{{3|}}} ||NULL}}={{{3|}}}|4{{#if: {{{4|}}} ||NULL}}={{{4|}}}|5{{#if: {{{5|}}} ||NULL}}={{{5|}}}|template=RulesPlacingTile }}</includeonly><noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
</div>{{OldNumberedParametersWarning|1{{#if: {{{1|}}} ||NULL}}={{{1|}}}|2{{#if: {{{2|}}} ||NULL}}={{{2|}}}|3{{#if: {{{3|}}} ||NULL}}={{{3|}}}|4{{#if: {{{4|}}} ||NULL}}={{{4|}}}|5{{#if: {{{5|}}} ||NULL}}={{{5|}}}|template=RulesPlacingTile }}</includeonly><noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}

Latest revision as of 12:49, 9 May 2024

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) [ ==|===|====|=====|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
{{RulesPlacingTile}} Show Rules box with default title, step number and rules
Pro název fáze tahu vložte parametr: |title=1. Přiložení kartičky

Pro popis úkonu vložte parametr: |rules=Text popisu úkonu

{{RulesPlacingTile|title=1b. Placing gold token|rules=This is text for rules.}} Change title
1b. Placing gold token

This is text for rules.

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

Extra stuff for placing tile not in TOC

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.