Template:AO3Citation: Difference between revisions
From Transcendence AU Wiki
imported>StarlightSystem m (Added line breaks to doc) |
imported>StarlightSystem (Added TemplateData for AO3Citation) |
||
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": { | |||
"Username": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Title of Work": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Year published (not updated)": { | |||
"type": "number", | |||
"required": true | |||
}, | |||
"Hyperlink": { | |||
"type": "url", | |||
"required": true | |||
} | |||
}, | |||
"description": "Renders to a citation of an AO3 work", | |||
"paramOrder": [ | |||
"Username", | |||
"Title of Work", | |||
"Year published (not updated)", | |||
"Hyperlink" | |||
] | |||
} | |||
</templatedata></noinclude> |
Revision as of 18:22, 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 | Username | no description | String | required |
Title of Work | Title of Work | no description | String | required |
Year published (not updated) | Year published (not updated) | no description | Number | required |
Hyperlink | Hyperlink | no description | URL | required |