Difference between revisions of "Template:ProjectsOfMember"
(trying to fix pagename ref) |
(FULLPAGENAME for pages with User:) |
||
Line 5: | Line 5: | ||
== Examples == | == Examples == | ||
=== On your own page === | === On your own page === | ||
− | Usage: <nowiki>{{ProjectsOfMember|{{ | + | Usage: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|<project-status>}}</nowiki> |
− | For example all active projects: <nowiki>{{ProjectsOfMember|{{ | + | For example all active projects: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|Active}}</nowiki> |
− | Planned projects: <nowiki>{{ProjectsOfMember|{{ | + | Planned projects: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|Planning}}</nowiki> |
− | List all projects: <nowiki>{{ProjectsOfMember|{{ | + | List all projects: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|+}}</nowiki> |
=== Show projects of a user on another page than the user page === | === Show projects of a user on another page than the user page === | ||
Line 18: | Line 18: | ||
<includeonly> | <includeonly> | ||
− | {{#ask: [[-Working on: | + | {{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] |
|?ProjectSkills=Skills | |?ProjectSkills=Skills | ||
|?ProjectStatus=Status | |?ProjectStatus=Status |
Revision as of 00:43, 16 February 2013
Contents
Description
With this template you can add a table on your user page with all your projects.
Examples
On your own page
Usage: {{ProjectsOfMember|{{FULLPAGENAME}}|<project-status>}}
For example all active projects: {{ProjectsOfMember|{{FULLPAGENAME}}|Active}}
Planned projects: {{ProjectsOfMember|{{FULLPAGENAME}}|Planning}}
List all projects: {{ProjectsOfMember|{{FULLPAGENAME}}|+}}
Show projects of a user on another page than the user page
{{ProjectsOfMember|<username>|<project-status>}}