Help:Editing: Difference between revisions

Help page
(some formatting info)
 
(more info)
Line 3: Line 3:
You can make code snippets nicely syntax-highlighted using these tags:
You can make code snippets nicely syntax-highlighted using these tags:


<nowiki>
<nowiki><source lang=objc></nowiki>
<source lang=objc>
<nowiki></source></nowiki>
</source>
</nowiki>


To add a helpful navigation box to the bottom of an article documenting a SpringBoard class, you can use this tag:
To add a helpful navigation box to the bottom of an article documenting a class, you can use tags like these:


<nowiki>{{occlass|library=SpringBoard.app|navbox=1}}</nowiki>
<nowiki>{{occlass|library=SpringBoard.app|navbox=1}}</nowiki>
 
<nowiki>{{occlass|library=CoreFoundation.framework|navbox=1}}</nowiki>

Revision as of 06:33, 19 October 2013

Formatting tips

You can make code snippets nicely syntax-highlighted using these tags:

<source lang=objc>
</source>

To add a helpful navigation box to the bottom of an article documenting a class, you can use tags like these:

{{occlass|library=SpringBoard.app|navbox=1}}
{{occlass|library=CoreFoundation.framework|navbox=1}}