Template:Clean image/doc: Difference between revisions
Created page with "{{Documentation}} Cleans and formats an input image. This removes the following things if present: * <code><nowiki>[[File:</nowiki></code> * <code><nowiki>]]</nowiki></code> *..." |
mNo edit summary |
||
| Line 59: | Line 59: | ||
|- | |- | ||
| Clean + link | | Clean + link | ||
| <pre>{{clean image|file={{{image}}}|link= | | <pre>{{clean image|file={{{image}}}|link=Earth}}</pre> | ||
| {{clean image|file=[[File:Earth Icon.png|100px|link=Earth]]|link= | | {{clean image|file=[[File:Earth Icon.png|100px|link=Earth]]|link=Earth}} | ||
| Should result in | | Should result in | ||
<pre>[[File:{FILENAME}|link={LINK}]]</pre> | <pre>[[File:{FILENAME}|link={LINK}]]</pre> | ||