Template:List Group

From paperclip
Jump to navigation Jump to search


Documentation

this is a simple list used to name the people involved in a project on a project page, the box when added to a Wikipdia page will float to the right and any text will wrap around it.

The Template contains two fields

  • The first field is optional. This lets you enter a title for the group. If no title is entered, it uses the page title.
  • The second field is use to enter participants names each name should be separate by <br /> if the name is someone who has a profile you should link to them by placing two square brackets at each end of there name, Example: [[John Smith]]

Use

Copy and past the following code into the desired place within the paperclip edit page.

 {{Template:List Group
 |participants=
 }}
 


Remember use: <br /> after each name and [[ name here ]] to refer to a person with an profile.

Example

Participants in List Group:
John Smith
Steve Jobs
Ros Maddison
Steve Macluskie
Zander Lee


{{Template:List Group
 |participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />
[[Steve Macluskie]]<br />[[Zander Lee]] }}

Set Title

Copy and paste the following code into the desired place within the paperclip edit page.

 {{Template:List Group
 |participants=
 |title=
 }}
 

Example

Participants in Production Team:
John Smith
Steve Jobs
Ros Maddison
Steve Macluskie
Zander Lee


{{Template:List Group
 |participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />
[[Steve Macluskie]]<br />[[Zander Lee]] |title=Production Team }}