Difference between revisions of "Template:Toplink"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
| − | <includeonly>{|style="margin:0px 0px 0px 0px; background:none;" | + | <includeonly><span style="line-height:1;">{|style="margin:0px 0px 0px 0px; background:none;" |
|class="MainPageBG" style="width:100%; border:1px solid #cedff2; vertical-align:top; color:#000;"| | |class="MainPageBG" style="width:100%; border:1px solid #cedff2; vertical-align:top; color:#000;"| | ||
{|width="100%" cellpadding="0" cellspacing="0" style="background:#{{{backcolour|}}}; height:5px;" | {|width="100%" cellpadding="0" cellspacing="0" style="background:#{{{backcolour|}}}; height:5px;" | ||
| Line 7: | Line 7: | ||
|} | |} | ||
|style="border:1px solid transparent"| | |style="border:1px solid transparent"| | ||
| − | |}</includeonly> | + | |}</span></includeonly> |
<noinclude> | <noinclude> | ||
==Basic usage== | ==Basic usage== | ||
Revision as of 13:28, 19 July 2008
Basic usage
This template produces a 'Back to' link. Parameters:
| Parameter | Actions |
|---|---|
| backcolour | Defines colour of table background. Uses hex colours. |
| linkpage | Name of page that you want to link to. |
| linktext | Text to display for above link. |
| normallink | 'Homepage' name that has normal WikiVet layout for that section. |
| tablelink | 'Homepage' name that has the table layout for that section. |
| maplink | 'Homepage' name that has map map layout for that section. |
| sublink1(to 8) | Name of page that you want to link to. |
| subtext1(to 8) | Text to display for above link. |
The background colour (backcolour) is optional and if not used white will be the default colour.
The template can be used in two scenarios: Links for the 'homepage' and links for other pages.
Link for 'homepage'
This provides alternative displaying options on the far right.
{{toplink
|backcolour =
|linkpage =
|linktext =
|altstyles =
|normallink =
|tablelink =
|maplink =
}}
Example
{{toplink
|linkpage =Anatomy & Physiology
|linktext =ANATOMY & PHYSIOLOGY
|normallink = Lymphoreticular & Haematopoietic System - Anatomy & Physiology
|tablelink = Lymphoreticular & Haematopoietic System (Table)- Anatomy & Physiology
|maplink = Lymphoreticular & Haematopoietic System (map Map)- Anatomy & Physiology
}}
Gives
|
|
Link for other pages
This provides a link back to a higher section.
{{toplink
|backcolour =
|linkpage =
|linktext =
}}
Example
{{toplink
|backcolour = FFE4E1
|linkpage =Lymphoreticular & Haematopoietic System - Anatomy & Physiology
|linktext =Lymphoreticular & Haematopoietic System
}}
Gives
|
|
OR
{{toplink
|backcolour = FFE4E1
|linkpage =Lymphoreticular & Haematopoietic System - Anatomy & Physiology
|linktext =Lymphoreticular & Haematopoietic System
|tablelink = Lymphoreticular & Haematopoietic System (Table)- Anatomy & Physiology
|maplink = Lymphoreticular & Haematopoietic System (map Map)- Anatomy & Physiology
}}
Gives
|
|
Further usage
This allows several 'back to' links to be used (up to 8).
{{toplink
|backcolour =
|linkpage =
|linktext =
|normallink =
|tablelink =
|maplink =
|sublink1 =
|subtext1 =
|sublink2 =
|subtext2 =
|sublink3 =
|subtext3 =
|sublink4 =
|subtext4 =
|sublink5 =
|subtext5 =
|sublink6 =
|subtext6 =
|sublink7 =
|subtext7 =
|sublink8 =
|subtext8 =
}}
Example
{{toplink
|linkpage =Lymphoreticular/Haemotopoietic System
|linktext =LYMPHORETICULAR/HAEMOTOPOIETIC SYSTEM (Path)
|sublink1 =Lymphoreticular/Haemotopoietic System - Primary Lymphoid System
|subtext1 = PRIMARY LYMPHOID SYSTEM (Pathology)
}}
Gives
|
|
The full code
It is possible to have viewing options for all of the eight sublinks as well as the main link.
{{toplink
|backcolour =
|linkpage =
|linktext =
|normallink =
|tablelink =
|maplink =
|normallink1 =
|tablelink1 =
|maplink1 =
|normallink2 =
|tablelink2 =
|maplink2 =
|normallink3 =
|tablelink3 =
|maplink3 =
|normallink4 =
|tablelink4 =
|maplink4 =
|normallink5 =
|tablelink5 =
|maplink5 =
|normallink6 =
|tablelink6 =
|maplink6 =
|normallink7 =
|tablelink7 =
|maplink7 =
|normallink8 =
|tablelink8 =
|maplink8 =
|sublink1 =
|subtext1 =
|sublink2 =
|subtext2 =
|sublink3 =
|subtext3 =
|sublink4 =
|subtext4 =
|sublink5 =
|subtext5 =
|sublink6 =
|subtext6 =
|sublink7 =
|subtext7 =
|sublink8 =
|subtext8 =
}}
Example
{{toplink
|linkpage =Lymphoreticular/Haemotopoietic System
|linktext =LYMPHORETICULAR/HAEMOTOPOIETIC SYSTEM (Path)
|normallink = Put in page name here
|tablelink = Put in page name here
|maplink = Put in page name here
|normallink1 =Put in page name here
|tablelink1 = Put in page name here
|maplink1 = Put in page name here
|sublink1 =Lymphoreticular/Haemotopoietic System - Primary Lymphoid System
|subtext1 = PRIMARY LYMPHOID SYSTEM (Path)
}}
Gives
|
|