Difference between revisions of "Template:ProjectsOfMember"

From Technologia Incognita
Jump to: navigation, search
m (addition: example of template on another page than user page)
(trying to fix pagename ref)
Line 14: Line 14:
  
 
=== Show projects of a user on another page than the user page ===
 
=== Show projects of a user on another page than the user page ===
<nowiki>{{ProjectsOfMember|User:<username>|<project-status>}}</nowiki>
+
<nowiki>{{ProjectsOfMember|<username>|<project-status>}}</nowiki>
 
</noinclude>
 
</noinclude>
  
 
<includeonly>
 
<includeonly>
{{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]]
+
{{#ask: [[-Working on::User:{{{1}}}]] [[ProjectStatus::{{{2}}}]]
 
|?ProjectSkills=Skills
 
|?ProjectSkills=Skills
 
|?ProjectStatus=Status
 
|?ProjectStatus=Status

Revision as of 01:41, 16 February 2013

Description

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

Examples

On your own page

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

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

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

List all projects: {{ProjectsOfMember|{{PAGENAME}}|+}}

Show projects of a user on another page than the user page

{{ProjectsOfMember|<username>|<project-status>}}