Difference between revisions of "Template:ProjectsOfMember"

From Technologia Incognita
Jump to: navigation, search
m (Examples of template usage)
m (test: only puts extra project-status constraint if it is defined)
Line 14: Line 14:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]]
+
{{#ask: [[-Working on::{{{1}}}]] {{#ifexist {{{2}}} | [[ProjectStatus::{{{2}}}]] }}
 
|?ProjectSkills=Skills
 
|?ProjectSkills=Skills
 
|?ProjectStatus=Status
 
|?ProjectStatus=Status

Revision as of 20:04, 15 February 2013

Description

With this template you can add a table on your own page with all your projects.

Examples

Usage on member page: {{ProjectsOfMember|{{PAGENAME}}|<project-status>}}

For example all active projects of user: {{ProjectsOfMember|{{PAGENAME}}|Active}}

Planned projects: {{ProjectsOfMember|{{PAGENAME}}|Planning}}

Just list all your projects: {{ProjectsOfMember|{{PAGENAME}}}}