Template:ProjectsOfMember: Difference between revisions
Jump to navigation
Jump to search
New template: ProjectsOfUser with options 1:user 2:status |
m Examples of template usage |
||
Line 1: | Line 1: | ||
<noinclude> | |||
== Description == | |||
With this template you can add a table on your own page with all your projects. | |||
== Examples == | |||
Usage on member page: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|<project-status>}}</nowiki> | |||
For example all active projects of user: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Active}}</nowiki> | |||
Planned projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Planning}}</nowiki> | |||
Just list all your projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}}}</nowiki> | |||
</noinclude> | |||
<includeonly> | |||
{{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] | {{#ask: [[-Working on::{{{1}}}]] [[ProjectStatus::{{{2}}}]] | ||
|?ProjectSkills=Skills | |?ProjectSkills=Skills | ||
Line 6: | Line 21: | ||
|mainlabel=Project | |mainlabel=Project | ||
}} | }} | ||
</includeonly> |
Revision as of 18:58, 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}}}}