Table of Contents
structat Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" yes
Installation
This plugin requires the struct plugin which has to be installed first.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Usage
The idea of “?structat=timestamp” parameter is displaying aggregated data from struct's page schemas, as they were in a concrete moment of time. For example, imagine that you created a page: “A” with data “d.v1” at timestamp: “t1”. Then you updated the data to “d.v2” at timestamp: “t2”. Imagine that you have another page “B” with the struct table that aggregates the data from “A”. When you will visit this page, normally you will see the “d.v2” there (even when you visiting the historic versions of page older than “t1”). But when you will visit the page with the parameter: “?structat=t1”, you will see the “d.v1” in this aggregation.