This page will contain all information for Group 4 - Year 2. It is restricted to members of Group #.
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