Template:FanArtPage: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{title|}}}|“{{trim|{{{title|}}}}}” }}{{Attribution|{{trim|{{{by|}}}}}|categorise=true}} {{Features|{{{features|}}}}}.</includeonly><noinclude> | <includeonly>{{#if:{{{title|}}}|“{{trim|{{{title|}}}}}” }}{{Attribution|{{trim|{{{by|}}}}}|categorise=true}} {{ForEach|Features|, |{{{features|}}}|{{{features2|}}}|{{{features3|}}}|{{{features4|}}}|{{{features5|}}}|{{{features6|}}}|{{{features7|}}}|{{{features8|}}}|{{{features9|}}}}}.</includeonly><noinclude> | ||
== Example == | == Example == | ||
E.g: | E.g: | ||
Line 21: | Line 21: | ||
"features": { | "features": { | ||
"label": "Features", | "label": "Features", | ||
"description": "Who the art features.", | "description": "Who/what the art features.", | ||
"type": "string" | "type": "string" | ||
}, | |||
"features2": { | |||
"label": "Features (2)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features3": { | |||
"label": "Features (3)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features4": { | |||
"label": "Features (4)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features5": { | |||
"label": "Features (5)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features6": { | |||
"label": "Features (6)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features7": { | |||
"label": "Features (7)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features8": { | |||
"label": "Features (8)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
}, | |||
"features9": { | |||
"label": "Features (9)", | |||
"description": "Who/what the art features, if there is another character.", | |||
"type": "wiki-page-name" | |||
} | } | ||
}, | }, | ||
Line 29: | Line 69: | ||
"by", | "by", | ||
"title", | "title", | ||
"features" | "features", | ||
"features2", | |||
"features3", | |||
"features4", | |||
"features5", | |||
"features6", | |||
"features7", | |||
"features8", | |||
"features9" | |||
], | ], | ||
"format": "inline" | "format": "inline" |
Revision as of 21:49, 22 January 2025
Example
E.g:
{{Fan Art|title=Jomseph|features=Joms|by=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 | 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 | Who/what the art features. | String | optional |
Features (2) | features2 | Who/what the art features, if there is another character. | Page name | optional |
Features (3) | features3 | Who/what the art features, if there is another character. | Page name | optional |
Features (4) | features4 | Who/what the art features, if there is another character. | Page name | optional |
Features (5) | features5 | Who/what the art features, if there is another character. | Page name | optional |
Features (6) | features6 | Who/what the art features, if there is another character. | Page name | optional |
Features (7) | features7 | Who/what the art features, if there is another character. | Page name | optional |
Features (8) | features8 | Who/what the art features, if there is another character. | Page name | optional |
Features (9) | features9 | Who/what the art features, if there is another character. | Page name | optional |