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.
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 |
Name of website hosted on | Name of website hosted on | no description | String | required |
Hyperlink | Hyperlink | no description | URL | required |