Template:Story: Difference between revisions
(Add character and year) |
(Update description of character(s)) |
||
| (12 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 | | ||
| [[{{{ | ! colspan{{=}}"2" | [[File:{{{image}}}|frameless]] | ||
|- | |- | ||
! Year | }}}} | ||
| {{{year}}} | {{#if: {{{source|}}} | {{pipe escape | | ||
! colspan{{=}}"2" style{{=}}"font-weight: normal; font-size: 95%;" | Source: {{{source}}} | |||
|- | |||
}}}} | |||
! Format | |||
| {{{format|Short story}}} | |||
|- | |||
{{#if: {{{authors|}}} | {{ pipe escape | | |||
! Authors | |||
| | |||
{{{authors|}}} | |||
|- | |||
}}}} | |||
! Character{{#if: {{{characters|}}} | s }} | |||
| {{#if: {{{characters|}}} | {{pipe escape | {{{characters|}}} }} | {{pipe escape | {{{character}}} }} }} | |||
|- | |||
! Year{{#if: {{{years|}}} | s }} | |||
| {{#if: {{{years|}}} | {{{years|}}} | {{{year}}} }} | |||
|- | |- | ||
! Canonicity | ! Canonicity | ||
| Line 32: | Line 49: | ||
| title=Story title | | title=Story title | ||
| author=Story author | | author=Story author | ||
| authors=Multiple authors | |||
| image=Image file | |||
| source=Source for the image | |||
| format=Story format | |||
| character=Character | | character=Character | ||
| characters=Multiple characters | |||
| year=Year | | year=Year | ||
| appearsin=Collection of works | | appearsin=Collection of works | ||
| Line 39: | Line 61: | ||
</nowiki></pre> | </nowiki></pre> | ||
= | = Examples = | ||
== Short story == | |||
{{Story | {{Story | ||
| title=Cowboy | | title=Cowboy | ||
| author=Alexandria Christina Leal | | author=Alexandria Christina Leal | ||
| format=Short story | |||
| character=The Peace system | | character=The Peace system | ||
| year=2200 | | year=2200 | ||
| Line 53: | Line 78: | ||
| title=Cowboy | | title=Cowboy | ||
| author=Alexandria Christina Leal | | author=Alexandria Christina Leal | ||
| format=Short story | |||
| character=The Peace system | | character=The Peace system | ||
| year=2200 | | year=2200 | ||
| Line 59: | Line 85: | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
== Novel == | |||
{{Story | |||
| title=Qoheleth | |||
| author=Madison Scott-Clary | |||
| image=Qoheleth-front.png | |||
| source=[[Iris Jay]] | |||
| format=Novel | |||
| character=Multiple | |||
| characters=[[AwDae]], [[Michelle/Sasha|Sasha]], [[Dr. Carter Ramirez]], [[Ioan Bălan]], [[Qoheleth (cladist)|Qoheleth]] | |||
| year=2305 | |||
| years=2112, 2305 | |||
| readlink=https://qoheleth.post-self.ink | |||
}} | |||
<pre><nowiki> | |||
{{Story | |||
| title=Qoheleth | |||
| author=Madison Scott-Clary | |||
| image=Qoheleth-front.png | |||
| source=[[Iris Jay]] | |||
| format=Novel | |||
| character=Multiple | |||
| characters=[[AwDae]], [[Michelle/Sasha|Sasha]], [[Dr. Carter Ramirez]], [[Ioan Bălan]], [[Qoheleth (cladist)|Qoheleth]] | |||
| year=2305 | |||
| years=2112, 2305 | |||
| readlink=https://qoheleth.post-self.ink | |||
}} | |||
</nowiki></pre> | |||
<noinclude> | <noinclude> | ||
= Parameters = | = Parameters = | ||
| Line 108: | Line 165: | ||
"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 119: | Line 176: | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
}, | |||
"format": { | |||
"label": "Format", | |||
"description": "The format of the work", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Anthology", | |||
"Flash fiction", | |||
"Short story", | |||
"Novella", | |||
"Novel", | |||
"Interactive fiction" | |||
], | |||
"default": "Short story" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "An image for the story", | |||
"example": "Qoheleth-front.png", | |||
"type": "wiki-file-name" | |||
}, | |||
"source": { | |||
"label": "Source", | |||
"description": "The source for the image", | |||
"example": "[https://irisjay.net Iris Jay]", | |||
"type": "line" | |||
}, | |||
"characters": { | |||
"label": "Characters", | |||
"description": "If there are multiple POV characters, add them wiki-formatted here (\"character\" is still required)", | |||
"example": "[[Ioan Bălan]], [[Debarre]]", | |||
"type": "content" | |||
}, | |||
"years": { | |||
"label": "Years", | |||
"description": "If the story takes place in multiple years, list them here (\"year\" is still required)", | |||
"example": "2112, 2305", | |||
"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", | ||
Latest revision as of 23:46, 24 July 2025
Usage
Displays information about a story.
{{Story
| title=Story title
| author=Story author
| authors=Multiple authors
| image=Image file
| source=Source for the image
| format=Story format
| character=Character
| characters=Multiple characters
| year=Year
| appearsin=Collection of works
| readlink=https://link-to-read.com
}}
Examples
Short story
| Cowboy | |
|---|---|
| Alexandria Christina Leal | |
| Format | Short story |
| Character | The Peace system |
| Year | 2200 |
| Canonicity | Canon |
| Appears in | Clade — A Post-Self anthology |
| Read here | |
{{Story
| title=Cowboy
| author=Alexandria Christina Leal
| format=Short story
| character=The Peace system
| year=2200
| appearsin=Clade — A Post-Self anthology
| readlink=https://clade.post-self.ink/cowboy
}}
Novel
| Qoheleth | |
|---|---|
| Madison Scott-Clary | |
| Source: Iris Jay | |
| Format | Novel |
| Characters | AwDae, Sasha, Dr. Carter Ramirez, Ioan Bălan, Qoheleth |
| Years | 2112, 2305 |
| Canonicity | Canon |
| Read here | |
{{Story
| title=Qoheleth
| author=Madison Scott-Clary
| image=Qoheleth-front.png
| source=[[Iris Jay]]
| format=Novel
| character=Multiple
| characters=[[AwDae]], [[Michelle/Sasha|Sasha]], [[Dr. Carter Ramirez]], [[Ioan Bălan]], [[Qoheleth (cladist)|Qoheleth]]
| year=2305
| years=2112, 2305
| readlink=https://qoheleth.post-self.ink
}}
Parameters
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | The title of the work
| String | required |
| Image | image | An image for the story
| File | optional |
| Source | source | The source for the image
| Line | optional |
| Author | author | The author of the work
| Line | required |
| Authors | authors | Multiple authors
| Content | optional |
| Format | format | The format of the work
| String | optional |
| Character | character | The name of the main POV character or clade in wiki format
| Line | required |
| Characters | characters | If there are multiple POV characters, add them wiki-formatted here ("character" is still required)
| Content | optional |
| Year | year | The year in which the story takes place
| Number | required |
| Years | years | If the story takes place in multiple years, list them here ("year" is still required)
| String | optional |
| Canonicity | canon | What level of canon the work is
| String | optional |
| Appears in | appearsin | Any collections the work appears in
| String | optional |
| Read link | readlink | A link where one can read the story
| URL | optional |