Difference between revisions of "Template:ProjectProposalByResArea"

From AIRWiki
Jump to: navigation, search
Line 1: Line 1:
 +
<noinclude>
 +
This template takes as first input a [[Category:Research Area]] and returns a paragraph with title that Area and containing all the [[Category:ProjectProposal]] belonging to that Area, visualizing it with the [[Template:ProjectProposalViz]].
 +
It can be used to dynamically generate list of [[Category:ProjectProposal]] grouped by their [[Category:Research Area]], with the following query:
 +
<pre><nowiki>
 +
  {{#ask: [[Category:Research Area]]|format=template|template=ProjectProposalByResArea}}
 +
</nowiki></pre>
 +
</noinclude>
 +
 
<includeonly>
 
<includeonly>
 
== {{{1}}} ==
 
== {{{1}}} ==

Revision as of 20:36, 9 February 2010

This template takes as first input a and returns a paragraph with title that Area and containing all the belonging to that Area, visualizing it with the Template:ProjectProposalViz. It can be used to dynamically generate list of grouped by their, with the following query:

   {{#ask: [[Category:Research Area]]|format=template|template=ProjectProposalByResArea}}