Template:ProjectsOfMember: Difference between revisions
Jump to navigation
Jump to search
m small change to example |
m addition: example of template on another page than user page |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Description == | == Description == | ||
With this template you can add a table on your | With this template you can add a table on your user page with all your projects. | ||
== Examples == | == Examples == | ||
=== On your own page === | |||
Usage: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|<project-status>}}</nowiki> | |||
For example all active projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Active}}</nowiki> | |||
Planned projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Planning}}</nowiki> | |||
List all projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|+}}</nowiki> | |||
=== Show projects of a user on another page than the user page === | |||
<nowiki>{{ProjectsOfMember|User:<username>|<project-status>}}</nowiki> | |||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] | {{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] |
Revision as of 19:25, 15 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|User:<username>|<project-status>}}