Difference between revisions of "Template:ProjectsOfMember"
(New template: ProjectsOfUser with options 1:user 2:status) |
m (correcting of one of the examples) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | == Description == | ||
+ | With this template you can add a table on your user page with all your projects. | ||
+ | |||
+ | == Examples == | ||
+ | === On your own page === | ||
+ | Usage: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|<project-status>}}</nowiki> | ||
+ | |||
+ | For example all active projects: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|Active}}</nowiki> | ||
+ | |||
+ | Planned projects: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|Planning}}</nowiki> | ||
+ | |||
+ | List all projects with any status: <nowiki>{{ProjectsOfMember|{{FULLPAGENAME}}|+}}</nowiki> | ||
+ | |||
+ | === Show projects of a user on another page than the user page === | ||
+ | <nowiki>{{ProjectsOfMember|User:<username>|<project-status>}}</nowiki> | ||
+ | </noinclude> | ||
+ | |||
+ | <includeonly> | ||
{{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] | {{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] | ||
|?ProjectSkills=Skills | |?ProjectSkills=Skills | ||
Line 6: | Line 25: | ||
|mainlabel=Project | |mainlabel=Project | ||
}} | }} | ||
+ | </includeonly> |
Latest revision as of 00:12, 17 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 with any status: {{ProjectsOfMember|{{FULLPAGENAME}}|+}}
Show projects of a user on another page than the user page
{{ProjectsOfMember|User:<username>|<project-status>}}