Template syntax: Difference between revisions

From canbudget Wiki
Jump to navigation Jump to search
(Created page with "Templates are shortcuts to re-used displays and functionality. Templates start with double curly braces <nowiki>{{</nowiki>, next comes the template name, then any parameters sep...")
 
No edit summary
Line 2: Line 2:


   <nowiki>{{todo|your in-text description of the todo item}}</nowiki>
   <nowiki>{{todo|your in-text description of the todo item}}</nowiki>
[[Category:Site documentation]]

Revision as of 23:27, 2 October 2010

Templates are shortcuts to re-used displays and functionality. Templates start with double curly braces {{, next comes the template name, then any parameters separated by the pipe | symbol. So Template:Todo could look like this:

 {{todo|your in-text description of the todo item}}