User:Mattshu/sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (page hop 2)
(Added backbone of first column of contents)
Line 4: Line 4:


== Page Creation ==
== Page Creation ==
* [[User:Mattshu/sandbox#Second_test|How-to pages]]
* [[User:Mattshu/sandbox#Creating_a_How-to_Page|How-to pages]]
* Mod pages
* Mod pages
* Entity-specific pages
* Entity-specific pages
Line 54: Line 54:
{{category end}}
{{category end}}


== Creating a new page ==
= Page Creation =
=== Second test ===
== Creating a How-to Page ==
Let's for example say that you want to create a page called ''Amazing New Tutorial''. (Please do not actually create a page called ''Amazing New Tutorial''. If you are looking for a sandbox to edit, you can instead use the [[sandbox]] page.)
== Creating a Mod Page ==
== Creating an Entity-Specific Page ==
== Creating Categories ==
== Creating User Pages ==
== Creating Discussion Pages ==
== Editing Guidelines ==
= Editing Toolbar =
[[File:Mediawiki_editbuttons.png]]
== Bold text http://developer.valvesoftware.com/w/skins/common/images/button_bold.png ==
'''Syntax:''' <code><nowiki>'''Bold text'''</nowiki></code>


You can start editing a non-existant page in several ways:
== Italicized text http://developer.valvesoftware.com/w/skins/common/images/button_italic.png ==
'''Syntax:''' <code><nowiki>''Italic text''</nowiki></code>


*The easiest way is to type the exact name you want into the "Search" bar. Since the page doesn't come up, there will be several links on the search results page to start making the article yourself.
== Internal links http://developer.valvesoftware.com/w/skins/common/images/button_link.png ==
*You can can modify the url in your address bar to go where you'd like (in this case using the address ''<nowiki>http://developer.valvesoftware.com/wiki/Amazing_New_Tutorial</nowiki>'').
'''Syntax:''' <code><nowiki>[[Link title]]</nowiki></code>
*Alternately, you can modify an already existing page to include a wikilink to the new page (in this case by inserting <code><nowiki>[[Amazing New Tutorial]]</nowiki></code>). If the actual insertion of the link into the article would be inappropriate, press ''Show preview'' instead of ''Save page''. Then click the red link (indicating that the linked page does not yet exist) to bring you to the new page.


During the course of an edit, clicking ''Show preview'' (to the right of the ''Save page'' button) will help you determine if your edit looks good. This displays the final result of the edited page, but does not save it. This will avoid spamming the ''Recent changes'' page with saved edits, to the frustration of other editors.
== External links http://developer.valvesoftware.com/w/skins/common/images/button_extlink.png ==
'''Syntax:''' <code><nowiki>[http://www.example.com link title]</nowiki></code>


When you are done editing, proofread it to make sure that the edit is final, and then click ''Save page'' to finally create the new page.
== Headline text http://developer.valvesoftware.com/w/skins/common/images/button_headline.png ==
'''Syntax:''' <code><nowiki>== Headline text ==</nowiki></code>
 
== Embedded pictures http://developer.valvesoftware.com/w/skins/common/images/button_image.png ==
'''Syntax:''' <code><nowiki>[[Image:Example.jpg]]</nowiki></code>
 
== Ignore Wiki formatting http://developer.valvesoftware.com/w/skins/common/images/button_nowiki.png ==
'''Syntax:''' <code><nowiki><nowiki>Insert non-formatted text here</nowiki></nowiki></code>
 
== Signature http://developer.valvesoftware.com/w/skins/common/images/button_sig.png ==
'''Syntax:''' <code><nowiki>--~~~~</nowiki></code>
 
== Horizontal lines http://developer.valvesoftware.com/w/skins/common/images/button_hr.png ==
'''Syntax:''' <code><nowiki>----</nowiki></code>

Revision as of 11:40, 3 October 2011

Page Creation

  • How-to pages
  • Mod pages
  • Entity-specific pages
  • Categories
  • User pages
  • Discussion pages
  • Editing Guidelines

Editing Toolbar

  • Bold text
  • Italic text
  • Underlined text
  • Adding external links
  • Adding a header
  • Inserting a picture
  • Inserting media(unavailable)
  • Mathematical formula(unavailable)
  • Ignoring wiki formatting
  • Inserting your signature
  • Horizontal lines

Formatting Pages

  • Bullet points
  • Numbered lists
  • Indenting
  • Redirecting pages
  • Adding tables
  • Categorizing pages
  • Syntax highlighting for script/code
  • Quick message boxes

Page Templates

  • Marking-up text
  • Maintenance templates
  • Entity-specific templates

Specific Formatting Guidelines

  • Mod pages
  • Italics
  • Bolding
  • <code> tag

Page Creation

Creating a How-to Page

Creating a Mod Page

Creating an Entity-Specific Page

Creating Categories

Creating User Pages

Creating Discussion Pages

Editing Guidelines

Editing Toolbar

Mediawiki editbuttons.png

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]

Headline text 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: ----