Template:ChapterInfo: Difference between revisions

From Marshal Rules Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class='rulesNumbering'  style="counter-reset: page {{{1}}}">
{{ChapterInfoNoTOC|{{{1|}}}|{{{2|}}}|{{{3|}}} }}
 
__TOC__
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 6: Line 6:
"params": {
"params": {
"1": {
"1": {
"label": "Category",
"description": "Category that contains the handbook chapters",
"example": "Armored Combat Handbook",
"required": true
},
        "2": {
"label": "Chapter number",
"label": "Chapter number",
"description": "Chapter number",
"description": "Chapter number",
"type": "number",
"type": "number",
"required": true
},
"3": {
"label": "Chapter name",
"description": "Name of the chapter",
"example": "Conventions of Combat - Behavior and Holds",
"type": "string",
"required": true
"required": true
}
}
},
},
"description": "Inserts HTML to set Chapter number in wiki for rules numbering"
"description": "Inserts HTML to set Chapter number in wiki for rules numbering",
"paramOrder": [
"1",
"2",
"3"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 07:44, 27 June 2024

[[Category:|]]

Inserts HTML to set Chapter number in wiki for rules numbering

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Category1

Category that contains the handbook chapters

Example
Armored Combat Handbook
Unknownrequired
Chapter number2

Chapter number

Numberrequired
Chapter name3

Name of the chapter

Example
Conventions of Combat - Behavior and Holds
Stringrequired