These are the templates to copy into new pages. Also, be sure to look at other pages for examples.
Misc.[]
Function[]
What you type | What you see |
<nowiki> '''<tt>function(arg1,arg2)</tt>''' what does this function do bla bla. == Code Sample == <pre>function(8,12); //returns 4 See Also[]
|
function(arg1,arg2) what does this function do bla bla.
Code Samplefunction(8,12); //returns 4 See Also
|
Variable[]
What you type | What you see |
<nowiki>'''<tt>variable</tt>''' is a bla blablabla. Blabla bla blabla blababla. == Code Sample == <pre>variable=17; //circlespeed is 17 See Also[]
|
variable is a bla
blablabla. Blabla bla blabla blababla. Code Samplevariable=17; //circlespeed is 17 See Also
|
Action[]
What you type | What you see |
[[Image:The_action_name.png|frame|This action's popup window]] [[The action name]] makes the object a bla blablabla. Blabla bla blabla blababla. == See Also == *[[An other action]] *[[List of actions]] [[Category:Kind Actions]] |
This action's popup window The action name makes the object a bla blablabla. Blabla bla blabla blababla. See Also
|