4,056
edits
(redirect created) Tags: New redirect Visual edit |
m (formatting tweak) |
||
| Line 1: | Line 1: | ||
# | <includeonly> | ||
{{messagebox | |||
|image=Meryl-camera.png | |||
|imagewidth=80px | |||
|text=This article is [[:Category:Images needed|in need of images]]. | |||
|bottomtext= | |||
* {{#if:{{{1|}}}| | |||
*'''What's needed:''' {{{1}}}}}{{#if:{{{2|}}}|, {{{2}}}}}{{#if:{{{3|}}}|, {{{3}}}}} | |||
|categories=[[Category:Images needed]]}} | |||
</includeonly> | |||
<noinclude> | |||
<pre>{{Images needed}}</pre> | |||
{{Images needed}} | |||
<pre>{{Images needed|Example 1|Example 2|Example 3}}</pre> | |||
{{Images needed|Example 1|Example 2|Example 3}} | |||
[[Category:Templates]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Type of image needed", | |||
"type": "content" | |||
}, | |||
"2": { | |||
"label": "Type of image needed", | |||
"type": "content" | |||
}, | |||
"3": { | |||
"label": "Type of image needed", | |||
"type": "content" | |||
} | |||
}, | |||
"description": "This template is for indicating that an article is in need of images. Up to 3 items may be added to specify what kinds of images are needed. Pages using this template will be automatically added to the Category:Images needed.", | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3" | |||
] | |||
} | |||
</templatedata></noinclude> | |||