Template:AO3Citation: Difference between revisions
From Transcendence AU Wiki
imported>StarlightSystem m (Added line breaks to doc) |
imported>StarlightSystem (AO3Citation templatedata should be numbered) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
2 = title of work<br/> | 2 = title of work<br/> | ||
3 = year published, not updated<br/> | 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 |