Help:Formatting: Difference between revisions

m
Needed a little fixing, added wp: instructions
(→‎Guidelines (not rules): Entire programming examples are not minor edits)
m (Needed a little fixing, added wp: instructions)
Line 9:
 
==Wiki Formatting on Your Own==
If you would like to break yourself away from the GUI editor options, you can click the "edit" tab on almost any page to see the wikicodes for yourself, or just type the formatting codes in yourself.
 
<nowiki>'''Bold text'''</nowiki>
Line 18:
 
<nowiki>[externalLink] or [externalLink Display title]</nowiki> to change what words show up on the page for the link.
 
<nowiki>[[wp:wikipedia link]] or [[wp:wikipedia link|Display title]]</nowiki> to link to link to a wikipedia page with the name that follows "wp:"
 
<nowiki>=Big headline=</nowiki> (has horizontal bar, not a button in the JavaScript editor)
Line 51 ⟶ 53:
<nowiki>[[Category:category page]]</nowiki> to add a page to a category. (shows a link to the category on the bottom of the page, but not in the text...not a button in the JavaScript editor)
 
<nowiki>[[:Category:category page]] or [[:Category:category page|Display title]]</nowiki> to insert a link to a category page into the text of a page without adding it to the category. (not a button in the JavaScript editor)
 
==Useful Tips, Characters, and Codes==
Line 113 ⟶ 115:
 
==Guidelines (not rules)==
*Spelling and grammar count...PROOFREAD! [[Firefox]] has spell check built-in (tools → options → advanced tab → "Check my spelling as I type").
*When you add programming examples to a page, make sure you insert them in the proper alphabetical order.
:*Case-insensitive
:*Longer words come after shorter words that start with the same sequence ("bar" comes before "barber" and [[C]] comes before [[C++]])
*If you change only a small portion of a page (correcting spelling, adding punctuation, etc.), check the "This is a minor edit" box so that people can filter out typo fixes when they search (adding an entire programming example is not a minor edit).
*Try to make the most of each edit. Five minor edits to a page in a ten minute span crowds the [[Special:Recentchanges|recent changes]] page.
*Try to add explanation in sentences to more complex examples. Write as if someone who has never heard of your language is reading.
*Add your signature (<nowiki>--~~~~</nowiki>) to the end of messages on talk pages, and indent responses underneath previous messages:
Anonymous user