Help:Images: Difference between revisions

From StrategyWiki, the video game walkthrough and strategy guide wiki
1,735 bytes added ,  29 April 2007
merging from Help:Image
(suggesting merge)
(merging from Help:Image)
Line 1: Line 1:
{{All Game Nav|game=StrategyWiki:Guide}}
{{All Game Nav|game=StrategyWiki:Guide}}
{{mergefrom|Help:Image}}
One significant feature of StrategyWiki guides is that you can add images, and place them anywhere you like. You are encouraged to use as many images as you feel necessary for describing elements of the game. This page will deal with the specifics of uploading, naming, and placing images.


__TOC__
==Uploading==
The first part to uploading an image is to choose the file that you are about to upload. To do this click on choose file and select the wanted file.
 
If uploading a file by clicking on the [[Special:Upload|Upload file]] link you will need to specify a name. The default name provided will match the name of the file on your local computer.
 
The name of the image is important. This is an example of a wrong image name:
* <nowiki>[[Image:Metroid Prime Hunters1.png|150px]]</nowiki>
The image name should be, if possible, a good description of whatever the image is depicting, preceded by a recognisable acronym of the game name. For instance an image for [[Monster World IV]] would be named MW4 <description here>.
 
The last part to the image name is the tag. It can be '''jpg''', '''png''', or '''gif'''.
 
Next, the file needs a summary. Here you type in a description of the image you are uploading. After the description of the image is typed, input the categories that the image fits under.  There are [[StrategyWiki:Images|categorization guidelines]] to help decide which categories to put on which pages.
 
Categories commonly used:
*[[:Category:Box artwork]]
*[[:Category:Characters]]
*[[:Category:Sprites]]
*[[:Category:Screenshots]]
*[[:Category:Models]]
*[[:Category:Items]]
 
==Using uploaded files==
To use an image or other file which has been uploaded to the wiki, use:
*<code><nowiki>[[Image:Super Mario Bros. 3.jpg]]</nowiki></code>
If you add a pipe (|) and some text after the filename, the text will be used as alternative text for text-only browsers:
*<code><nowiki>[[Image:Super Mario Bros. 3.jpg|alternative text]]</nowiki></code>
 
If you don't want to display the image, you can link to the file's description page, by adding a colon:
*<code><nowiki>[[:Image:Super Mario Bros. 3.jpg]]</nowiki></code>
To bypass the description page and link directly to a file , use the "Media" pseudo-namespace:
*<code><nowiki>[[Media:Super Mario Bros. 3.jpg]]</nowiki></code>
You can also make piped links if you want some other text to be used:
*<code><nowiki>[[:Image:Super Mario Bros. 3.jpg|link text]]</nowiki></code>
*<code><nowiki>[[Media:Super Mario Bros. 3.jpg|link text]]</nowiki></code>
 
==Image placement==
{| {{Prettytable}}
{| {{Prettytable}}
|-
|-
Line 37: Line 72:
[[Image:Super Mario Bros. 3.jpg|center|thumb|100px|Super Mario Bros. 3]]
[[Image:Super Mario Bros. 3.jpg|center|thumb|100px|Super Mario Bros. 3]]
|}
|}
==Uploaded files==
To use an image or other file which has been [[Help:Managing files|uploaded to the wiki]], use:
*<code><nowiki>[[Image:Super Mario Bros. 3.jpg]]</nowiki></code>
If you add a pipe (|) and some text after the filename, the text will be used as alternative text for text-only browsers:
*<code><nowiki>[[Image:Super Mario Bros. 3.jpg|alternative text]]</nowiki></code>
If you don't want to display the image, you can link to the file's description page, by adding a colon:
*<code><nowiki>[[:Image:Super Mario Bros. 3.jpg]]</nowiki></code>
To bypass the description page and link directly to a file , use the "Media" pseudo-namespace:
*<code><nowiki>[[Media:Super Mario Bros. 3.jpg]]</nowiki></code>
You can also make piped links if you want some other text to be used:
*<code><nowiki>[[:Image:Super Mario Bros. 3.jpg|link text]]</nowiki></code>
*<code><nowiki>[[Media:Super Mario Bros. 3.jpg|link text]]</nowiki></code>


===Advanced options===
===Advanced options===
Line 93: Line 114:


==Other files==
==Other files==
You can link to an external file using the same syntax used for [[Help:Links#External links|linking to an external web page]]. This feature has to be enabled by the admin; in the new releases of MediaWiki its disabled due to security reasons.
You can link to an external file using the same syntax used for linking to an external web page.
*<code><nowiki>[http://url.for/some/image.png]</nowiki></code>
*<code><nowiki>[http://url.for/some/image.png]</nowiki></code>
Or with different text:
Or with different text:
*<code><nowiki>[http://url.for/some/image.png link text here]</nowiki></code>
*<code><nowiki>[http://url.for/some/image.png link text here]</nowiki></code>


If it is enabled on your wiki, you can also embed external images. To do that, simply insert the url:
You can also embed images via their direct URLs. To do that, simply insert the url:
*<code><nowiki>http://url.for/some/image.png</nowiki></code>
*<code><nowiki>http://url.for/some/image.png</nowiki></code>
You can also use an external image as a link:
*<code><nowiki>[http://destination.page/here/ http://image.url/here.png]</nowiki></code>
Note that if you want an image to link to an internal page you will need to use the external form of the link (e.g. http://strategywiki.org/wiki/Main_Page) rather than the internal one (e.g. [[Main Page]]).


{{Footer Nav|game=StrategyWiki:Guide|backpage=Links|nextpage=Tables}}
{{Footer Nav|game=StrategyWiki:Guide|backpage=Links|nextpage=Tables}}