This page will contain all information for Group # - Year #, #. It is restricted to members of Group #.
The group consists of the following members:
- Member 1
- Member 2
- Member 3
News
{{ wiki.page{path: page.path .. "/News"} }}
Planning
{{ wiki.page{path: page.path .. "/Planning"} }}
Research
A list of all Research found:
{{ wiki.tree{path: page.path .. "/General Research", depth: "1"} }}
A list of all ongoing Discussions:
- {{foreach( var x in map.select(page.subpages, "$.key=='Discussion Board' ") ) {
foreach( var p in x.subpages ) {
web.html("<li>" .. web.link(p.uri, p.title) .. " (" .. #p.comments .. " comments & " .. p.viewcount .. " views )" .."</li>");
}
}
}}
Agendas
A list of all Agendas of this Group:
{{ wiki.tree{path: page.path .. "/Agendas", depth: "1"} }}

Comments