Difference between revisions of "Help:Personalise User Page"

From WikiVet English
Jump to navigation Jump to search
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__TOC__
 
 
{|border="2" width="100%" align="center" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show"
 
{|border="2" width="100%" align="center" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show"
|bgcolor="#F2F2F2" align="center"|<h3>Creating the information box</h3>
+
|bgcolor="#F2F2F2" align="center"|<b>Come back soon</b>
 
|-
 
|-
|align="left"|The user information section is added to a page by adding the following code to your user page (choose code depending on your occupation):
+
|align="center"|Its fantastic that you already want to modify your user page. However, this is a brand new area of the wiki and we have yet to fully populate this section. Please bear with us and check back soon.
<h4>Vets and vet students</h4>
 
<code><nowiki>
 
{{UserPage
 
|Name=
 
|Occupation=
 
|School=
 
|Year=
 
|Email=
 
|Image=
 
}}
 
</nowiki></code>
 
<h4>Nurses and student nurses</h4>
 
<code><nowiki>
 
{{UserPage
 
|Name=
 
|Occupation=
 
|Place of Training=
 
|Year=
 
|Email= slimvet@hotmail.fr
 
|Image=
 
}}
 
</nowiki></code>
 
<h4>All others</h4>
 
<code><nowiki>
 
{{UserPage
 
|Name=
 
|Occupation=
 
|Place of Work=
 
|Job Title=
 
|Email=
 
|Image=
 
}}
 
</nowiki></code>
 
|}
 
{|border="2" width="100%" align="center" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show"
 
|bgcolor="#F2F2F2" align="center"|<h3> Personalising your information</h3>
 
|-
 
|align="left"|
 
<p>All fields are optional, you are not compelled to add any details that you do not wish to share.</p>
 
<h4>Occupation</h4>
 
The occupation field is case sensitive and can only be one of the following occupations:
 
*Veterinary Surgeon
 
*Veterinary Student
 
*Veterinary Nurse
 
*Veterinary Student Nurse
 
*Other
 
<h4>Occupation specific fields</h4>
 
*<b>Year</b>: Refers to year of graduation or qualifying
 
*<b>School</b>: Veterinary school where you trained
 
*<b>Place of Training</b>: Place where your training was undertaken
 
*<b>Place of Work & Job Title</b>: Self explanatory
 
<h4>Email</h4>
 
Simply enter an email address of your choice. It will automatically be made into a link that when clicked will launch the users default email program to send an email to that address.
 
<h4>Image</h4>
 
See section below.
 
|}
 
{|border="2" width="100%" align="center" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show"
 
|bgcolor="#F2F2F2" align="center"|<h3>Adding or changing your image</h3>
 
|-
 
|align="left"|
 
<p>First you need to upload a new image that you wish to use in your profile. To do this go to the upload page ([http://commons.wikivet.net/Special:UploadWizard here]) and follow the instructions to upload your image. Once you have done this make a note of the page name of your image, for example the WikiVet logo image can be seen on it's page [[:File:Wikivet.png|here]] and you will see the page name is 'File:Wikivet.png'.</p>
 
<p>Now all you need to do is add the file name i.e. 'Wikivet.png' to the line '<code>|Image=</code>' on your page. e.g.
 
<code>|Image=WikiVet.png</code></p>
 
|}
 
{|border="2" width="100%" align="center" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show"
 
|bgcolor="#F2F2F2" align="center"|<h3>Example</h3>
 
|-
 
|align="left"|
 
<p>This code below:</p>
 
<code><nowiki>
 
{{UserPage
 
|Name=Sample User
 
|Occupation= Veterinary Student
 
|School= UK - Nottingham
 
|Year= 2013
 
|Email= sample@emailprovider.ac.uk
 
|Image=Wikivet.png
 
}}
 
</nowiki></code>
 
<p>Produces this user information box:</p>
 
{{UserPage
 
|Name=Sample User
 
|Occupation= Veterinary Student
 
|School= UK - Nottingham
 
|Year= 2013
 
|Email= sample@emailprovider.ac.uk
 
|Image=Wikivet.png
 
}}
 
 
|}
 
|}
 
[[Category:Help]]
 
[[Category:Help]]

Revision as of 00:48, 6 June 2010

Come back soon
Its fantastic that you already want to modify your user page. However, this is a brand new area of the wiki and we have yet to fully populate this section. Please bear with us and check back soon.