Difference between revisions of "Template:Infobox external links"

From Libre Pathology
Jump to navigation Jump to search
(create)
 
 
(18 intermediate revisions by the same user not shown)
Line 4: Line 4:
| subheader  = <includeonly>''External resources''</includeonly>
| subheader  = <includeonly>''External resources''</includeonly>


| label1    = [[|Eastern Health Virtual Slide Collection|EHVSC]]
| label1    = [[Eastern Health Virtual Slide Collection|EHVSC]]
| data1      = {{{EHVSC|}}}
| data1      = {{#if:{{{EHVSC|}}}|[http://eh-aperio/EditRecord.php?TableName=Slide&Ids%5B%5D={{{EHVSC}}} {{{EHVSC}}}] }} {{{EHVSC_mult|}}}  


| label2    = [[pathologyprotocols.org]]
| label2    = [[pathologyprotocols.org]]
Line 11: Line 11:


| label3    = [[Wikipedia]]
| label3    = [[Wikipedia]]
| data3      = {{{wikipedia|}}}
| data3      = {{#if:{{{wikipedia|}}}|[[wikipedia:{{{wikipedia}}} | {{{wikipedia}}}]] }}


| label4    = [[Pathology Outlines]]
| label4    = [[Pathology Outlines]]
| data4      = {{{pathoutlines|}}}
| data4      = {{{pathoutlines|}}}
| label5    = [[Rosai Collection]]
| data5      = {{#if:{{{rosaicollection|}}}| [http://rosaicollection.org/casedetails.cfm?c={{{rosaicollection}}} {{{rosaicollection}}}] | {{{rosaicollection|}}} }}


}}<noinclude>
}}<noinclude>
==Blank template==
<pre>
{{ Infobox external links
| Name            = {{PAGENAME}}
| EHVSC          =
| EHVSC_mult      =
| pathprotocols  =
| wikipedia      =
| pathoutlines    =
| rosaicollection =
}}
</pre>
==Example usage==
<pre>
{{ Infobox external links
| Name            = Keratocystic odontogenic tumour
| EHVSC          = 10179 <!-- slide ID number goes here -->
| EHVSC_mult      = {{EHVSC3|10178}}
| pathprotocols  =
| wikipedia      = keratocystic odontogenic tumour
| pathoutlines    =
| rosaicollection = 1267 <!-- case ID goes here -->
}}
</pre>
===Result===
{{ Infobox external links
| Name            = Keratocystic odontogenic tumour
| EHVSC          = 10179 <!-- slide ID number goes here -->
| EHVSC_mult      = {{EHVSC3|10178}}
| pathprotocols  =
| wikipedia      = keratocystic odontogenic tumour
| pathoutlines    =
| rosaicollection = 1267
}}
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>


==See also==
*[[:Template:EHVSC2]].
*[[:Template:EHVSC3]].


[[Category:Infoboxes]]
[[Category:Infoboxes]]
</noinclude>
</noinclude>

Latest revision as of 08:28, 8 May 2014

Blank template

{{ Infobox external links
| Name            = {{PAGENAME}}
| EHVSC           = 
| EHVSC_mult      =
| pathprotocols   = 
| wikipedia       =
| pathoutlines    =
| rosaicollection =
}}

Example usage

{{ Infobox external links
| Name            = Keratocystic odontogenic tumour
| EHVSC           = 10179 <!-- slide ID number goes here -->
| EHVSC_mult      = {{EHVSC3|10178}}
| pathprotocols   = 
| wikipedia       = keratocystic odontogenic tumour
| pathoutlines    =
| rosaicollection = 1267 <!-- case ID goes here -->
}}

Result

Keratocystic odontogenic tumour
External resources
EHVSC 10179 10178
Wikipedia keratocystic odontogenic tumour
Rosai Collection 1267









See also