Template:FicCitation: Difference between revisions

From Transcendence AU Wiki
imported>StarlightSystem
(Added TemplateData for FicCitation)
imported>StarlightSystem
(Parameters should be numbered)
 
Line 8: Line 8:
{
{
"params": {
"params": {
"Username": {
"1": {
"label": "Username",
"type": "string",
"type": "string",
"required": true
"required": true
},
},
"Title of Work": {
"2": {
"label": "Title of Work",
"type": "string",
"type": "string",
"required": true
"required": true
},
},
"Year published (not updated)": {
"3": {
"label": "Year published (not updated)",
"type": "number",
"type": "number",
"required": true
"required": true
},
},
"Name of website hosted on": {
"4": {
"label": "Name of website hosted on",
"type": "string",
"type": "string",
"required": true
"required": true
},
},
"Hyperlink": {
"5": {
"label": "Hyperlink",
"type": "url",
"type": "url",
"required": true
"required": true
Line 31: Line 36:
"description": "Renders to a citation of a fanfic. Use AO3Citation instead if the fic is hosted on AO3.",
"description": "Renders to a citation of a fanfic. Use AO3Citation instead if the fic is hosted on AO3.",
"paramOrder": [
"paramOrder": [
"Username",
"1",
"Title of Work",
"2",
"Year published (not updated)",
"3",
"Name of website hosted on",
"4",
"Hyperlink"
"5"
]
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Latest revision as of 18:33, 30 July 2023

1 = username
2 = title of work
3 = year published, not updated
4 = name of website hosted on
5 = hyperlink

Renders to a citation of a fanfic. Use AO3Citation instead if the fic is hosted on AO3.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Username1

no description

Stringrequired
Title of Work2

no description

Stringrequired
Year published (not updated)3

no description

Numberrequired
Name of website hosted on4

no description

Stringrequired
Hyperlink5

no description

URLrequired