Template:RulesScoring
Revision as of 10:29, 21 August 2024 by Bumsakalaka (talk | contribs) (Added case, when scoring during game is not defined, but final scoring is defined. Then default text for scoring will be that expansion does not affect scoring during the game instead of only "scoring".)
Description
Create Rules box for Placing tile. Currently in green.
Params
title
or2
or 2nd (optional) - Title of Rules box, when not set, 3. Scoring a feature text will be showed.rules
or3
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 scoringheader
or1
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, orfake-h#
when title is not required in TOC.class
or4
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 featureTemplate:RulesScoring does not affect scoring. | |
3. Scoring a featureTemplate:RulesScoring does not affect scoring during game. Final ScoringOnly rules for final scoring | |
{{RulesScoring|title=3b. Black Dragon Move|rules=This is text for rules.}} |
Change title |
3b. Black Dragon MoveThis 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 MoveThis is text for rules. Final ScoringUnfinished 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 MoveThis is text for rules. |