Difference between revisions of "Template:ProjectProposalByResArea"
From AIRWiki
DavideTateo (Talk | contribs) |
|||
(36 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <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]]. | + | This template takes as first input a [[:Category:Research Area|Research Area]] and returns a paragraph with title that Area and containing all the [[:Category:ProjectProposal| 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: | + | It can be used to dynamically generate list of [[:Category:ProjectProposal|ProjectProposal]] grouped by their [[:Category:Research Area|Research Area]], with the following query: |
<pre><nowiki> | <pre><nowiki> | ||
{{#ask: [[Category:Research Area]]|format=template|template=ProjectProposalByResArea}} | {{#ask: [[Category:Research Area]]|format=template|template=ProjectProposalByResArea}} | ||
</nowiki></pre> | </nowiki></pre> | ||
+ | |||
+ | Pay attention to the missing newline after <nowiki><includeonly></nowiki> tag, is by design to avoid unnecessary newlines. | ||
</noinclude> | </noinclude> | ||
− | <includeonly> | + | <includeonly>{{#if: {{#ask: [[Category:ProjectProposal]] [[PrjResArea::{{{1}}}]][[PrjStatus::Active]]}} | ===== {{{1}}} ===== |
− | == {{{1}}} == | + | |
− | {{#ask: [[Category:ProjectProposal]] [[PrjResArea::{{{1}}} ]] | + | {{#ask: [[Category:ProjectProposal]] [[PrjResArea::{{{1}}}]][[PrjStatus::Active]] |
| ?PrjTitle | | ?PrjTitle | ||
| ?PrjImage | | ?PrjImage | ||
| ?PrjDescription | | ?PrjDescription | ||
− | | ?PrjTutor | + | | ?PrjTutor# |
| ?PrjStarts | | ?PrjStarts | ||
| ?PrjStudMin | | ?PrjStudMin | ||
Line 24: | Line 26: | ||
| template = ProjectProposalViz | | template = ProjectProposalViz | ||
}} | }} | ||
− | </includeonly> | + | }}</includeonly> |
Latest revision as of 23:25, 6 January 2015
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}}
Pay attention to the missing newline after <includeonly> tag, is by design to avoid unnecessary newlines.