Difference between revisions of "User:Boris/Web resource template"
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> | ||
− | + | {{WWW_resource_body}} | |
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</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:
- 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
<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}}