More actions
It works now |
m Fix template data |
||
| Line 28: | Line 28: | ||
"description": "The name of the book without \"Wings of Fire\"", | "description": "The name of the book without \"Wings of Fire\"", | ||
"example": "The Dragonet Prophecy", | "example": "The Dragonet Prophecy", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 51: | Line 44: | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"pov": { | "pov": { | ||
| Line 64: | Line 51: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"suggested": true | "suggested": true | ||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "The chapter this page describes. Can be a number, prologue, or epilogue.", | |||
"example": "1", | |||
"type": "string", | |||
"required": true | |||
} | } | ||
}, | }, | ||
| Line 69: | Line 63: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
" | "chapter", | ||
"firstpage", | "firstpage", | ||
"lastpage", | "lastpage", | ||
Revision as of 07:51, 17 June 2025
| Chapter {{{chapter}}} (of Template:Chapter infobox/List) | |
|---|---|
| Pages | {{{firstpage}}}-{{{lastpage}}} |
| Index | |
|
Not Applicable Yet |
|
An infobox that describes a chapter summary
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the book without "Wings of Fire"
| String | required |
| Chapter | chapter | The chapter this page describes. Can be a number, prologue, or epilogue.
| String | required |
| First Page | firstpage | The number of the page that this chapter starts on.
| Number | suggested |
| Last Page | lastpage | The number of the page that this chapter ends on.
| Number | suggested |
| Point of View | pov | The page name of the character that this chapter follows.
| Page name | suggested |