Help:Editing wiki articles: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
more info & some reorg
Elf (talk | contribs)
Formatting: change formatting to table
Line 12: Line 12:
Use the following notation for specific formatting:
Use the following notation for specific formatting:


*Indicate a heading line by surrounding it with equal signs; start with double equal signs like this: <nowiki>==Editing tips==</nowiki> and then add more equal signs for lower-level headings.
{| border=1 cellspacing=0
*Link to another article--for example, [[naming wiki articles]]--like this: <nowiki>[[naming wiki articles]]</nowiki>
|-
*'''Bold''' text like this:  <nowiki>'''bold'''</nowiki> (three single quotation marks)
!width=25%|To do this:
*''Italicize'' text like this: <nowiki>''bold''</nowiki> (two single quotation marks)
!Use this:
*Make a bullet using a left-justified asterisk (*).
!width=25%|Syntax:
**Multiple asterisks for nested list items like this one.
|-
*Make a numbered list item using a  left-justified pound sign (#).
|Indicate a heading line
*Make a code example box by indenting a line one or more spaces.
|Surround it with equal signs; start with double equal signs and then add more equal signs for lower-level headings.
Looks like this.
|<nowiki>==Editing tips==</nowiki>  
*Put articles in categories using <nowiki>[[</nowiki>'''Category:'''<nowiki>catgname]]</nowiki>; for example: <nowiki>[[Category:Help]]</nowiki>
|-
|Link to another article, such as [[naming wiki articles]]
|Surround with double square brackets
|<nowiki>[[naming wiki articles]]</nowiki>
|-
|'''Bold''' text
|three single quotation marks
|<nowiki>'''bold'''</nowiki>
|-
|''Italicize'' text
|two single quotation marks
|<nowiki>''bold''</nowiki>  
|-
|
*Bullet
**Indented bullet
|left-justified asterisk (*)
|<nowiki>*Single bullet </nowiki><br>
<nowiki>**Multiple asterisks for nested lists</nowiki>
|-
|
#Numbered list item
#Another numbered item
|Left-justified pound sign (#)
|<nowiki>#First item.</nowiki><br />
<nowiki>#Second item.</nowiki>
|-
|Indent a line:
:Here's an indent.
|Left-justified colon (more for more indents)
|<nowiki>:Here's an indent.</nowiki>
|-
|Code example box
Like this.
|Indent a line one or more spaces.
|&nbsp;&nbsp;&nbsp;&nbsp;Like this
|}
 
'''TIP:''' Put articles in categories using <nowiki>[[</nowiki>'''Category:'''<nowiki>catgname]]</nowiki>; for example: <nowiki>[[Category:Help]]</nowiki>


'''TIP:''' To see the formatting markup for any page, click the '''Edit''' tab.
'''TIP:''' To see the formatting markup for any page, click the '''Edit''' tab.

Revision as of 00:40, 14 March 2007

There are half a dozen things that a casual COLLADA wiki user might really like to know about editing and about using the articles here.

Editing and saving changes

To start editing, click the Edit tab at the top of the page.

To finish editing:

  1. Click Show preview at the bottom of the page, make sure everything looks OK, and type any additional changes.
  2. Type a brief note about what you edited in the Summary: box.
  3. Click Save page.

Formatting

Use the following notation for specific formatting:

To do this: Use this: Syntax:
Indicate a heading line Surround it with equal signs; start with double equal signs and then add more equal signs for lower-level headings. ==Editing tips==
Link to another article, such as naming wiki articles Surround with double square brackets [[naming wiki articles]]
Bold text three single quotation marks '''bold'''
Italicize text two single quotation marks ''bold''
  • Bullet
    • Indented bullet
left-justified asterisk (*) *Single bullet

**Multiple asterisks for nested lists

  1. Numbered list item
  2. Another numbered item
Left-justified pound sign (#) #First item.

#Second item.

Indent a line:
Here's an indent.
Left-justified colon (more for more indents) :Here's an indent.
Code example box
Like this.
Indent a line one or more spaces.     Like this

TIP: Put articles in categories using [[Category:catgname]]; for example: [[Category:Help]]

TIP: To see the formatting markup for any page, click the Edit tab.

TIP: You can experiment with editing and saving in the sandbox! So please do!

TIP: Sign your wiki username and date on talk pages (or anywhere else) using four tildes: ~~~~ (three tildes gives just your username)

Usage tips

  • Reviewing article changes: You can see what other users have changed in an article, and when, by clicking the history tab and comparing various versions with the current version, last (previous) version, or two selected versions.
  • Overall activity: You can see what people have been doing all over this wiki lately by clicking Recent changes on the left.
  • Key-page tracking: You can use your watchlist (my watchlist link at top right) to see who has changed articles of particular interest to you by watching the articles ("watch this page" when editing the page, or watch tab at top of page).
  • Emailing users: You can email any registered user by going to their user page (for example, by clicking their username in a History page) and clicking "E-mail this user" on the left.

See also