Changes

Jump to navigation Jump to search
177 bytes added ,  15:22, 4 February 2012
no edit summary
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;"|&nbsp;&nbsp;{{#if:{{{level1|}}}|{{#ifeq:{{{level1|}}}|small|[[Small Animal Hospital]]|{{#ifeq: {{{level1|}}}|equine|[[Equine Yard]]|{{#ifeq:{{{level1|}}}|farm|[[Farm Animal Practice]]|}}}}}}|}}{{#if:{{{level1|}}}|&nbsp;>&nbsp;{{PAGENAME}}|}}
 
|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|}}}|&nbsp;>&nbsp;{{PAGENAME}}|}}
 
|-
 
|-
 
|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;"|
<DynamicPageList>
+
{{{content|}}}
category  = {{{content|}}}
+
|}</div>[[Category:VVH]]</includeonly><noinclude>
namespace = VVH
  −
</DynamicPageList>
  −
|}</div></includeonly><noinclude>
   
===Basic Code===
 
===Basic Code===
 
Copy and paste the below code to use the standard case list for the '[[Virtual Veterinary Hospital]]'.
 
Copy and paste the below code to use the standard case list for the '[[Virtual Veterinary Hospital]]'.
Line 27: Line 24:  
**Produces link to the [[Farm Animal Practice|farm animal practice]]
 
**Produces link to the [[Farm Animal Practice|farm animal practice]]
 
=====content=====
 
=====content=====
<p>Enter name of category of cases that you want to be listed.</p>
+
<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===
 
===Example===
 
This code:
 
This code:
 
  <nowiki>{{</nowiki>VVHcases
 
  <nowiki>{{</nowiki>VVHcases
 
  |level1=farm
 
  |level1=farm
  |content=VVH Sheep Cases‎
+
  |content=
 +
<nowiki><DynamicPageList></nowiki>
 +
category  = VVH Sheep Cases
 +
shownamespace = false
 +
</DynamicPageList>
 
  }}
 
  }}
 
Produces this:
 
Produces this:
 
{{VVHcases
 
{{VVHcases
 
|level1=farm
 
|level1=farm
|content=VVH Sheep Cases‎
+
|content=
 +
<DynamicPageList>
 +
category  = VVH Sheep Cases
 +
shownamespace = false
 +
</DynamicPageList>‎
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Navigation menu