Mark-up Language: Difference between revisions
Jump to navigation
Jump to search
Markmcumber (talk | contribs) No edit summary |
Markmcumber (talk | contribs) No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{StudentManual}} | {{StudentManual}} {{AdministratorManual}} | ||
The [[Editors|WikiTextEditor]] uses a '''Mark-up Language''' to enable functions and modify the text, which essentially means the insertion of special characters that communicate specific commands to the [[MediaWiki]] software. | The [[Editors|WikiTextEditor]] uses a '''Mark-up Language''' to enable functions and modify the text, which essentially means the insertion of special characters that communicate specific commands to the [[MediaWiki]] software. | ||
Line 5: | Line 5: | ||
Here are a list of the key characters (referred to throughout both [[Main Page#Manuals|manuals]]): | Here are a list of the key characters (referred to throughout both [[Main Page#Manuals|manuals]]): | ||
{| class="wikitable" | |||
|- | |||
! Symbol Name | |||
! Symbol | |||
! Used to: | |||
|- | |||
| Asterisk | |||
| <center>'''*'''</center> | |||
| Used to create a bulleted list | |||
|- | |||
| Back Slash | |||
| <center>'''/'''</center> | |||
| Often used in URLs, as well as in advanced wiki functions to indicate the termination of that function | |||
|- | |||
| Braces | |||
| <center>'''{ }'''</center> | |||
| Used to initiate special functions such as [[Templates]] | |||
|- | |||
| Colon | |||
| <center>''':'''</center> | |||
| Used in category tags and in some linking | |||
|- | |||
| Equal | |||
| <center>'''='''</center> | |||
| Used to create headers | |||
|- | |||
| Pipe (or Vertical Line) | |||
| <center>'''<nowiki>|</nowiki>'''</center> | |||
| Used to instigate [[Linking#Using Alternate Text|alternate text]] | |||
|- | |||
| Pound | |||
| <center>'''#'''</center> | |||
| Used to create [[Linking#Anchors (Link to a Specific Place on a Page)|anchors]], as well as numbered lists | |||
|- | |||
| Square Brackets | |||
| <center>'''[ ]'''</center> | |||
| Used to create links | |||
|- | |||
| Single Quotation Marks | |||
| <center>'''<nowiki>'</nowiki>'''</center> | |||
| Used to modify text, such as ''italic'' (<nowiki>''text''</nowiki>) or '''bold''' (<nowiki>'''text'''</nowiki>) | |||
|- | |||
| Underscore | |||
| <center>'''_'''</center> | |||
| Used to initiate some ''magic'' functions | |||
|} | |||
[[Category:Mark's Contributions]] | <br/>--[[User:Markmcumber|MarkMcCumber]] ([[User talk:Markmcumber|talk]]) 2 July 2014 (ADT) | ||
[[Category:Mark's Contributions|Mark-up]]<br/>[[Category:Manual Pages|Mark-up]] |
Latest revision as of 10:27, 9 July 2014
Return to Student Manual.
Return to Administrator Manual.
The WikiTextEditor uses a Mark-up Language to enable functions and modify the text, which essentially means the insertion of special characters that communicate specific commands to the MediaWiki software.
Here are a list of the key characters (referred to throughout both manuals):
Symbol Name | Symbol | Used to: |
---|---|---|
Asterisk | Used to create a bulleted list | |
Back Slash | Often used in URLs, as well as in advanced wiki functions to indicate the termination of that function | |
Braces | Used to initiate special functions such as Templates | |
Colon | Used in category tags and in some linking | |
Equal | Used to create headers | |
Pipe (or Vertical Line) | Used to instigate alternate text | |
Pound | Used to create anchors, as well as numbered lists | |
Square Brackets | Used to create links | |
Single Quotation Marks | Used to modify text, such as italic (''text'') or bold ('''text''') | |
Underscore | Used to initiate some magic functions |
--MarkMcCumber (talk) 2 July 2014 (ADT)