Template:TumblrCitation: Difference between revisions
From Transcendence AU Wiki
imported>StarlightSystem (Username should render with mod designation if applicable) |
imported>StarlightSystem (Added TemplateData for TumblrCitation) |
||
Line 3: | Line 3: | ||
1=username/blogname<br/> | 1=username/blogname<br/> | ||
2=Title of Post/ First words of question<br/> | 2=Title of Post/ First words of question<br/> | ||
3=hyperlink</noinclude> | 3=hyperlink<templatedata> | ||
{ | |||
"params": { | |||
"Username": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Title of Post": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Hyperlink": { | |||
"type": "url", | |||
"required": true | |||
} | |||
}, | |||
"description": "This template renders to a citation to Tumblr, suitable for use inside <ref> tags.", | |||
"paramOrder": [ | |||
"Username", | |||
"Title of Post", | |||
"Hyperlink" | |||
] | |||
} | |||
</templatedata></noinclude> |
Revision as of 18:25, 30 July 2023
This template renders to a citation to Tumblr, suitable for use inside <ref> tags.
1=username/blogname
2=Title of Post/ First words of question
3=hyperlink
This template renders to a citation to Tumblr, suitable for use inside <ref> tags.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Username | Username | no description | String | required |
Title of Post | Title of Post | no description | String | required |
Hyperlink | Hyperlink | no description | URL | required |