Difference between revisions of "Help:Creating an Item Page"

m (Add Content)
(adding help navbox)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{tocright}}
 +
 
Here is a step-by-step process that can be followed to add new pages to UOGuide about items.
 
Here is a step-by-step process that can be followed to add new pages to UOGuide about items.
 +
 
==Select Page Name==
 
==Select Page Name==
 
Select the page name. For example, if you are going to create a page on a Marble Table, then put the URL http://www.uoguide.com/Marble_Table into your web browser and go to it. Press the "Edit this page" link that appears on the page to begin creating it.
 
Select the page name. For example, if you are going to create a page on a Marble Table, then put the URL http://www.uoguide.com/Marble_Table into your web browser and go to it. Press the "Edit this page" link that appears on the page to begin creating it.
 +
 +
*Similar to [[clients]] which uppercase the first letters of the item name, UOGuide item pages have uppercase first letters The exceptions are ''a, an, of'' or ''the'', provided that they are not the first word of the item name.
 +
**[[A Bottle of Flint's Pungent Brew]] instead of [[A bottle of flint's pungent brew]].
 +
**[[Ship Model of the H.M.S. Cape]] instead of [[Ship model of the H.M.S. cape]] or [[Ship Model Of The H.M.S. Cape]]
 +
 +
*The apostrophe is used in the game and in UOGuide as <font size=5>'</font> instead of <font size=5>’</font>.
 +
**[[A Bottle of Flint's Pungent Brew]] instead of [[A Bottle of Flint’s Pungent Brew]].
 +
 
==Add Content==
 
==Add Content==
Now it is time to fill out the content of the page. Refer to the [[Help:Contents]] page for information on how to format your data. You can do it anyway you like. If you want to see how some example pages click the following links. Visit the "Edit" tab at the top of each page to see how they are designed. Don't be afried to copy, paste, and edit it for your new page.
+
Now it is time to fill out the content of the page. Refer to the [[Help:Contents]] page for information on how to format your data. You can do it anyway you like. If you want to see how some example pages click the following links. Visit the "Edit" tab at the top of each page to see how they are designed. Don't be afraid to copy, paste, and edit it for your new page.
 
* [[Hearth of the Home Fire]]
 
* [[Hearth of the Home Fire]]
* [[Embroidered Oak Leaf Cloak]]
+
* [[An Embroidered Oak Leaf Cloak]]
 
* [[Dawn's Music Box]]
 
* [[Dawn's Music Box]]
 +
 
===Images===
 
===Images===
 +
:''Main article: [[Help:Images]]''
 +
 
Adding images to your page is quick and easy. Simply add the following code to where you want the image to display:
 
Adding images to your page is quick and easy. Simply add the following code to where you want the image to display:
* <nowiki>[[Image:your_image_name.type]]</nowiki>
+
* <nowiki>[[File:Your_image_name.type]]</nowiki>
 
Your image will then appear in that page after it is uploaded. There are further modifiers you can add for images:
 
Your image will then appear in that page after it is uploaded. There are further modifiers you can add for images:
* <nowiki>[[Image:your_image_name.type|frame]]</nowiki>
+
* <nowiki>[[File:Your_image_name.type|frame]]</nowiki>
 
** Creates a frame around your image
 
** Creates a frame around your image
* <nowiki>[[Image:your_image_name.type|thumb]]</nowiki>
+
* <nowiki>[[File:Your_image_name.type|thumb]]</nowiki>
 
** Creates a thumbnail image which will show the full size when clicked on
 
** Creates a thumbnail image which will show the full size when clicked on
* <nowiki>[[Image:your_image_name.type|frame|left]]</nowiki>
+
* <nowiki>[[File:Your_image_name.type|frame|left]]</nowiki>
 
** Moves the frame/thumb to the left or center of the page
 
** Moves the frame/thumb to the left or center of the page
* <nowiki>[[Image:your_image_name.type|frame|Some description text goes here]]</nowiki>
+
* <nowiki>[[File:Your_image_name.type|frame|Some description text goes here]]</nowiki>
 
** Adds text directly below your image frame/thumb. Has to be last in the syntax.
 
** Adds text directly below your image frame/thumb. Has to be last in the syntax.
 +
 
===Categories===
 
===Categories===
 
Adding category tags to your page is important so they can be organized into collections. Here are a list of useful categories to add to your pages:
 
Adding category tags to your page is important so they can be organized into collections. Here are a list of useful categories to add to your pages:
* <nowiki>[[Category:EM_Items_Season_1]]</nowiki> (replace number with season number)
+
* <nowiki>{{Categorize|EM_Items_Season_1}}</nowiki> or <nowiki>[[Category:EM Items Season 1]]</nowiki> (replace number with season number)
* <nowiki>[[Category:Atlantic_Items]]</nowiki> (replace shard name)
+
* <nowiki>{{Category|Atlantic_Items}}</nowiki> or <nowiki>[[Category:Atlantic Items]]</nowiki> (replace shard name)
 
* Visit [[Special:Categories]] for a complete list of existing categories
 
* Visit [[Special:Categories]] for a complete list of existing categories
 
* If you think of a new category which could be used for many different items, then just add it yourself by using <nowiki>[[Category:new_category_name]]</nowiki>
 
* If you think of a new category which could be used for many different items, then just add it yourself by using <nowiki>[[Category:new_category_name]]</nowiki>
Line 33: Line 48:
  
 
When you select your image, the "Destination filename" box will also be filled out with a suggested name. However it is usually better to use a specific naming schema for your files, making it easy to remember. The following method is recommended:
 
When you select your image, the "Destination filename" box will also be filled out with a suggested name. However it is usually better to use a specific naming schema for your files, making it easy to remember. The following method is recommended:
* your_image_name.type
+
* Your_image_name.type
 
There are a few simple ideas behind this schema:
 
There are a few simple ideas behind this schema:
* All lower case letters, no matter what
+
* All lower case letters, no matter what (except first letter, UOGuide automatically upper cases it)
* Seperate words by underscores
+
* Separate words by underscores
 
* Stick to the name of the item, if there are multiple images add a word on the end like on, off, active, etc.
 
* Stick to the name of the item, if there are multiple images add a word on the end like on, off, active, etc.
 
For example, there is 2 pictures of a lantern. They would be named:
 
For example, there is 2 pictures of a lantern. They would be named:
* latern_on.jpg
+
* Lantern_on.jpg
* lantern_off.jpg
+
* Lantern_off.jpg
 
Repeat this step until you have uploaded all the desired images for your page.
 
Repeat this step until you have uploaded all the desired images for your page.
 +
 
==Review==
 
==Review==
 
Once your images are uploaded, go back to your page and do a quick review to make sure all information is accurate, images are showing, formatting is how you want it, etc.
 
Once your images are uploaded, go back to your page and do a quick review to make sure all information is accurate, images are showing, formatting is how you want it, etc.
  
Congradulations on your first page addition, and a big thank you from UOGuide.
+
Congratulations on your first page addition, and a big thank you from UOGuide.
 +
 
 +
{{Help}}

Latest revision as of 12:45, 12 January 2016

Here is a step-by-step process that can be followed to add new pages to UOGuide about items.

Select Page Name

Select the page name. For example, if you are going to create a page on a Marble Table, then put the URL http://www.uoguide.com/Marble_Table into your web browser and go to it. Press the "Edit this page" link that appears on the page to begin creating it.

Add Content

Now it is time to fill out the content of the page. Refer to the Help:Contents page for information on how to format your data. You can do it anyway you like. If you want to see how some example pages click the following links. Visit the "Edit" tab at the top of each page to see how they are designed. Don't be afraid to copy, paste, and edit it for your new page.

Images

Main article: Help:Images

Adding images to your page is quick and easy. Simply add the following code to where you want the image to display:

  • [[File:Your_image_name.type]]

Your image will then appear in that page after it is uploaded. There are further modifiers you can add for images:

  • [[File:Your_image_name.type|frame]]
    • Creates a frame around your image
  • [[File:Your_image_name.type|thumb]]
    • Creates a thumbnail image which will show the full size when clicked on
  • [[File:Your_image_name.type|frame|left]]
    • Moves the frame/thumb to the left or center of the page
  • [[File:Your_image_name.type|frame|Some description text goes here]]
    • Adds text directly below your image frame/thumb. Has to be last in the syntax.

Categories

Adding category tags to your page is important so they can be organized into collections. Here are a list of useful categories to add to your pages:

  • {{Categorize|EM_Items_Season_1}} or [[Category:EM Items Season 1]] (replace number with season number)
  • {{Category|Atlantic_Items}} or [[Category:Atlantic Items]] (replace shard name)
  • Visit Special:Categories for a complete list of existing categories
  • If you think of a new category which could be used for many different items, then just add it yourself by using [[Category:new_category_name]]

Once you have finished, press the "Save Page" button.

Upload Images

Once you have the page up, it is time to upload the images if any. Press the Upload file link in the blue menu on the left side, it will take you to the upload form.

Press the "Browse" button and locate the image you want to upload for your page. Highlight it and press the "Open" button. The name of your file will now show up in the "Source filename" box, do not modify it.

When you select your image, the "Destination filename" box will also be filled out with a suggested name. However it is usually better to use a specific naming schema for your files, making it easy to remember. The following method is recommended:

  • Your_image_name.type

There are a few simple ideas behind this schema:

  • All lower case letters, no matter what (except first letter, UOGuide automatically upper cases it)
  • Separate words by underscores
  • Stick to the name of the item, if there are multiple images add a word on the end like on, off, active, etc.

For example, there is 2 pictures of a lantern. They would be named:

  • Lantern_on.jpg
  • Lantern_off.jpg

Repeat this step until you have uploaded all the desired images for your page.

Review

Once your images are uploaded, go back to your page and do a quick review to make sure all information is accurate, images are showing, formatting is how you want it, etc.

Congratulations on your first page addition, and a big thank you from UOGuide.