Difference between revisions of "Help:Contents"

From BaseballCardPedia.com
Jump to: navigation, search
m (Editing)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Adding an article==
+
==Editing a Page==
To add a new article, type the name of the article into the search box then click go. When the search returns no entry with that name, click 'create this page'.
+
To edit a page, log into the system and click edit on the page you want to edit. Make your changes, then click save. That's it.
 +
 
 +
==Adding a set article==
 +
To add a new set article, go to the [[All Sets by Name]] page and either click on the set or add it to the page if it isn't listed. Do not add sets to the [[All Sets by Year]] page. When adding a new set article, please be sure to add the year and manufacturer in the category section at the bottom of the page.
  
 
==Adding Spaces==
 
==Adding Spaces==
 
For long lists of text (like checklists) it's best to add a space after every line. Using an editor like [http://notepad-plus.sourceforge.net/uk/site.htm Notepad++] allows you to add the spaces quickly by doing a mass replace (search -> replace) and replacing all \n with \n\n. Make sure extended mode is selected.   
 
For long lists of text (like checklists) it's best to add a space after every line. Using an editor like [http://notepad-plus.sourceforge.net/uk/site.htm Notepad++] allows you to add the spaces quickly by doing a mass replace (search -> replace) and replacing all \n with \n\n. Make sure extended mode is selected.   
  
==Syntax==
+
==Uploading and Adding Images==
 +
To add an image to a page, first upload the image using the [[Special:Upload|Upload file]] page, then edit the first line of the page replacing the file name with the one you uploaded. PNG, JPG and GIF images are the only files allowed to be uploaded. Please compress your images for the Web and keep them smaller than 400x400 pixels in size.
 +
 
 +
==Editing==
 +
 
 +
Here is a list of the most commonly used formatting syntax.
  
{| border="1" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%; clear: center;"
+
{| class="ratio"
 
!Wiki text
 
!Wiki text
 
!Result
 
!Result
 
|-
 
|-
|<nowiki>''italic''</nowiki>||italic
+
|<nowiki>''italic''</nowiki>||''italic''
|-
 
|<nowiki>'''bold'''</nowiki>||bold
 
|-
 
|<nowiki>'''''bold and italic'''''</nowiki>||bold and italic
 
 
|-
 
|-
|<nowiki>==Level 2==</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>'''bold'''</nowiki>||'''bold'''
 
|-
 
|-
|<nowiki>===Level 3===</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>'''''bold and italic'''''</nowiki>||'''''bold and italic'''''
 
|-
 
|-
|<nowiki>====Level 4====</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>=Level 1=</nowiki>||Page heading. The page heading is generated automatically
 
|-
 
|-
|<nowiki>=====Level 5=====</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>==Level 2==</nowiki>||Main heading for a pages (Description, Base Set, Parallels, Inserts, etc...)
 
|-
 
|-
|<nowiki>======Level 6=====</nowiki>||Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
+
|<nowiki>===Level 3===</nowiki>||Headings for insert sets
 
|-
 
|-
 
|<nowiki>[[Link to another page]]</nowiki>||Internal link to another page on the wiki
 
|<nowiki>[[Link to another page]]</nowiki>||Internal link to another page on the wiki
Line 36: Line 40:
 
|-
 
|-
 
|<nowiki>[[Category:Example]]</nowiki>||Add article to category “example“
 
|<nowiki>[[Category:Example]]</nowiki>||Add article to category “example“
|-
 
|<nowiki>----</nowiki>||Horizontal line
 
 
|-
 
|-
 
|<nowiki>* one</nowiki>||Bullets
 
|<nowiki>* one</nowiki>||Bullets
Line 43: Line 45:
 
|<nowiki># one</nowiki>||Numbered list
 
|<nowiki># one</nowiki>||Numbered list
 
|-
 
|-
|<nowiki>[[Image:File.jpg|Text]]</nowiki>||Image with alternative text
+
|<nowiki>[[Image:filename.jpg|right|frame|Text]]</nowiki>||Right-aligned image with frame and caption
|-
 
|<nowiki>[[Image:File.jpg|frame|Text]]</nowiki>||Image aligned right with caption
 
|-
 
|<nowiki>[[Image:File.jpg|thumb|Text]]</nowiki>||Thumbnail
 
 
|}
 
|}

Latest revision as of 23:20, 4 December 2011

Editing a Page

To edit a page, log into the system and click edit on the page you want to edit. Make your changes, then click save. That's it.

Adding a set article

To add a new set article, go to the All Sets by Name page and either click on the set or add it to the page if it isn't listed. Do not add sets to the All Sets by Year page. When adding a new set article, please be sure to add the year and manufacturer in the category section at the bottom of the page.

Adding Spaces

For long lists of text (like checklists) it's best to add a space after every line. Using an editor like Notepad++ allows you to add the spaces quickly by doing a mass replace (search -> replace) and replacing all \n with \n\n. Make sure extended mode is selected.

Uploading and Adding Images

To add an image to a page, first upload the image using the Upload file page, then edit the first line of the page replacing the file name with the one you uploaded. PNG, JPG and GIF images are the only files allowed to be uploaded. Please compress your images for the Web and keep them smaller than 400x400 pixels in size.

Editing

Here is a list of the most commonly used formatting syntax.

Wiki text Result
''italic'' italic
'''bold''' bold
'''''bold and italic''''' bold and italic
=Level 1= Page heading. The page heading is generated automatically.
==Level 2== Main heading for a pages (Description, Base Set, Parallels, Inserts, etc...)
===Level 3=== Headings for insert sets
[[Link to another page]] Internal link to another page on the wiki
[[Link|different title]] Internal link to another page on the wiki with a different title
http://www.example.org External link
[http://www.example.org Text] External link with description
[[Category:Example]] Add article to category “example“
* one Bullets
# one Numbered list
[[Image:filename.jpg|right|frame|Text]] Right-aligned image with frame and caption