Template:FanArtPage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{title|}}}|“{{{title}}}”}} {{Attribution|{{{creator}}}|categorise=true}}</includeonly><noinclude> | <includeonly>{{#if:{{{features|}}}|[[:Category:Features {{{features}}}]]}}{{#if:{{{title|}}}|“{{{title}}}”}} {{Attribution|{{{creator}}}|categorise=true}}</includeonly><noinclude> | ||
== Example == | == Example == | ||
E.g: | E.g: | ||
<nowiki>{{Fan Art|title=Jomseph|creator=Top Loli}}</nowiki> | <nowiki>{{Fan Art|title=Jomseph|includes=Joms|creator=Top Loli}}</nowiki> | ||
== Template Data == | == Template Data == | ||
Line 22: | Line 22: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"features": { | |||
"aliases": [ | |||
"includes", | |||
"portrays", | |||
"chan", | |||
"character" | |||
], | |||
"label": "Features", | |||
"description": "Who the art features.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 27: | Line 38: | ||
"paramOrder": [ | "paramOrder": [ | ||
"by", | "by", | ||
"title" | "title", | ||
"features" | |||
], | ], | ||
"format": "inline" | "format": "inline" |
Revision as of 18:13, 21 January 2025
Example
E.g:
{{Fan Art|title=Jomseph|includes=Joms|creator=Top Loli}}
Template Data
Describe and attribute fan art, should be the default thing to use when uploading a new piece of fan art.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Creator | by creator artist | The name of the person who made the piece. | String | required |
Name | title | The name or title of the art, if it has one. | String | optional |
Features | features includes portrays chan character | Who the art features. | String | optional |