Help:Images: Difference between revisions
m (Protected "Help:Images" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
==Uploading== | ==Uploading== | ||
* To upload images you must be logged in. | * To upload images, you must be logged in and [[SmashWiki:Autoconfirmed users|autoconfirmed]]. | ||
* Click on '''"Upload | * Click on '''"Upload file"''' in the toolbox on the left (under the search boxes). | ||
* The '''"Choose file"''' button lets you find the image on your hard drive. Click '''"open"''' to select the file. | * The '''"Choose file"''' button lets you find the image on your hard drive. Click '''"open"''' to select the file. | ||
* If you want to change the file name, you can do so in the '''"Destination filename"''' box. | * If you want to change the file name, you can do so in the '''"Destination filename"''' box. | ||
* Use the '''"Summary"''' box to enter the source of the file and the [[Help:Image copyright tags|image copyright tag]] | * Use the '''"Summary"''' box to enter the source of the file and the [[Help:Image copyright tags|image copyright tag]]. | ||
* Click '''"Upload file"'''. | * Click '''"Upload file"'''. | ||
You will be warned if the name will be changed or if there is already a file with that name. You can then decide whether to go ahead or to abandon the upload. | You will be warned if the name will be changed or if there is already a file with that name. You can then decide whether to go ahead or to abandon the upload. | ||
==Using | ==Using images== | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">To use an image in an article, you simply surround the full name (including the "File" part) in double square brackets:<br><br> | ||
'''<nowiki>[[File:Example.jpg]]</nowiki>''' will give you: [[File:Example.jpg]]<br clear=all></div> | '''<nowiki>[[File:Example.jpg]]</nowiki>''' will give you: [[File:Example.jpg]]<br clear=all></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">You can resize by adding the size in pixels between two pipes:<br><br> | ||
<nowiki>[[File:Example.jpg</nowiki>'''|50px|''']] will give you: [[File:Example.jpg|50px|]]<br clear="all"></div> | <nowiki>[[File:Example.jpg</nowiki>'''|50px|''']] will give you: [[File:Example.jpg|50px|]]<br clear="all"></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0"> | ||
You can make an image a thumbnail an image by adding "thumb" in the same way. If a pipe is there from a previous variable, you don't need to add another:<br | You can make an image a thumbnail an image by adding "thumb" in the same way. If a pipe is there from a previous variable, you don't need to add another:<br><br> | ||
<nowiki>[[File:Example.jpg|50px</nowiki>'''|thumb|''']] will give you: [[File:Example.jpg|50px|thumb|]]<br clear="all"></div> | <nowiki>[[File:Example.jpg|50px</nowiki>'''|thumb|''']] will give you: [[File:Example.jpg|50px|thumb|]]<br clear="all"></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">This is automatically formatted to the right of the page. You can change this by adding "left" or "center":<br><br> | ||
<nowiki>[[File:Example.jpg|50px|thumb</nowiki>'''|left|''']] will give you: [[File:Example.jpg|50px|thumb|left|]]<br clear="all"></div> | <nowiki>[[File:Example.jpg|50px|thumb</nowiki>'''|left|''']] will give you: [[File:Example.jpg|50px|thumb|left|]]<br clear="all"></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">Anything after the last pipe becomes the alt text or the caption:<br><br> | ||
<nowiki>[[File:Example.jpg|50px|thumb|left|</nowiki>'''Alt''']] will give you: [[File:Example.jpg|50px|thumb|left|Alt]]<br clear="all"></div> | <nowiki>[[File:Example.jpg|50px|thumb|left|</nowiki>'''Alt''']] will give you: [[File:Example.jpg|50px|thumb|left|Alt]]<br clear="all"></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">To link to a file without showing it on the page, you can use "Media" instead of "File":<br><br> | ||
'''<nowiki>[[Media:Example.jpg]]</nowiki>''' will give you: [[Media:Example.jpg]]<br clear="all"></div> | '''<nowiki>[[Media:Example.jpg]]</nowiki>''' will give you: [[Media:Example.jpg]]<br clear="all"></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">To link to the image page instead, use a colon before the word "File":<br><br> | ||
'''<nowiki>[[:File:Example.jpg]]</nowiki>''' will give you: [[:File:Example.jpg]]<br clear="all"></div> | '''<nowiki>[[:File:Example.jpg]]</nowiki>''' will give you: [[:File:Example.jpg]]<br clear="all"></div> | ||
<div style="border: 1px solid # | <div style="border:1px solid #ccc; padding:1em; margin:1em 0">Finally, to create a gallery of images you can use the <nowiki><gallery></nowiki> tag (you do not need to add File: before names):<br><br> | ||
'''<gallery><br | '''<gallery><br>''' | ||
'''Example.jpg|1<br | '''Example.jpg|1<br>''' | ||
'''Example.jpg|2<br | '''Example.jpg|2<br>''' | ||
'''Example.jpg|3<br | '''Example.jpg|3<br>''' | ||
'''</gallery>''' | '''</gallery>''' | ||
Line 50: | Line 50: | ||
Example.jpg|2 | Example.jpg|2 | ||
Example.jpg|3 | Example.jpg|3 | ||
</gallery | </gallery></div> | ||
{{helpnav}} | {{helpnav}} | ||
[[Category:Help|Images]] | [[Category:Help|Images]] |
Latest revision as of 08:11, March 29, 2024
Images added to this wiki should be "free-use" when possible - that is, they either are public domain or licensed by the copyright holder under a license that allows anyone to reuse the images. If this is not possible - due to the copyrighted nature of the Super Smash Bros. series and the characters therein, combined with the fact that SmashWiki is not official - then care should be taken to be sure that files are used under a proper fair use justification.
See Help:Image copyright tags for more detail on licenses and how to tag your images.
Uploading
- To upload images, you must be logged in and autoconfirmed.
- Click on "Upload file" in the toolbox on the left (under the search boxes).
- The "Choose file" button lets you find the image on your hard drive. Click "open" to select the file.
- If you want to change the file name, you can do so in the "Destination filename" box.
- Use the "Summary" box to enter the source of the file and the image copyright tag.
- Click "Upload file".
You will be warned if the name will be changed or if there is already a file with that name. You can then decide whether to go ahead or to abandon the upload.
Using images
[[File:Example.jpg]] will give you:
[[File:Example.jpg|50px|]] will give you:
You can make an image a thumbnail an image by adding "thumb" in the same way. If a pipe is there from a previous variable, you don't need to add another:
[[File:Example.jpg|50px|thumb|left|]] will give you:
[[File:Example.jpg|50px|thumb|left|Alt]] will give you:
[[Media:Example.jpg]] will give you: Media:Example.jpg
[[:File:Example.jpg]] will give you: File:Example.jpg
<gallery>
Example.jpg|1
Example.jpg|2
Example.jpg|3
</gallery>
Which will give you: