Template:List Group: Difference between revisions

From paperclip
Jump to navigation Jump to search
Jclelland (talk | contribs)
added Template:List Group
 
Maitken (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="text-align: center; border: medium solid #FFFF00; float: right; width: 18em; background-color: #FFFFFF;">
<div style="text-align: center; border: medium solid #FFFF00; float: right; width: 18em; background-color: #FFFFFF;">
'''Participants in {{PAGENAME}} :''' <br />
'''Participants in {{{title|{{PAGENAME}}}}}:''' <br />
{{{participants}}}
{{{participants}}}
</div>
</div>
</includeonly>
</includeonly>
<noinclude>
<noinclude>
''This is a template page the code is hidden within. <BR/>
The page you are viewing now is transcribed from [[Template:List Group/DOC]]''
<div style="    clear: both;
<div style="    clear: both;
     margin: 1em 0 0 0;
     margin: 1em 0 0 0;
Line 14: Line 12:
     padding: 5px;">
     padding: 5px;">
==Documentation==
==Documentation==
{{List Group/DOC}}
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  <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>
 
==Use==
Copy and past the following code into the desired place within the paperclip edit page.
<nowiki>
{{Template:List Group
|participants=
}}
</nowiki>
 
 
Remember use:  ''<nowiki><br /></nowiki>'' after each name and ''<nowiki>[[ name here ]]</nowiki>'' to refer to a person with an profile.
 
==Example==
{{Template:List Group
|participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br />[[Steve Macluskie]]<br />[[Zander Lee]]
}}
<nowiki>{{Template:List Group
|participants= John Smith <br /> Steve Jobs <br />[[Ros Maddison]]<br /></nowiki><br> <nowiki>[[Steve Macluskie]]<br />[[Zander Lee]]
}}</nowiki>
 
==Set Title==
Copy and paste 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 /></nowiki><br> <nowiki>[[Steve Macluskie]]<br />[[Zander Lee]]
|title=Production Team
}}</nowiki>
</div>
</div>
</noinclude>
</noinclude>

Latest revision as of 22:07, 31 January 2009


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 }}