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" |