diff options
author | zweistein <zweistein@web> | 2020-03-07 13:52:09 +0000 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2020-03-07 13:52:09 +0000 |
commit | c1ce534e101e69a6788371c266c61f2df4a0bb7b (patch) | |
tree | 6ffadbb44b12251a7ba703842f442b1af79ded54 | |
parent | 8d230112cc5e8832fb9ed5af26bca51b257be258 (diff) |
aktiv?
-rw-r--r-- | ikiwiki/directive/commentmoderation.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ikiwiki/directive/commentmoderation.mdwn b/ikiwiki/directive/commentmoderation.mdwn new file mode 100644 index 00000000..ba190415 --- /dev/null +++ b/ikiwiki/directive/commentmoderation.mdwn @@ -0,0 +1,14 @@ +[[!if test="enabled(commentmoderation)" + then="In diesem Wiki ist die Direktive: commentmoderation **aktiviert**." + else="In diesem Wiki ist die Direktive: commentmoderation **nicht aktiv**; falls dies gewünscht wird, den Admin benachrichtigen."]] + +--- +The `commentmoderation` directive is supplied by the +[[!iki plugins/comments desc=comments]] plugin, and is used to link +to the comment moderation queue. + +Example: + + \[[!commentmoderation desc="here is the comment moderation queue"]] + +[[!meta robots="noindex, follow"]] |