Template:FanArtPage: Difference between revisions

No edit summary
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{title|}}}|“{{trim|{{{title|}}}}}” }}{{Attribution|{{trim|{{{by|}}}}}|categorise=true}} {{Features|{{{features|}}}}}.</includeonly><noinclude>
<includeonly>{{#set:
|Fan Art Title={{{title|{{PAGENAME}}}}}
|Fan Art By={{{by|}}}
|Fan Art Features={{{features|}}}
|Fan Art Features={{{features2|}}}
|Fan Art Features={{{features3|}}}
|Fan Art Features={{{features4|}}}
|Fan Art Features={{{features5|}}}
|Fan Art Features={{{features6|}}}
|Fan Art Features={{{features7|}}}
|Fan Art Features={{{features8|}}}
|Fan Art Features={{{features9|}}}
}}{{#if:{{{title|}}}|“{{trim|{{{title|}}}}}”'' ''}}{{Attribution|{{trim|{{{by|}}}}}|categorise=true}}{{#if:{{trim|{{{features|}}}}}|, featuring: {{for loop|, |call=Features|skipBlanks=true|{{{features|}}}|{{{features2|}}}|{{{features3|}}}|{{{features4|}}}|{{{features5|}}}|{{{features6|}}}|{{{features7|}}}|{{{features8|}}}|{{{features9|}}}}}}}.[[Category:Fan Art]]</includeonly><noinclude>
== Example ==
== Example ==
E.g:  
E.g:  
  <nowiki>{{Fan Art|title=Jomseph|features=Joms|by=Top Loli}}</nowiki>
<nowiki>{{FanArtPage|title=Jomseph|features=Joms|by=Top Loli}}</nowiki>
 
You can have up to 9 additional characters featured. If you need more, it's not hard to add to the template.
E.g:
<nowiki>{{FanArtPage|title=Joe kicking Jomseph|features=Joms|features2=Joseph Anderson|by=Joseph Anderson}}</nowiki>


== Template Data ==
== Template Data ==
Line 11: Line 27:
"label": "Name",
"label": "Name",
"description": "The name or title of the art, if it has one.",
"description": "The name or title of the art, if it has one.",
"type": "string"
"type": "string",
"suggested": true
},
},
"by": {
"by": {
Line 21: Line 38:
"features": {
"features": {
"label": "Features",
"label": "Features",
"description": "Who the art features.",
"description": "Who/what the art features.",
"type": "string"
"type": "string",
"suggested": true
},
"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 87:
"by",
"by",
"title",
"title",
"features"
"features",
"features2",
"features3",
"features4",
"features5",
"features6",
"features7",
"features8",
"features9"
],
],
"format": "inline"
"format": "inline"