Difference between revisions of "Template:Xerte"
Jump to navigation
Jump to search
(14 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{|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;"| {{#if:{{{level1|}}}|{{#ifeq:{{{level1|}}}|small|[[Small Animal Hospital | + | |style="background-color: rgb(69, 98, 135);font-variant: small-caps; font-size: 20px; font-weight: bolder; color: white;"| {{#if:{{{level1|}}}|{{#ifeq:{{{level1|}}}|small|[[Small Animal Hospital]]|{{#ifeq: {{{level1|}}}|equine|[[Equine Yard]]|{{#ifeq:{{{level1|}}}|farm|[[Farm Animal Practice]]|}}}}}}|}}{{#if:{{{level1|}}}|{{#if:{{{level2|}}}| > |}}|}}{{#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> | + | |}</div></includeonly><noinclude>This template is used to embed Xerte cases into WikiVet's 'Virtual Veterinary Hospital'. |
===Basic Code=== | ===Basic Code=== | ||
Copy and paste the below code to embed Xerte cases into a wiki page. | Copy and paste the below code to embed Xerte cases into a wiki page. | ||
Line 12: | Line 12: | ||
|level2= | |level2= | ||
|case= | |case= | ||
− | |||
}} | }} | ||
− | + | ===Explanation=== | |
− | <p>The template accepts three variables <code>level1</code>, <code>level2</code> and <code>case</code> | + | <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: | Accepts only three options and is '''case sensitive'''. If no input if given no link will be displayed. You may use: | ||
*<code>small</code> | *<code>small</code> | ||
Line 24: | Line 23: | ||
*<code>farm</code> | *<code>farm</code> | ||
**Produces link to the [[Farm Animal Practice|farm animal practice]] | **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> | <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>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> | <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=== | ===Example=== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</noinclude> | </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:
small
- Produces link to the small animal hospital
equine
- Produces link to the equine yard
farm
- Produces link to the farm animal practice
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