User:Mattshu/sandbox: Difference between revisions
Jump to navigation
Jump to search
m (Added parent->child headers, page hops) |
|||
Line 28: | Line 28: | ||
== Formatting Pages == | == Formatting Pages == | ||
* Bullet points | * [[User:Mattshu/sandbox#Bullet_points|Bullet points]] | ||
* Numbered lists | * [[User:Mattshu/sandbox#Numbered_lists|Numbered lists]] | ||
* Indenting | * [[User:Mattshu/sandbox#Indenting|Indenting]] | ||
* Redirecting pages | * [[User:Mattshu/sandbox#Redirecting_pages|Redirecting pages]] | ||
* Adding tables | * [[User:Mattshu/sandbox#Adding_tables|Adding tables]] | ||
* Categorizing pages | * [[User:Mattshu/sandbox#Categorizing_pages|Categorizing pages]] | ||
* Syntax highlighting for script/code | * [[User:Mattshu/sandbox#Syntax_highlighting|Syntax highlighting for script/code]] | ||
* Quick message boxes | * [[User:Mattshu/sandbox#Quick_message_boxes|Quick message boxes]] | ||
{{category cell|width=50%|background-color=white|border-color=lightgray}} | {{category cell|width=50%|background-color=white|border-color=lightgray}} | ||
== Page Templates == | == Page Templates == | ||
* Marking-up text | * [[User:Mattshu/sandbox#Mark-up_Templates|Marking-up text]] | ||
* Maintenance templates | * [[User:Mattshu/sandbox#Maintenance_Templates|Maintenance templates]] | ||
* Entity-specific templates | * [[User:Mattshu/sandbox#Entity-specific_Templates|Entity-specific templates]] | ||
{{category cell|width=50%|background-color=white|border-color=lightgray}} | {{category cell|width=50%|background-color=white|border-color=lightgray}} | ||
== Specific Formatting Guidelines == | == Specific Formatting Guidelines == | ||
* Mod | * [[User:Mattshu/sandbox#Mod_Page_Guidelines|Mod Page Guidelines]] | ||
* Italics | * [[User:Mattshu/sandbox#Italics|Italics]] | ||
* Bolding | * [[User:Mattshu/sandbox#Bolding|Bolding]] | ||
* <nowiki><code></nowiki> tag | * [[User:Mattshu/sandbox#Code_tag|<nowiki><code></nowiki> tag]] | ||
{{category end}} | {{category end}} | ||
Line 91: | Line 91: | ||
== Horizontal lines http://developer.valvesoftware.com/w/skins/common/images/button_hr.png == | == Horizontal lines http://developer.valvesoftware.com/w/skins/common/images/button_hr.png == | ||
'''Syntax:''' <code><nowiki>----</nowiki></code> | '''Syntax:''' <code><nowiki>----</nowiki></code> | ||
= Formatting Pages = | |||
== Bullet points == | |||
== Numbered lists == | |||
== Indenting == | |||
== Redirecting pages == | |||
== Adding tables == | |||
== Categorizing pages == | |||
== Syntax highlighting == | |||
== Quick message boxes == | |||
= Page Templates = | |||
== Mark-up Templates == | |||
== Maintenance Templates == | |||
== Entity-specific Templates == | |||
= Specific Formatting Guidelines = | |||
== Mod Page Guidelines == | |||
== Italics == | |||
== Bolding == | |||
== Code tag == |
Revision as of 11:58, 3 October 2011
Page CreationEditing Toolbar
|
Formatting Pages |
Page Templates | |
Specific Formatting Guidelines |
Page Creation
Creating a How-to Page
Creating a Mod Page
Creating an Entity Page
Creating Categories
Creating User Pages
Creating Discussion Pages
Editing Guidelines
Editing Toolbar
Bold text http://developer.valvesoftware.com/w/skins/common/images/button_bold.png
Syntax: '''Bold text'''
Italicized text http://developer.valvesoftware.com/w/skins/common/images/button_italic.png
Syntax: ''Italic text''
Internal links http://developer.valvesoftware.com/w/skins/common/images/button_link.png
Syntax: [[Link title]]
External links http://developer.valvesoftware.com/w/skins/common/images/button_extlink.png
Syntax: [http://www.example.com link title]
Adding a headline http://developer.valvesoftware.com/w/skins/common/images/button_headline.png
Syntax: == Headline text ==
Embedded pictures http://developer.valvesoftware.com/w/skins/common/images/button_image.png
Syntax: [[Image:Example.jpg]]
Ignore Wiki formatting http://developer.valvesoftware.com/w/skins/common/images/button_nowiki.png
Syntax: <nowiki>Insert non-formatted text here</nowiki>
Signature http://developer.valvesoftware.com/w/skins/common/images/button_sig.png
Syntax: --~~~~
Horizontal lines http://developer.valvesoftware.com/w/skins/common/images/button_hr.png
Syntax: ----