Template:AO3Citation: Difference between revisions
From Transcendence AU Wiki
imported>StarlightSystem (Created template) |
imported>StarlightSystem (AO3Citation templatedata should be numbered) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{FicCitation|{{{1}}}|{{{2}}}|{{{3}}}|Archive of Our Own|{{{4}}}}}</includeonly><noinclude> | <includeonly>{{FicCitation|{{{1}}}|{{{2}}}|{{{3}}}|Archive of Our Own|{{{4}}}}}</includeonly><noinclude> | ||
1 = username | 1 = username<br/> | ||
2 = title of work | 2 = title of work<br/> | ||
3 = year published, not updated | 3 = year published, not updated<br/> | ||
4 = hyperlink</noinclude> | 4 = hyperlink<templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "Username", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Title of Work", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"3": { | |||
"label": "Year published (not updated)", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"4": { | |||
"label": "Hyperlink", | |||
"type": "url", | |||
"required": true | |||
} | |||
}, | |||
"description": "Renders to a citation of an AO3 work", | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4" | |||
] | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 18:31, 30 July 2023
1 = username
2 = title of work
3 = year published, not updated
4 = hyperlink
Renders to a citation of an AO3 work
Parameter | Description | Type | Status | |
---|---|---|---|---|
Username | 1 | no description | String | required |
Title of Work | 2 | no description | String | required |
Year published (not updated) | 3 | no description | Number | required |
Hyperlink | 4 | no description | URL | required |