Posted 16 April 2014 - 09:33 PM
There are built in programs and they all need their page on wiki. For now, there is no particular formatting rules for program pages which we should have.
First thing that comes to my mind is a template for all programs. In that template we would list all arguments, which are optional, which are needed, etc. We should also mention on what systems they work, advanced or non-advanced, turtles, computers or PDAs.
The page layout could be similar to API pages: first there is a description, then the template mentioned above and then examples/notes/anything that is still not mentioned.
EDIT: Also, about function links. I think they look nicer when they are linked together with their parenthesis and, if there are any, arguments.
This is what I don't like:
This Is what I like:
First thing that comes to my mind is a template for all programs. In that template we would list all arguments, which are optional, which are needed, etc. We should also mention on what systems they work, advanced or non-advanced, turtles, computers or PDAs.
The page layout could be similar to API pages: first there is a description, then the template mentioned above and then examples/notes/anything that is still not mentioned.
EDIT: Also, about function links. I think they look nicer when they are linked together with their parenthesis and, if there are any, arguments.
This is what I don't like:
[[Fs.getDir]]( path )
This Is what I like:
[[Fs.getDir|fs.getDir( path )]]
Edited on 16 April 2014 - 07:43 PM