]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/created_in_future.mdwn
Contrib plugin created_in_future
[git.ikiwiki.info.git] / doc / plugins / contrib / created_in_future.mdwn
1 # Created_in_future
3 This plugin provides a `created_in_future()` [[PageSpec|ikiwiki/pagespec/]]
4 function. It matches pages which have a creation date in the future.
6 It also sets the date of the next modification of the page on its creation
7 date, so that the corresponding page (and the pages referring to it) will be
8 rebuilt on the relevant call of `ikiwiki`.
10 ## Usage
12 It can be used to display a list of upcoming events.
14         \[[!inline pages="events/* and created_in_future()" reverse=yes sorted=meta(date)]]
16 ## Code
18 Code and documentation this way: [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Created_in_future]].