| Line 1: |
Line 1: |
| | <includeonly><div id="vvh"> | | <includeonly><div id="vvh"> |
| − | {|width="75%" style="border-width: 0px;padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(132, 162, 198); margin: 0; vertical-align:middle;" | + | {|width="800px" 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]]|{{#ifeq: {{{level1|}}}|equine|[[Equine Yard]]|{{#ifeq:{{{level1|}}}|farm|[[Farm Animal Practice]]|}}}}}}|}}{{#if:{{{level1|}}}| > {{PAGENAME}}|}} | | |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|}}}| > {{PAGENAME}}|}} |
| Line 6: |
Line 6: |
| | |colspan="2" style="border-width: 0px; padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(132, 162, 198); font-variant: small-caps; font-size: 17px; font-weight: bolder; color: white;"| | | |colspan="2" style="border-width: 0px; padding: 0px; border-collapse: collapse; border-spacing: 0; background-color: rgb(132, 162, 198); font-variant: small-caps; font-size: 17px; font-weight: bolder; color: white;"| |
| | {{{content|}}} | | {{{content|}}} |
| − | |}</div></includeonly><noinclude> | + | |}</div>[[Category:VVH]]</includeonly><noinclude> |
| | + | ===Basic Code=== |
| | + | Copy and paste the below code to use the standard case list for the '[[Virtual Veterinary Hospital]]'. |
| | <nowiki>{{</nowiki>VVHcases | | <nowiki>{{</nowiki>VVHcases |
| | |level1= | | |level1= |
| | |content= | | |content= |
| | }} | | }} |
| | + | ====Explanation==== |
| | + | <p>The template accepts two variables <code>level1</code> and <code>content</code>. The current page title is automatically added to the navigation bar.</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]] |
| | + | =====content===== |
| | + | <p>Enter the code for the Dynamic Page list extension and include the name of category of cases that you want to be listed.</p> |
| | + | |
| | + | ===Example=== |
| | + | This code: |
| | + | <nowiki>{{</nowiki>VVHcases |
| | + | |level1=farm |
| | + | |content= |
| | + | <nowiki><DynamicPageList></nowiki> |
| | + | category = VVH Sheep Cases |
| | + | shownamespace = false |
| | + | </DynamicPageList> |
| | + | }} |
| | + | Produces this: |
| | + | {{VVHcases |
| | + | |level1=farm |
| | + | |content= |
| | + | <DynamicPageList> |
| | + | category = VVH Sheep Cases |
| | + | shownamespace = false |
| | + | </DynamicPageList> |
| | + | }} |
| | </noinclude> | | </noinclude> |