Difference between revisions of "Help:Personalise User Page"

From WikiVet English
Jump to navigation Jump to search
Line 3: Line 3:
 
|-
 
|-
 
|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.
 
|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.
 +
|}
 +
{|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 your information</h3>
 +
|-
 +
|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):
 +
<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=
 +
|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>Change your image</h3>
 +
|-
 +
|align="left"|
 +
<p>First you need to upload a new iamge that you wisah to use in your profile. To do this gop to the upload page ([[Help:Upload|here]]) and follow the isntructions 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>
 
|}
 
|}
 
[[Category:Help]]
 
[[Category:Help]]

Revision as of 18:11, 19 September 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.

Adding your information

The user information section is added to a page by adding the following code to your user page (choose code depending on your occupation):

Vets and vet students

{{UserPage |Name= |Occupation= |School= |Year= |Email= |Image= }}

Nurses and student nurses

{{UserPage |Name= |Occupation= |Place of Training= |Year= |Email= |Image= }}

All others

{{UserPage |Name= |Occupation= |Place of Work= |Job Title= |Email= |Image= }}

Change your image

First you need to upload a new iamge that you wisah to use in your profile. To do this gop to the upload page (here) and follow the isntructions 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 here and you will see the page name is 'File:Wikivet.png'.

Now all you need to do is add the file name i.e. 'Wikivet.png' to the line '|Image=' on your page. e.g. |Image=WikiVet.png