Lines Matching refs:structure
3 The plugin allows you to seperate the structure of a wiki page and the data contained within. This
4 allows you to have multiple data pages referencing the same structure page. Technically, you can
5 also combine several structure pages.
6 I will continue to use the term "structure page" for the pages that contain dokuwiki code and
9 The structure page will be displayed as is, whereas the data page is displayed as the final
10 compiled page, structure and all.
17 1. Declaring the structure page:
38 LOOK - This is a map lookup. You can define an array in the structure page and use a variable
56 (csv). In the structure page, you can refer to each column as @1, @2, ...
66 one ([ @0 | @1 | @2 | ] specifies the structure of each row. The final parameter (5) is
92 Maps are declared either in the structure page or a seperate data page. In