Allow dots in parameter key names
[ikiwiki] / doc / plugins / contrib / created_in_future.mdwn
1 # Created_in_future
2
3 This plugin provides a `created_in_future()` [[PageSpec|ikiwiki/pagespec/]]
4 function. It matches pages which have a creation date in the future.
5
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`.
9
10 ## Usage
11
12 It can be used to display a list of upcoming events.
13
14         \[[!inline pages="events/* and created_in_future()" reverse=yes sorted=meta(date)]]
15
16 ## Code
17
18 Code and documentation this way: [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Created_in_future]].