User:Toomai/Wiki tips and tricks: Difference between revisions

m
Text replacement - "\[\[(:)?Image:" to "[[$1File:"
m (spelling)
m (Text replacement - "\[\[(:)?Image:" to "[[$1File:")
 
Line 19: Line 19:
*Normally, clicking an image leads to the image itself. However, by adding the <code>link</code> parameter, you can make images just like normal links. Usually, it's best to leave images as linking to themselves, since linking them forces people to look at the source to find out where an image came from. However, there are cases where linking them is better (such as the [[Tier list]] templates).
*Normally, clicking an image leads to the image itself. However, by adding the <code>link</code> parameter, you can make images just like normal links. Usually, it's best to leave images as linking to themselves, since linking them forces people to look at the source to find out where an image came from. However, there are cases where linking them is better (such as the [[Tier list]] templates).
{|class="wikitable" align="center" style="text-align:center"
{|class="wikitable" align="center" style="text-align:center"
|This image leads to [[:Image:MarioIcon(SSBB).png]]||This image leads to [[Mario (SSBB)]]
|This image leads to [[:File:MarioIcon(SSBB).png]]||This image leads to [[Mario (SSBB)]]
|-
|-
|[[Image:MarioIcon(SSBB).png|50px]]||[[Image:MarioIcon(SSBB).png|50px|link=Mario (SSBB)]]
|[[File:MarioIcon(SSBB).png|50px]]||[[File:MarioIcon(SSBB).png|50px|link=Mario (SSBB)]]
|-
|-
|<code><nowiki>[[Image:MarioIcon(SSBB).png|50px]]</nowiki></code>||<code><nowiki>[[Image:MarioIcon(SSBB).png|50px|link=Mario (SSBB)]]</nowiki></code>
|<code><nowiki>[[File:MarioIcon(SSBB).png|50px]]</nowiki></code>||<code><nowiki>[[File:MarioIcon(SSBB).png|50px|link=Mario (SSBB)]]</nowiki></code>
|}
|}