diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-16 14:49:57 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-16 15:06:42 +0100 |
commit | 1c53179e978380d7447f6e5f9a8f4d69f88a854a (patch) | |
tree | e7d8da4c099a9d8b62dabb63c5c0d08259c0babc /doc/plugins/write.mdwn | |
parent | 523718b181e9767d322bba3fe0b68cfcf85056a6 (diff) | |
download | ikiwiki-1c53179e978380d7447f6e5f9a8f4d69f88a854a.tar ikiwiki-1c53179e978380d7447f6e5f9a8f4d69f88a854a.tar.gz |
add a warning (exported) function to the core
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index fff142fa2..4db02b532 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -555,6 +555,10 @@ the id can be controled by the user. Logs a debugging message. These are supressed unless verbose mode is turned on. +#### `warning($)` + +Logs a warning message. + #### `error($;$)` Aborts with an error message. If the second parameter is passed, it is a |