Difference between revisions of "User:Boris/Web resource template"
Jump to navigation
Jump to search
m (moved Web resource template to User:Boris/Web resource template) |
m |
||
(5 intermediate revisions by the same user not shown) | |||
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 | |
− | |||
− | |||
− | |||
− | + | Use '''[[Special:Upload]]''' to upload jpgs. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <pre> |
+ | <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> | </div> | ||
− | + | {{WWW_resource_body}} | |
</pre> | </pre> |
Latest revision as of 22:05, 24 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
Use Special:Upload to upload jpgs.
<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}}