Difference between revisions of "Help:Editing/Images"
(making a thumbnail link elsewhere is misuse of |link= (use the thumbnail's caption in that case); altering example slightly) |
|||
(9 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude> |
+ | <noinclude>[[Category:Help]]</noinclude> |
+ | {| class="wikitable" |
||
− | == Images == |
||
+ | |- |
||
+ | ! width=40%| Appearance |
||
+ | ! width=60%| Description and Code |
||
+ | |- valign="top" |
||
− | <table border="1" cellpadding="2" cellspacing="0"> |
||
⚫ | |||
− | <tr> |
||
+ | | Inline picture<br/> |
||
− | <th width=50%>What it looks like</th> |
||
⚫ | |||
− | <th width=50%>What you type</th> |
||
− | </tr> |
||
⚫ | |||
− | </td> |
||
− | <td><pre><nowiki> |
||
⚫ | |||
− | </td> |
||
− | </tr> |
||
− | <tr valign="top"><td>A picture with alternate text: |
||
⚫ | |||
− | </td> |
||
− | <td><pre><nowiki> |
||
− | A picture with alternate text: |
||
⚫ | |||
− | </pre> |
||
⚫ | |||
− | </td> |
||
− | </tr> |
||
− | <tr valign="top"><td>A picture with a caption set to the right: |
||
⚫ | |||
− | </td> |
||
− | <td><pre><nowiki> |
||
− | A picture with a caption set to the right: |
||
⚫ | |||
− | </pre> |
||
− | </td> |
||
− | </tr> |
||
− | <tr> |
||
− | <td> |
||
− | Clicking on an uploaded image displays a description page, which you can also link directly to: [[:Image:Beastmaster1.jpg]] |
||
− | </td> |
||
− | <td><pre><nowiki> |
||
− | [[:Image:Beastmaster1.jpg]] |
||
− | </nowiki></pre> |
||
− | </td> |
||
− | </tr> |
||
+ | |- valign="top" |
||
− | <tr> |
||
+ | | [[Image:INV_Axe_04.png|32px]] |
||
− | <td> |
||
+ | | Inline picture scaled to 32px wide<br/> |
||
− | To include links to images shown as links instead of drawn on the page, use a "media" link. |
||
+ | <code><nowiki>[[Image:INV_Axe_04.png|32px]]</nowiki></code> |
||
− | <br/>[[media:Bruiseweed.png|Image of Bruiseweed]] |
||
− | </td> |
||
− | <td> |
||
− | <pre> |
||
− | <nowiki> |
||
− | [[media:Bruiseweed.png|Image of Bruiseweed]]</nowiki></pre> |
||
− | </td> |
||
− | </tr> |
||
+ | |- valign="top" |
||
− | </table> |
||
⚫ | |||
⚫ | |||
+ | <code><nowiki>[[Image:INV_Axe_04.png| A WoW inventory icon for an axe]]</nowiki></code> |
||
+ | |||
+ | |- |
||
+ | | [[:Image:Beastmaster1.jpg]] ([[:Image:Beastmaster1.jpg|or using a caption]]) |
||
+ | | Text link to an image's description page.<br/> |
||
+ | <code><nowiki>[[:Image:Beastmaster1.jpg]] ([[:Image:Beastmaster1.jpg|or using a caption]])</nowiki></code> |
||
+ | |||
+ | |- valign="top" |
||
+ | | [[Image:Return_to_Jaina_teleport_from_Archmage_Malin.jpg|thumb|Archmage Malin's helpful teleport!]] |
||
+ | | Right-floating thumbnail with caption.<br/> |
||
+ | <code><nowiki>[[Image:Return_to_Jaina_teleport_from_Archmage_Malin.jpg|thumb|Archmage Malin's helpful teleport!]]</nowiki></code> |
||
+ | |||
+ | |- valign="top" |
||
+ | | [[Image:Return_to_Jaina_teleport_from_Archmage_Malin.jpg|thumb|left|Archmage Malin's helpful teleport!]] |
||
+ | | Left-floating thumbnail with caption.<br/> |
||
+ | <code><nowiki>[[Image:Return_to_Jaina_teleport_from_Archmage_Malin.jpg|thumb|left|Archmage Malin's helpful teleport!]]</nowiki></code> |
||
+ | |||
+ | |- valign="top" |
||
⚫ | |||
+ | |Full-size image, with a caption, in a right-floating frame.<br/> |
||
⚫ | |||
+ | |||
+ | |- valign="top" |
||
⚫ | |||
+ | |Full-size image, with a caption, in a left-floating frame.<br/> |
||
+ | <code><nowiki>[[Image:INV_Axe_04.png|frame|left|A WoW inventory icon for an axe]]</nowiki></code> |
||
+ | |||
+ | |- valign="top" |
||
+ | | [[Image:INV_Axe_04.png|link=Axe]] |
||
+ | | Image linking to a custom page instead of the image's description.<br/> |
||
+ | <code><nowiki>[[Image:INV_Axe_04.png|link=Axe]]</nowiki></code> |
||
+ | |||
+ | |} |
Latest revision as of 21:40, 7 January 2013
Appearance | Description and Code |
---|---|
A picture: ![]() |
Inline picture
|
![]() |
Inline picture scaled to 32px wide
|
![]() |
Picture with alternate text (which appears when a mouse hovers over the image, when the image is not loaded in a text-only browser, or when spoken aloud).
|
Image:Beastmaster1.jpg (or using a caption) | Text link to an image's description page.
|
Right-floating thumbnail with caption.
| |
Left-floating thumbnail with caption.
| |
Full-size image, with a caption, in a right-floating frame.
| |
Full-size image, with a caption, in a left-floating frame.
| |
![]() |
Image linking to a custom page instead of the image's description.
|