Difference between revisions of "Template:RulesScoring"

From Wikicarpedia
Jump to navigation Jump to search
(add id finalscoring)
(3 intermediate revisions by one other 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-scoring wica-visible">
<div class="wica-box-header wica-scoring wica-visible">
{{#switch: {{{header}}}
{{#switch: {{{header}}}
Line 28: Line 28:
<div class="wica-box-body wica-scoring wica-visible">
<div class="wica-box-body wica-scoring wica-visible">
{{{rules|{{{3|<translate><!--T:2--> {{TranslatedPageName}} does not affect scoring.</translate>}}}}}}
{{{rules|{{{3|<translate><!--T:2--> {{TranslatedPageName}} does not affect scoring.</translate>}}}}}}
{{#if: {{{finalscoring|}}} | {{GreyStrip|transparent=true|heading=6|title=<translate><!--T:3--> Final Scoring</translate>}}
{{#if: {{{finalscoring|}}} | {{GreyStrip|id=finalscoring|transparent=true|heading=6|title=<translate><!--T:3--> Final Scoring</translate>}}
{{{finalscoring}}} }}
{{{finalscoring}}} }}
</div>
</div>
Line 63: Line 63:
| colspan="2" | {{RulesScoring|title=3b. Black Dragon Move|rules=This is text for rules.|finalscoring=Unfinished feature scores...}}
| colspan="2" | {{RulesScoring|title=3b. Black Dragon Move|rules=This is text for rules.|finalscoring=Unfinished feature scores...}}
|-
|-
! <code><nowiki>{{RulesScoring|title=Extra stuff for scoring|rules=This is text for rules.|header=fake-h4}}</nowiki></code> || Title is fake-h4 header, not in TOC
! <code><nowiki>{{RulesScoring|title=Extra stuff for scoring not in TOC|rules=This is text for rules.|header=fake-h4}}</nowiki></code> || Title is fake-h4 header, not in TOC
|-
|-
| colspan="2" | {{RulesScoring|title=Extra stuff for scoring||rules=This is text for rules.|header=fake-h4}}
| colspan="2" | {{RulesScoring|title=Extra stuff for scoring not in TOC||rules=This is text for rules.|header=fake-h4}}
|-
! <code><nowiki>{{RulesScoring|2=2nd level header|header=2|3=This is text for rules.}}</nowiki></code> || 2nd level for ToC
|-
| colspan="2" | {{RulesScoring|2=2nd level header|header=2|3=This is text for rules.}}
|-
! <code><nowiki>{{RulesScoring|2=None ToC header|header=none|3=This is text for rules.}}</nowiki></code> || Record which is not in ToC
|-
| colspan="2" | {{RulesScoring|2=None ToC header|header=none|3=This is text for rules.}}
|-
|-
! <code><nowiki>{{RulesScoring|2=3b. Black Dragon Move|3=This is text for rules.}}</nowiki></code> || Backward compatibility
! <code><nowiki>{{RulesScoring|2=3b. Black Dragon Move|3=This is text for rules.}}</nowiki></code> || Backward compatibility

Revision as of 21:36, 28 March 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, 3. Scoring a feature text will be showed.
  • rules or 3 or 3rd (optional) - Text in Rules box, when not set, then will be showed default text Template:RulesScoring does not affect scoring., where name is read from title of page.
  • finalscoring (optional) - Rules defined for final scoring
  • 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
{{RulesScoring}} Show Rules box with default title, step number and rules
3. Scoring a feature

Template:RulesScoring does not affect scoring.

{{RulesScoring|title=3b. Black Dragon Move|rules=This is text for rules.}} Change title
3b. Black Dragon Move

This is text for rules.

{{RulesScoring|title=3b. Black Dragon Move|rules=This is text for rules.|finalscoring=Unfinished feature scores...}} Final Scoring
3b. Black Dragon Move

This is text for rules.

Final Scoring

Unfinished feature scores...

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

Extra stuff for scoring not in TOC

This is text for rules.

{{RulesScoring|2=3b. Black Dragon Move|3=This is text for rules.}} Backward compatibility
3b. Black Dragon Move

This is text for rules.