web commit by joey

master
www-data 2006-05-02 06:24:38 +00:00
parent 4a71047839
commit 63f2eddaa4
1 changed files with 3 additions and 4 deletions

View File

@ -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