Help:Formatting text: Difference between revisions
Jump to navigation
Jump to search
move out of Help:Editing wiki articles |
more info on tilde signatures and collada formatting |
||
Line 1: | Line 1: | ||
Use the following notation for | This article describes this wiki's markup syntax for '''text formatting''' and also provides examples of specific usage within articles. | ||
==Basic wiki markup== | |||
Use the following notation for formatting in this wiki: | |||
{| border=1 cellspacing=0 | {| border=1 cellspacing=0 | ||
Line 47: | Line 51: | ||
| Like this | | Like this | ||
|} | |} | ||
==Tips and tricks== | |||
'''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! | |||
==Username and date signatures using tildes== | |||
To flag entries on [[talk page]]s (or anywhere it seems important), the standard is to flag with your username and date. The wiki software can fill that in automatically for you. | |||
{| border=1 cellspacing=0 | |||
|- | |||
!What||Syntax||Output | |||
|- | |||
|Your wiki username and date (this is the recommended style)||four tildes: <nowiki>~~~~</nowiki>||[[User:Elf|Elf]] 14:59, 21 May 2007 (PDT) | |||
|- | |||
|Your username only||three tildes||[[User:Elf|Elf]] | |||
|- | |||
|Date only||five tildes||14:59, 21 May 2007 (PDT) | |||
|} | |||
==Formatting conventions for COLLADA articles== | |||
{| border=1 cellspacing=0 | |||
|- | |||
!To do this: | |||
!Format | |||
!Example: | |||
|- | |||
|COLLADA elements||no formatting||The <image> element... | |||
|- | |||
|New terms, emphasized text, and attribute names||<nowiki>''italics''</nowiki>||The ''name'' attribute of the <foo> element, also called the ''imaginary new term'', must ''not'', under any circumstances... | |||
|- | |||
|Code inline with other text||maybe <nowiki>'''bold'''</nowiki>, maybe <nowiki><code>code</code></nowiki>|| Use <code>dae:getFoo</code> to get the foo... | |||
|} | |||
==See also== | ==See also== |
Revision as of 21:59, 21 May 2007
This article describes this wiki's markup syntax for text formatting and also provides examples of specific usage within articles.
Basic wiki markup
Use the following notation for formatting in this wiki:
To do this: | Use this: | Example: |
---|---|---|
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 COLLADA document | Surround with double square brackets | [[COLLADA document]] |
Bold text | three single quotation marks | '''bold''' |
Italicize text | two single quotation marks | ''bold'' |
|
left-justified asterisk (*) | *Single bullet **Multiple asterisks for nested lists |
|
Left-justified pound sign (#) | #First item. #Second item. |
Indent a line:
|
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 |
Tips and tricks
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!
Username and date signatures using tildes
To flag entries on talk pages (or anywhere it seems important), the standard is to flag with your username and date. The wiki software can fill that in automatically for you.
What | Syntax | Output |
---|---|---|
Your wiki username and date (this is the recommended style) | four tildes: ~~~~ | Elf 14:59, 21 May 2007 (PDT) |
Your username only | three tildes | Elf |
Date only | five tildes | 14:59, 21 May 2007 (PDT) |
Formatting conventions for COLLADA articles
To do this: | Format | Example: |
---|---|---|
COLLADA elements | no formatting | The <image> element... |
New terms, emphasized text, and attribute names | ''italics'' | The name attribute of the <foo> element, also called the imaginary new term, must not, under any circumstances... |
Code inline with other text | maybe '''bold''', maybe <code>code</code> | Use dae:getFoo to get the foo...
|
See also
External links
- Short editing cheatsheet (Wikipedia; same wiki software)
- How to edit a page (Wikipedia)
- Help:Editing (Wikipedia)