Battlestar Wiki:Tutorial (Images): Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
No edit summary
 
m (Add FR link)
 
(16 intermediate revisions by 5 users not shown)
Line 5: Line 5:
__NOTOC__
__NOTOC__


'''Forthcoming...'''
== Uploading Images ==
 
'''Images''', along with other uploadable multimedia objects, are no longer uploaded on the individual wikis. They are all now centralized onto a "[[:md:Main Page|Media Repository]]" (Check out the [[:md:BWM:TUT|Media Tutorial]]). Because of this this [[BW:MIS|Island of Misfit Images]] no longer will work properly because there are no images associated with the English Wiki. Currently there is '''no''' auto-generated list of files not being used.
 
Or in short, images can be uploaded [[Special:Upload|here]] after logging in.
 
=== Image being used? ===
If you goto an image, for instance, [[:md:Image:User_Shane.jpg|Image:User_Shane.jpg]] on the media wiki, you will notice three tabs at the top. This will link back to the wiki that you select. You then be directed to the [[:Image:User_Shane.jpg#filelinks|image on the Wiki]] itself, and by looking at the "Link" pages section you can tell where this image is being used.
 
=== Upload and Tagging Guidelines ===
There are three guidelines for multimedia objects. They are located here:
* [[:md:BWM:IUP|Image]] Upload Guidelines
* [[:md:BWM:AUP|Audio]] Upload Guidelines
* [[:md:BWM:VUP|Video]] Upload Guidelines
 
There is also there related tagging guidelines pages:
* [[:md:BWM:ITP|Image]] Tagging Guidelines
* [[:md:BWM:ATP|Audio]] Tagging Guidelines
* [[:md:BWM:VTP|Video]] Tagging Guidelines
 
=== Updating Images ===
 
Goto your favorite picture and follow these instructions:
 
# Press the <code>here</code> in the box directly below the image. (From this line of: <tt>To upload a new version click here. This will direct you to the upload page.</tt>)
#* This takes you to the upload page.
#* If you do not have or not logged into the [[:md:Main Page|Media Wiki]], create an account and sign in. (Then Repeat Step #1)
# Follow the instructions to "Browse" to the new file while keeping the "Destination filename" field the same. '''Do not change it.'''
# Click upload and confirm that you want to replace the image.
 
That's it. Nothing to it. Make sure you keep the tags and the source updating with the changing image.
 
== Integrating images into articles ==
 
=== General ===
 
: ''Note: Do not include the brackets "{" and "}" in your code! These are meant to distinguish the attributes from the syntax only!''
 
The general syntax is '''<nowiki>[[Image:{name}|{type}|{location}|{size}|{caption}]]</nowiki>''', but only '''<nowiki>[[Image:{name}]]</nowiki>''' is required.
 
'''{name}''':
*Only the name of the image without additional preceding URL parts. For example "name.jpg".
 
'''{type}''':
*"thumbnail" or "thumb": Creates and displays a thumbnail. The caption is displayed below it if one is specified.
*"frame": Displays the image in its original size with a border around it. The caption is displayed below it if one is specified.
*(nothing specified): Displays the image in its original size, but without border or caption.
 
'''{location}''':
*"left", "right" or "center": Displays the image in the respective location. Text flows around it.
*"none": By default the image is placed on the left side.
 
'''{size}''':
*"100px": Scales the picture down to a width of 100 pixels (or any value chosen). If "thumbnail" is specified, this setting will override the default thumbnail size.
*"100x200px": Scales the picture up and down to a maximum of the specified width and height while preserving its aspect ratio.
 
'''{caption}''':
*Optional, but recommended description of the picture, that will be displayed below it.
 
=== Hyperlinks ===
 
To place a hyperlink to a picture in a text, put a colon in front of "Image": '''<nowiki>[[:Image:{name}|text]]</nowiki>'''
 
=== Galleries ===
 
To create a gallery of several images use the following syntax:
 
<pre><nowiki><gallery caption="gallery caption"></nowiki>
<nowiki>Image:image1.jpg | caption1</nowiki>
<nowiki>Image:image2.jpg | caption2</nowiki>
<nowiki></gallery></nowiki>
</pre>
 
Note that no square brackets are used. The gallery caption is optional; <nowiki><gallery></gallery></nowiki> is enough.
 


{{start box}}
{{start box}}
{{next box|before=[[Battlestar Wiki:Tutorial (Citing)|Citing]]|title=Images|after=[[Battlestar Wiki:Tutorial (Keep in mind)|Keep in mind]]}}
{{next box|before=[[Battlestar Wiki:Tutorial (Citing)|Citing]]|title=Images|after=[[Battlestar Wiki:Tutorial (Keep in mind)|Keep in mind]]}}
{{end box}}
{{end box}}
 
[[fr:Battlestar Wiki:Tutoriel (Images)]]
[[Category:Wikipedia tutorial|*8]]

Latest revision as of 20:31, 11 July 2011

This page is one of Battlestar Wiki's many projects.
This page serves to coordinate discussion on a particular aspect of this Wiki. The formal recommendations of a project may be treated as policies.
Shortcut:
BW:T
BW:TUT


Battlestar Wiki Tutorial
Tutorial chapters...
  1. Front page
  2. Editing
  3. Formatting
  4. Internal links
  5. Related site links
  6. External links
  7. Talk pages
  8. Citing
  9. Images
  10. Keep in mind
  11. Registration
  12. Namespaces
  13. Wrap-up
See also...
Help page
Goto Sandbox



Uploading Images

Images, along with other uploadable multimedia objects, are no longer uploaded on the individual wikis. They are all now centralized onto a "Media Repository" (Check out the Media Tutorial). Because of this this Island of Misfit Images no longer will work properly because there are no images associated with the English Wiki. Currently there is no auto-generated list of files not being used.

Or in short, images can be uploaded here after logging in.

Image being used?

If you goto an image, for instance, Image:User_Shane.jpg on the media wiki, you will notice three tabs at the top. This will link back to the wiki that you select. You then be directed to the image on the Wiki itself, and by looking at the "Link" pages section you can tell where this image is being used.

Upload and Tagging Guidelines

There are three guidelines for multimedia objects. They are located here:

There is also there related tagging guidelines pages:

Updating Images

Goto your favorite picture and follow these instructions:

  1. Press the here in the box directly below the image. (From this line of: To upload a new version click here. This will direct you to the upload page.)
    • This takes you to the upload page.
    • If you do not have or not logged into the Media Wiki, create an account and sign in. (Then Repeat Step #1)
  2. Follow the instructions to "Browse" to the new file while keeping the "Destination filename" field the same. Do not change it.
  3. Click upload and confirm that you want to replace the image.

That's it. Nothing to it. Make sure you keep the tags and the source updating with the changing image.

Integrating images into articles

General

Note: Do not include the brackets "{" and "}" in your code! These are meant to distinguish the attributes from the syntax only!

The general syntax is [[Image:{name}|{type}|{location}|{size}|{caption}]], but only [[Image:{name}]] is required.

{name}:

  • Only the name of the image without additional preceding URL parts. For example "name.jpg".

{type}:

  • "thumbnail" or "thumb": Creates and displays a thumbnail. The caption is displayed below it if one is specified.
  • "frame": Displays the image in its original size with a border around it. The caption is displayed below it if one is specified.
  • (nothing specified): Displays the image in its original size, but without border or caption.

{location}:

  • "left", "right" or "center": Displays the image in the respective location. Text flows around it.
  • "none": By default the image is placed on the left side.

{size}:

  • "100px": Scales the picture down to a width of 100 pixels (or any value chosen). If "thumbnail" is specified, this setting will override the default thumbnail size.
  • "100x200px": Scales the picture up and down to a maximum of the specified width and height while preserving its aspect ratio.

{caption}:

  • Optional, but recommended description of the picture, that will be displayed below it.

Hyperlinks

To place a hyperlink to a picture in a text, put a colon in front of "Image": [[:Image:{name}|text]]

Galleries

To create a gallery of several images use the following syntax:

<gallery caption="gallery caption"> 
Image:image1.jpg | caption1 
Image:image2.jpg | caption2 
</gallery>

Note that no square brackets are used. The gallery caption is optional; <gallery></gallery> is enough.



Previous:
Citing
Images Next:
Keep in mind