Template:Image error: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
Tigerpaw28 (talk | contribs) Pilot for new template documentation format and categorizing the template |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
__NOTOC__ | |||
== Description == | |||
This template was used on re-imported images to place them into categories for triage after the [[Transformers_Wiki:Bookworm_Crash|Bookworm Crash]]. It is still in use on a handful of images and thus has not yet been deprecated. | |||
== Usage == | |||
=== Parameters === | |||
This template takes one unnamed parameter that determines which category the image is placed in. | |||
* import - Puts the image into [[:Category: Image import error]] | |||
* <anything else> - Any other text or no text at all will result in the image being placed into Category: Image description error. This category no longer exists. | |||
=== Example === | |||
<pre> | |||
{{Image error|import}} | |||
</pre> | |||
</noinclude> | |||
<includeonly>{{#ifeq:{{{1|}}}|import|[[Category: Image import error]]|[[Category: Image description error]]}}</includeonly> | <includeonly>{{#ifeq:{{{1|}}}|import|[[Category: Image import error]]|[[Category: Image description error]]}}</includeonly> | ||
<noinclude>[[Category:Image templates]]</noinclude> | |||
Revision as of 04:26, 8 February 2022
Description
This template was used on re-imported images to place them into categories for triage after the Bookworm Crash. It is still in use on a handful of images and thus has not yet been deprecated.
Usage
Parameters
This template takes one unnamed parameter that determines which category the image is placed in.
- import - Puts the image into Category: Image import error
- <anything else> - Any other text or no text at all will result in the image being placed into Category: Image description error. This category no longer exists.
Example
{{Image error|import}}

