Difference between revisions of "Help:Contents"

From BaseballCardPedia.com
Jump to: navigation, search
m (Editing)
 
(10 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.  
  
==Syntax==
+
==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.
  
{| 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;"
+
==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. 
 +
 
 +
==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.
 +
 
 +
{| class="ratio"
 
!Wiki text
 
!Wiki text
 
!Result
 
!Result
 
|-
 
|-
|''italic''||italic
+
|<nowiki>''italic''</nowiki>||''italic''
|-
 
|'''bold'''||bold
 
|-
 
|'''''bold and italic'''''||bold and italic
 
|-
 
|==Level 2==|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|===Level 3===|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
|-
 
|====Level 4====|Headings in different sizes and formats; Level 1 is used only for page titles and is generated automatically by the software
 
 
|-
 
|-
|=====Level 5=====|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'''
 
|-
 
|-
|======Level 6=====|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'''''
 
|-
 
|-
|[[Link to another page]]||Internal link to another page on the wiki
+
|<nowiki>=Level 1=</nowiki>||Page heading. The page heading is generated automatically. 
 
|-
 
|-
|[[Link|different title]]||Internal link to another page on the wiki with a different title
+
|<nowiki>==Level 2==</nowiki>||Main heading for a pages (Description, Base Set, Parallels, Inserts, etc...)
 
|-
 
|-
|http://www.example.org||External link
+
|<nowiki>===Level 3===</nowiki>||Headings for insert sets
 
|-
 
|-
|[http://www.example.org Text]||External link with description
+
|<nowiki>[[Link to another page]]</nowiki>||Internal link to another page on the wiki
 
|-
 
|-
|[[Category:Example]]||Add article to category “example“
+
|<nowiki>[[Link|different title]]</nowiki>||Internal link to another page on the wiki with a different title
 
|-
 
|-
|----||Horizontal line
+
|<nowiki>http://www.example.org</nowiki>||External link
 
|-
 
|-
|* one||Bullets
+
|<nowiki>[http://www.example.org Text]</nowiki>||External link with description
 
|-
 
|-
|# one||Numbered list
+
|<nowiki>[[Category:Example]]</nowiki>||Add article to category “example“
 
|-
 
|-
[[Image:File.jpg|Text]]||Image with alternative text
+
|<nowiki>* one</nowiki>||Bullets
 
|-
 
|-
|[[Image:File.jpg|frame|Text]]||Image aligned right with caption
+
|<nowiki># one</nowiki>||Numbered list
 
|-
 
|-
|[[Image:File.jpg|thumb|Text]]||Thumbnail
+
|<nowiki>[[Image:filename.jpg|right|frame|Text]]</nowiki>||Right-aligned image with frame and caption
 
|}
 
|}

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