Template:FicCitation: Difference between revisions

From Transcendence AU Wiki
imported>StarlightSystem
(Username should render with mod designation if applicable)
imported>StarlightSystem
(Added TemplateData for FicCitation)
Line 5: Line 5:
4 = name of website hosted on<br/>
4 = name of website hosted on<br/>
5 = hyperlink
5 = hyperlink
</noinclude>
<templatedata>
{
"params": {
"Username": {
"type": "string",
"required": true
},
"Title of Work": {
"type": "string",
"required": true
},
"Year published (not updated)": {
"type": "number",
"required": true
},
"Name of website hosted on": {
"type": "string",
"required": true
},
"Hyperlink": {
"type": "url",
"required": true
}
},
"description": "Renders to a citation of a fanfic. Use AO3Citation instead if the fic is hosted on AO3.",
"paramOrder": [
"Username",
"Title of Work",
"Year published (not updated)",
"Name of website hosted on",
"Hyperlink"
]
}
</templatedata></noinclude>

Revision as of 18:24, 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
UsernameUsername

no description

Stringrequired
Title of WorkTitle of Work

no description

Stringrequired
Year published (not updated)Year published (not updated)

no description

Numberrequired
Name of website hosted onName of website hosted on

no description

Stringrequired
HyperlinkHyperlink

no description

URLrequired