704
edits
m (Template data) |
m (Add anthology) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
! colspan="2" | {{{title}}} | ! colspan="2" | {{{title}}} | ||
|- | |- | ||
! colspan="2" | ! colspan="2" | {{#if: {{{authors|}}} | Multiple | {{pipe escape | [[{{{author}}}]] }} }} | ||
|- | |- | ||
{{#if: {{{image|}}} | {{pipe escape | | {{#if: {{{image|}}} | {{pipe escape | | ||
Line 15: | Line 15: | ||
| {{{format|Short story}}} | | {{{format|Short story}}} | ||
|- | |- | ||
{{#if: {{{authors|}}} | {{ pipe escape | | |||
! Authors | |||
| | |||
{{{authors|}}} | |||
|- | |||
}}}} | |||
! Character{{#if: {{{characters|}}} | s }} | ! Character{{#if: {{{characters|}}} | s }} | ||
| {{#if: {{{characters|}}} | {{pipe escape | {{{characters|}}} }} | {{pipe escape | [[{{{character}}}]] }} }} | | {{#if: {{{characters|}}} | {{pipe escape | {{{characters|}}} }} | {{pipe escape | [[{{{character}}}]] }} }} | ||
Line 43: | Line 49: | ||
| title=Story title | | title=Story title | ||
| author=Story author | | author=Story author | ||
| authors=Multiple authors | |||
| image=Image file | | image=Image file | ||
| source=Source for the image | | source=Source for the image | ||
Line 83: | Line 90: | ||
{{Story | {{Story | ||
| title=Qoheleth | | title=Qoheleth | ||
| author=Madison Scott-Clary | |||
| image=Qoheleth-front.png | | image=Qoheleth-front.png | ||
| source=[[Iris Jay]] | | source=[[Iris Jay]] | ||
Line 96: | Line 104: | ||
{{Story | {{Story | ||
| title=Qoheleth | | title=Qoheleth | ||
| author=Madison Scott-Clary | |||
| image=Qoheleth-front.png | | image=Qoheleth-front.png | ||
| source=[[Iris Jay]] | | source=[[Iris Jay]] | ||
Line 173: | Line 182: | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"Anthology", | |||
"Flash fiction", | "Flash fiction", | ||
"Short story", | "Short story", | ||
Line 179: | Line 189: | ||
"Interactive fiction" | "Interactive fiction" | ||
], | ], | ||
"default": "Short story" | "default": "Short story" | ||
}, | }, | ||
"image": { | "image": { | ||
Line 198: | Line 207: | ||
"description": "If there are multiple characters, add them wiki-formatted here (\"character\" is still required)", | "description": "If there are multiple characters, add them wiki-formatted here (\"character\" is still required)", | ||
"example": "[[Ioan Bălan]], [[Debarre]]", | "example": "[[Ioan Bălan]], [[Debarre]]", | ||
"type": " | "type": "content" | ||
}, | }, | ||
"years": { | "years": { | ||
Line 205: | Line 214: | ||
"example": "2112, 2305", | "example": "2112, 2305", | ||
"type": "string" | "type": "string" | ||
}, | |||
"authors": { | |||
"label": "Authors", | |||
"description": "Multiple authors", | |||
"example": "[[Madison Scott-Clary]], [[Rob MacWolf]]...", | |||
"type": "content" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", | ||
"image", | |||
"source", | |||
"author", | "author", | ||
"authors", | |||
"format", | |||
"character", | "character", | ||
"characters", | |||
"year", | "year", | ||
"years", | |||
"canon", | "canon", | ||
"appearsin", | "appearsin", | ||
"readlink | "readlink" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |