summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-02 06:24:38 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-02 06:24:38 +0000
commit63f2eddaa47a53f78dc78ce10f391593759c6d7d (patch)
tree3b5f8cb50bf2c01f131a5e52076df05dd7f83e49 /doc/plugins
parent4a71047839469c56c838b54ce075ab67a58bacee (diff)
web commit by joey
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/write.mdwn7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index e09ca3510..8c5c4a04b 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -27,11 +27,10 @@ ikiwiki. The function takes four parameters:
## Writing a [[PreProcessorDirective]]
-For preprocessor commands, the subroutine is passed named parameters. A
-"page" parameter gives the name of the page that embedded the preprocessor
-command. All parameters included in the preprocessor command are included
+For preprocessor directives, the subroutine is passed named parameters. A
+"page" parameter gives the name of the page that embedded the preprocessor directive. All parameters included in the directive are included
as named parameters as well. Whatever the subroutine returns goes onto the
-page in place of the command.
+page in place of the directive.
## Error handing in plugins