951
edits
m (Add anthology) |
m (in usage) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 22: | Line 22: | ||
}}}} | }}}} | ||
! Character{{#if: {{{characters|}}} | s }} | ! Character{{#if: {{{characters|}}} | s }} | ||
| {{#if: {{{characters|}}} | {{pipe escape | {{{characters|}}} }} | {{pipe escape | | | {{#if: {{{characters|}}} | {{pipe escape | {{{characters|}}} }} | {{pipe escape | {{{character}}} }} }} | ||
|- | |- | ||
! Year{{#if: {{{years|}}} | s }} | ! Year{{#if: {{{years|}}} | s }} | ||
| Line 36: | Line 36: | ||
}}}} | }}}} | ||
{{#if: {{{readlink|}}} | {{pipe escape | | {{#if: {{{readlink|}}} | {{pipe escape | | ||
! colspan{{=}}"2" style{{=}}"text-align: center" | [{{{readlink}}} Read here] | ! colspan{{=}}"2" style{{=}}"text-align: center" | [{{{readlink}}} Read here] {{#if: {{{summary|}}} | • [[{{PAGENAME}}/synopsis|Synopsis]]}} | ||
|- | |- | ||
}}}} | }}}} | ||
| Line 58: | Line 58: | ||
| appearsin=Collection of works | | appearsin=Collection of works | ||
| readlink=https://link-to-read.com | | readlink=https://link-to-read.com | ||
| synopsis=true | |||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
| Line 99: | Line 100: | ||
| years=2112, 2305 | | years=2112, 2305 | ||
| readlink=https://qoheleth.post-self.ink | | readlink=https://qoheleth.post-self.ink | ||
| summary=true | |||
}} | }} | ||
| Line 165: | Line 167: | ||
"character": { | "character": { | ||
"label": "Character", | "label": "Character", | ||
"description": "The name of the main character or clade", | "description": "The name of the main POV character or clade in wiki format", | ||
"example": "Theodred", | "example": "Theodred", | ||
"type": "line", | "type": "line", | ||
| Line 205: | Line 207: | ||
"characters": { | "characters": { | ||
"label": "Characters", | "label": "Characters", | ||
"description": "If there are multiple characters, add them wiki-formatted here (\"character\" is still required)", | "description": "If there are multiple POV characters, add them wiki-formatted here (\"character\" is still required)", | ||
"example": "[[Ioan Bălan]], [[Debarre]]", | "example": "[[Ioan Bălan]], [[Debarre]]", | ||
"type": "content" | "type": "content" | ||
| Line 220: | Line 222: | ||
"example": "[[Madison Scott-Clary]], [[Rob MacWolf]]...", | "example": "[[Madison Scott-Clary]], [[Rob MacWolf]]...", | ||
"type": "content" | "type": "content" | ||
} | }, | ||
"summary": { | |||
"label": "Has summary", | |||
"description": "Whether or not to link to a synopsis page (synopsis page name must be PAGENAME/synopsis", | |||
"example": "true", | |||
"type": "boolean" | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
| Line 235: | Line 243: | ||
"canon", | "canon", | ||
"appearsin", | "appearsin", | ||
"readlink" | "readlink", | ||
"summary" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||