Difference between revisions of "Template:RulesAction/pl"

From Wikicarpedia
Jump to navigation Jump to search
(Created page with "Nie określono tytułu")
 
(Created page with "Nie określono zasad.")
 
Line 29: Line 29:


<div class="wica-box-body wica-additional-actions wica-visible">
<div class="wica-box-body wica-additional-actions wica-visible">
{{{rules|'''<span lang="en" dir="ltr" class="mw-content-ltr">No rules defined.</span>'''}}}
{{{rules|'''Nie określono zasad.'''}}}
</div>
</div>
</div></includeonly><noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
</div></includeonly><noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}

Latest revision as of 20:42, 1 May 2024

Description

Create Rules box for Action. Currently in yellow.

Params

  • title (required) - Title of Rules box, when not set, No title defined text will be showed.
  • rules (required) - Text in Rules box, when not set, then will be showed default text No rules defined. .
  • header (optional) [ ==|===|====|=====|2|3|4|5|6|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 (optional) - Replacement of CSS classes.
  • id (optional) - HTML ID value

Examples

Code Description
{{RulesAction}} Show Rules box with default title, step number and rules
Nie określono tytułu

Nie określono zasad.

{{RulesAction|title=4. Action phase|rules=This is text for rules.}} Change title
4. Action phase

This is text for rules.

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

Extra stuff for action not in TOC

This is text for rules.