Difference between revisions of "Template:RulesDragon/en"

From Wikicarpedia
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div {{#if: {{{id|}}} | id="{{{id}}}" }} class="{{{header|{{{class|wica-top-spacing wica-bottom-spacing wica-visible}}}}}}">
<includeonly><div {{#if: {{{id|}}} | id="{{{id}}}" }} class="{{{class|wica-top-spacing wica-bottom-spacing wica-visible}}}">
<div class="wica-box-header wica-dragon-movement wica-visible">
<div class="wica-box-header wica-dragon-movement wica-visible">
{{{header|{{{1|=====}}}}}}<span style="color:#FFFFFF">{{{title|{{{2|'''No title defined'''}}}}}}</span> {{{header|{{{1|=====}}}}}}
{{#switch: {{{header}}}
| fake-h1
| fake-h2
| fake-h3
| fake-h4
| fake-h5 = <span class="{{{header}}}">
| 2
| 3
| 4
| 5 = <h{{{header}}}>
| {{{header|=====}}}
}}<span style="color:#FFFFFF">{{{title|'''No title defined'''}}}</span> {{#switch: {{{header}}}
| fake-h1
| fake-h2
| fake-h3
| fake-h4
| fake-h5 = </span>
| 2
| 3
| 4
| 5 = </h{{{header}}}>
| {{{header|{{{1|=====}}}}}}
}}
</div>
</div>


<div class="wica-box-body wica-dragon-movement wica-visible">
<div class="wica-box-body wica-dragon-movement wica-visible">
{{{rules|{{{3|'''No rules defined.'''}}}}}}
{{{rules|'''No rules defined.'''}}}
</div>
</div>
</div></includeonly><noinclude>__NOTOC__
</div></includeonly><noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
<languages />
{{Breadcrumbs
{{Breadcrumbs
|link1={{EditorManualLink}}
|link1={{EditorManualLink}}
}}
}}__NOTOC__
== Description ==
== Description ==
Create Rules box for Placing tile. Currently in pink.
Create Rules box for Placing tile. Currently in pink.


== Params ==
== Params ==
* <code>title</code> or <code>2</code> or 2nd (required) - Title of Rules box, when not set, ''' ''No title defined'' ''' text will be showed.
* <code>title</code> (required) - Title of Rules box, when not set, ''' ''No title defined'' ''' text will be showed.
* <code>rules</code> or <code>3</code> or 3rd (required) - Text in Rules box, when not set, then will be showed default text ''' ''No rules defined.'' '''.
* <code>rules</code> (required) - Text in Rules box, when not set, then will be showed default text ''' ''No rules defined.'' '''.
* <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> (optional) [ <code>==</code>|<code>===</code>|<code>====</code>|<code>=====</code>|<code>2</code>|<code>3</code>|<code>4</code>|<code>5</code>|<code>fake-h2</code>|<code>fake-h3</code>|<code>fake-h4</code>|<code>fake-h5</code>|<code>-empty-</code>] - Title of Rules box header in Table of Topics, default is <code>=====</code> as 5th level of header, or <code>fake-h#</code> when title is not required in TOC.
* <code>class</code> or <code>4</code> or 4th (optional) - Replacement of CSS classes.
* <code>class</code> (optional) - Replacement of CSS classes.
* <code>id</code> (optional) - HTML ID value
* <code>id</code> (optional) - HTML ID value


== Examples ==
== Examples ==
__TOC__
{| class="wikitable light"
{| class="wikitable light"
! Code !! Description
! Code !! Description
Line 34: Line 56:
| colspan="2" | {{RulesDragon|title=2b. Dragon move|rules=This is text for rules.}}
| colspan="2" | {{RulesDragon|title=2b. Dragon move|rules=This is text for rules.}}
|-
|-
! <code><nowiki>{{RulesDragon|2=2b. Dragon move|3=This is text for rules.}}</nowiki></code> || Backward compatibility
! <code><nowiki>{{RulesDragon|header=fake-h4|title=Extra stuff for dragon not in TOC|rules=This is text for rules.}}</nowiki></code> || Title is fake-h4 header, not in TOC
|-
| colspan="2" | {{RulesDragon|2=2b. Dragon move|3=This is text for rules.}}
|-
|-
| colspan="2" | {{RulesDragon|header=fake-h4|title=Extra stuff for dragon not in TOC|rules=This is text for rules.}}
|}
|}
 
</noinclude>
{{#switch: {{PAGELANGUAGE}}
| en = [[Category:Translatable_templates]] [[Category:Editor Manual]]
|
}}</noinclude>

Latest revision as of 13:52, 29 April 2024

Description

Create Rules box for Placing tile. Currently in pink.

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|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
{{RulesDragon}} Show Rules box with default title, step number and rules
No title defined

No rules defined.

{{RulesDragon|title=2b. Dragon move|rules=This is text for rules.}} Change title
2b. Dragon move

This is text for rules.

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

Extra stuff for dragon not in TOC

This is text for rules.