Template:ProjectsOfMember: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Narya (talk | contribs)
m small change to example
Narya (talk | contribs)
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 own page with all your projects.
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>


Usage on member page: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|<project-status>}}</nowiki>
For example all active projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Active}}</nowiki>


For example all active projects of user: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Active}}</nowiki>
Planned projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Planning}}</nowiki>


Planned projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|Planning}}</nowiki>
List all projects: <nowiki>{{ProjectsOfMember|{{PAGENAME}}|+}}</nowiki>


Just list all your 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>}}