Difference between revisions of "User:Boris/Web resource template"

From "A B C"
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 +
All data are entered here into a non-displayed div and included in the output page by passing them to a template via the lst extension.
 +
 +
This page uses the following templates:
 +
*'''[[Template:WWW_resource_body]]''' ... the template for the body of the page
 +
*'''[[Template:WWW_resource_reference_section]]''' ... conditionally includes a pubmed box through the pmid extension
 +
 
<pre>
 
<pre>
 
<div style="display: none">
 
<div style="display: none">
Line 31: Line 37:
  
 
</div>
 
</div>
<div id="BIO">
+
{{WWW_resource_body}}
 
 
<table width="100%"><tr>
 
<td><div class="b1">
 
{{#lst:{{PAGENAME}}|title}}
 
</div></td>
 
<td width="400">
 
[[{{WWW_thumb|size=400px|file={{#lst:{{PAGENAME}}|file}}|link={{#lst:{{PAGENAME}}|url}}|text={{#lst:{{PAGENAME}}|title}}}}]]
 
</td>
 
</tr></table>
 
 
 
 
 
__NOTOC__
 
 
 
===URL===
 
{{#lst:{{PAGENAME}}|url}}
 
 
 
 
 
===Abstract===
 
{{#lst:{{PAGENAME}}|abstract}}
 
 
 
 
 
 
 
{{#lst:{{PAGENAME}}|reference}}
 
 
 
 
 
 
 
</div>
 
[[Category:Web_Resource]]
 
 
</pre>
 
</pre>

Revision as of 12:23, 23 January 2012

All data are entered here into a non-displayed div and included in the output page by passing them to a template via the lst extension.

This page uses the following templates:

<div style="display: none">

<section begin=title />
Title...
<section end=title />

<section begin=file />
ImageFile...
<section end=file />

<section begin=url />
URL...
<section end=url />

<section begin=abstract />
Abstract...
<section end=abstract />

<section begin=reference />
{{WWW_resource_reference_section|pmid= }}
<section end=reference />

<!-- DON'T EDIT BELOW -->







</div>
{{WWW_resource_body}}