Template:ProjectsOfMember: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Narya (talk | contribs)
m Examples of template usage
Narya (talk | contribs)
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 19: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}}}}