Difference between revisions of "Template:Xerte"

From WikiVet English
Jump to navigation Jump to search
Line 1: Line 1:
<div id="vvh">
+
<includeonly><div id="vvh">
 
{|style="border-width: 0px;padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(132, 162, 198); margin: 0; vertical-align:middle;"
 
{|style="border-width: 0px;padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(132, 162, 198); margin: 0; vertical-align:middle;"
 
|width="42px"|[[File:VVH-Logo 100.png|40px|link=Virtual Veterinary Hospital]]
 
|width="42px"|[[File:VVH-Logo 100.png|40px|link=Virtual Veterinary Hospital]]
|style="background-color: rgb(69, 98, 135);font-variant: small-caps; font-size: 20px; font-weight: bolder; color: white;"|&nbsp;&nbsp;{{#if: {{{level1|}}}|{{#ifeq: {{{level1|}}}|small|[[Small Animal Hospital]]|{{#ifeq: {{{level1|}}}|equine|[[Equine Yard]]|{{#ifeq: {{{level1|}}}|farm|[[Farm Animal Practice]]|}}}}}}|}}{{#if:{{{level2|}}}|&nbsp;>&nbsp;[[{{{level2|}}}]]|}}
+
|style="background-color: rgb(69, 98, 135);font-variant: small-caps; font-size: 20px; font-weight: bolder; color: white;"|&nbsp;&nbsp;{{#if:{{{level1|}}}|{{#ifeq:{{{level1|}}}|small|[[Small Animal Hospital]]|{{#ifeq: {{{level1|}}}|equine|[[Equine Yard]]|{{#ifeq:{{{level1|}}}|farm|[[Farm Animal Practice]]|}}}}}}|}}{{#if:{{{level1|}}}|{{#if:{{{level2|}}}|&nbsp;>&nbsp;|}}|}}{{#if:{{{level2|}}}|[[VVH:{{{level2|}}}]]|}}
 
|-
 
|-
 
|colspan="2" style="border-width: 0px; padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(69,98,135);"|{{#widget:Xerte|case={{{case|play_6691}}}}}
 
|colspan="2" style="border-width: 0px; padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(69,98,135);"|{{#widget:Xerte|case={{{case|play_6691}}}}}
|}</div><noinclude></noinclude>
+
|}</div></includeonly><noinclude>This template is used to embed Xerte cases into WikiVet's 'Virtual Veterinary Hospital'.
 +
===Basic Code===
 +
Copy and paste the below code to embed Xerte cases into a wiki page.
 +
<nowiki>{{xerte</nowiki>
 +
|level1=
 +
|level2=
 +
|case=
 +
}}
 +
===Explanation===
 +
<p>The template accepts three variables <code>level1</code>, <code>level2</code> and <code>case</code>.</p>
 +
====level1====
 +
Accepts only three options and is '''case sensitive'''. If no input if given no link will be displayed. You may use:
 +
*<code>small</code>
 +
**Produces link to the [[Small Animal Hospital|small animal hospital]]
 +
*<code>equine</code>
 +
**Produces link to the [[Equine Yard|equine yard]]
 +
*<code>farm</code>
 +
**Produces link to the [[Farm Animal Practice|farm animal practice]]
 +
====level2====
 +
<p>Provides a second level link to a subsection of the hospital defined in <code>level1</code>.Enter the page name (excluding the namespace as 'VVH:' is automatically added).</p>
 +
====case====
 +
<p>Enter the cases id for the xerte case. This is usually <code>play_XXXX</code>.</p>
 +
<p>e.g. if the Xerte case has the link <code>http://www.nottingham.ac.uk/toolkits/play_6391</code> you would simply use <code>play_6391</code></p>
 +
===Example===
 +
</noinclude>

Revision as of 14:24, 4 February 2012

This template is used to embed Xerte cases into WikiVet's 'Virtual Veterinary Hospital'.

Basic Code

Copy and paste the below code to embed Xerte cases into a wiki page.

{{xerte
|level1=
|level2=
|case=
}}

Explanation

The template accepts three variables level1, level2 and case.

level1

Accepts only three options and is case sensitive. If no input if given no link will be displayed. You may use:

level2

Provides a second level link to a subsection of the hospital defined in level1.Enter the page name (excluding the namespace as 'VVH:' is automatically added).

case

Enter the cases id for the xerte case. This is usually play_XXXX.

e.g. if the Xerte case has the link http://www.nottingham.ac.uk/toolkits/play_6391 you would simply use play_6391

Example