Difference between revisions of "Template:ProjectProposalByResArea"

From AIRWiki
Jump to: navigation, search
Line 4: Line 4:
 
<pre><nowiki>
 
<pre><nowiki>
 
   {{#ask: [[Category:Research Area]]|format=template|template=ProjectProposalByResArea}}
 
   {{#ask: [[Category:Research Area]]|format=template|template=ProjectProposalByResArea}}
 +
</nowiki></pre>
 +
 +
Source Code:
 +
 +
<pre><nowiki>
 +
<includeonly>
 +
== {{{1}}} ==
 +
{{#ask: [[Category:ProjectProposal]] [[PrjResArea::{{{1}}} ]]
 +
| ?PrjTitle
 +
| ?PrjImage
 +
| ?PrjDescription
 +
| ?PrjTutor
 +
| ?PrjStarts
 +
| ?PrjStudMin
 +
| ?PrjStudMax
 +
| ?PrjCFUMin
 +
| ?PrjCFUMax
 +
| ?PrjResArea
 +
| ?PrjResTopic
 +
| format = template
 +
| template = ProjectProposalViz
 +
}}
 +
</includeonly>
 
</nowiki></pre>
 
</nowiki></pre>
 
</noinclude>
 
</noinclude>

Revision as of 20:42, 9 February 2010

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

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

Source Code:

<includeonly>
== {{{1}}} ==
{{#ask: [[Category:ProjectProposal]] [[PrjResArea::{{{1}}} ]]
| ?PrjTitle
| ?PrjImage
| ?PrjDescription
| ?PrjTutor
| ?PrjStarts
| ?PrjStudMin
| ?PrjStudMax
| ?PrjCFUMin
| ?PrjCFUMax
| ?PrjResArea
| ?PrjResTopic
| format = template
| template = ProjectProposalViz
}}
</includeonly>