Template:List Group/DOC: Difference between revisions
Jump to navigation
Jump to search
added Template:List Group Documentation |
No edit summary |
||
Line 2: | Line 2: | ||
The Template contains two fields | The Template contains two fields | ||
* The first field is | * 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 <nowiki><br /></nowiki> 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: <nowiki>[[John Smith]]</nowiki> | * The second field is use to enter participants names each name should be separate by <nowiki><br /></nowiki> 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: <nowiki>[[John Smith]]</nowiki> | ||
Line 22: | Line 22: | ||
<nowiki>{{Template:List Group | <nowiki>{{Template:List Group | ||
|participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />[[Steve Macluskie]]<br />[[Zander Lee]] | |participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />[[Steve Macluskie]]<br />[[Zander Lee]] | ||
}}</nowiki> | |||
==Set Title== | |||
Copy and past the following code into the desired place within the paperclip edit page. | |||
<nowiki> | |||
{{Template:List Group | |||
|participants= | |||
|title= | |||
}} | |||
</nowiki> | |||
==Example== | |||
{{Template:List Group | |||
|participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />[[Steve Macluskie]]<br />[[Zander Lee]] | |||
|title=Production Team | |||
}} | |||
<nowiki>{{Template:List Group | |||
|participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />[[Steve Macluskie]]<br />[[Zander Lee]] | |||
|title=Production Team | |||
}}</nowiki> | }}</nowiki> |
Revision as of 19:56, 31 January 2009
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/DOC:
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 past 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 }}