summaryrefslogtreecommitdiff
path: root/doc/templates/plugin.mdwn
AgeCommit message (Collapse)Author
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2010-03-08Revert "Added use of tag directive so I can play with tags in the sandbox."Joey Hess
This reverts commit b9e7064f70980b58b1bae754bee7fe3eff5fc84d. Er, no, I don't want a broken tag link on every plugin page, really.
2010-03-09Added use of tag directive so I can play with tags in the sandbox.Thiana
2008-07-21Migrate everything else via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2007-08-21minor fixjoey
2007-05-09* Add all=no option to conditional, can be used to form conditionals that dojoey
not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template.
2007-05-08Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying onjoey
implicit glob detection. This is necessary because when this page is being built standalone, the TMPL_VAR will not be expanded, and is instead treated as two globs, and the globlist is then invalid and produces build errors. Using glob() causes it to treated as a single glob, avoiding this problem.
2007-05-08web commit by JoshTriplett: Remove leading slash from the plugin pagespec ↵joey
itself...
2007-05-08web commit by JoshTriplett: Remove leading slash from sourcepage.joey
2007-05-08web commit by JoshTriplett: Fix page reference in backlink to avoid leading ↵joey
slash.
2007-05-08web commit by JoshTriplett: Add line for "included in goodstuff", using ↵joey
backlink(/plugins/goodstuff).
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.
2007-02-14web commit by JoshTriplett: Automatically add the tag `type/core` if passed ↵joey
the `core` parameter.
2007-02-13simplified plugin definitionsjoey
2007-02-12* Allow plugins to add new types of tests that can be used in PageSpecs.joey
* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki.
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.