MediaWiki:Uploadtext: Difference between revisions

From A KoL Wiki
imported>Fig bucket
m add some text here to explain and point to the filename issues table.
imported>Fig bucket
m streamline this, and emphasize the template use
Line 3: Line 3:
Please review the KoL Wiki [[TheKolWiki:Image use policy|Image Use Policy]] before uploading files.
Please review the KoL Wiki [[TheKolWiki:Image use policy|Image Use Policy]] before uploading files.


The Summary field should typically only be used for adding special image-related templatesSpecifically:
'''For images, the Summary field should be a template invocation specifying the image origin.''' In most cases that would be one of:
*{{tl|kolimage}} is used for images coming directly from the game itself.  In most cases you should specify the directory in which the image is found as well; for example, <nowiki>{{kolimage|itemimages|club.gif}}</nowiki>, <nowiki>{{kolimage|adventureimages|spider1.gif}}</nowiki>, or <nowiki>{{kolimage|otherimages/plains|bat_hole.gif}}</nowiki>.
*{{tl|kolimage}} is used for images coming directly from the game itself.  This has fields to specify the directory in which the image is found as well; for example, <nowiki>{{kolimage|itemimages|club.gif}}</nowiki>, <nowiki>{{kolimage|adventureimages|spider1.gif}}</nowiki>, or <nowiki>{{kolimage|otherimages/plains|bat_hole.gif}}</nowiki>.
**Specify <code>renamed=1</code> if the image was renamed to avoid an image name conflict.  Image name conflicts should be added to the [[TheKolWiki:Filename issues table|filename issues table]].
**Specify <code>renamed=1</code> if the image was renamed to avoid an image name conflict.  Image name conflicts should be added to the [[TheKolWiki:Filename issues table|filename issues table]].
*{{tl|modkolimage}} is used for images that have been modified by users for various purposes.  This could include splitting up a large image into several pieces, so each piece can be used for a distinct link, or used on other pages.
*{{tl|modkolimage}} is used for images that have been modified by users for various purposes.  This could include splitting up a large image into several pieces, so each piece can be used for a distinct link, or used on other pages.


To include the image in a page, use a link in the form:
To include the image in a page, use a link like '''<nowiki>[[File:file.gif]]</nowiki>.  There are [https://www.mediawiki.org/wiki/Help:Images#Rendering_a_single_image other options] as well.
:'''<nowiki>[[File:file.gif|alt text]]</nowiki>''' or
:'''<nowiki>[[File:file.gif|alt text|positioning]]</nowiki>''' or
:'''<nowiki>[[Media:file.gif]]</nowiki>''' for directly linking to the file.
 
*Positioning - ''center, right, left, etc.''

Revision as of 22:50, 17 May 2017

Use the form below to upload files. To view or search previously uploaded images go to the list of uploaded files. Uploads and deletions are also logged in the upload log.

Please review the KoL Wiki Image Use Policy before uploading files.

For images, the Summary field should be a template invocation specifying the image origin. In most cases that would be one of:

  • {{kolimage}} is used for images coming directly from the game itself. This has fields to specify the directory in which the image is found as well; for example, {{kolimage|itemimages|club.gif}}, {{kolimage|adventureimages|spider1.gif}}, or {{kolimage|otherimages/plains|bat_hole.gif}}.
    • Specify renamed=1 if the image was renamed to avoid an image name conflict. Image name conflicts should be added to the filename issues table.
  • {{modkolimage}} is used for images that have been modified by users for various purposes. This could include splitting up a large image into several pieces, so each piece can be used for a distinct link, or used on other pages.

To include the image in a page, use a link like [[File:file.gif]]. There are other options as well.