summaryrefslogtreecommitdiff
path: root/doc/templates/note.mdwn
AgeCommit message (Collapse)Author
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2007-12-12* Htmlize parameters passed to the template preprocessor directive beforeJoey Hess
inserting them into the html template. This ensures that markdown acts on them, even if the value is expanded inside a block-level html element in the html template. Closes: #454058 * Use a div in the note template rather than a span.
2007-03-31* Add a templates page to the basewiki. It will automatically list alljoey
available templates. Rename the old templates page to wikitemplates. * Include the note template in the basewiki. * Add a popup template in the basewiki. CSS based on some by Martin Krafft. * Make the note, popup, and plugin templates detect missing variables and be self-documenting, listing the available variables.
2006-08-23some fixes for note layoutjoey
2006-08-23fixjoey
2006-08-23* Allow preprocessor directives to contain python-like triple-quotedjoey
text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.