Difference between revisions of "Template:Post"
From Bioinformatics Core Wiki
(Yes, careful) |
|||
Line 22: | Line 22: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | </noinclude><includeonly>{{DISPLAYTITLE:{{{Title}}}}}{{#vardefine:visiblepost|{{#if:{{{Approved|}}}|true|false}}}}{{#vardefine:visiblepost|{{#ifeq:{{{Approved|}}}|Yes|true|false}}}}{{#vardefine:visiblepost|{{#ifingroup:biocore|true|{{#var:visiblepost}}}}}}{{#ifeq:{{#var:visiblepost}}|true|<div class="post">[[Has Title::{{{Title|}}}|]]{{#if:{{{End date|}}}|<div class="post_events">''Starts on'' [[Post Date Start::{{{Start date}}}]] ''and ends on'' [[Post Date End::{{{End date}}}]]</div>|}}<div class="post_subtitle">Published on [[Publication date::{{{Publication_date|}}}]][[Creation date::{{{Creation_date|}}}| ]] by [[User:{{{Author}}}|{{{Author}}}]][[ | + | </noinclude><includeonly>{{DISPLAYTITLE:{{{Title}}}}}{{#vardefine:visiblepost|{{#if:{{{Approved|}}}|true|false}}}}{{#vardefine:visiblepost|{{#ifeq:{{{Approved|}}}|Yes|true|false}}}}{{#vardefine:visiblepost|{{#ifingroup:biocore|true|{{#var:visiblepost}}}}}}{{#ifeq:{{#var:visiblepost}}|true|<div class="post">[[Has Title::{{{Title|}}}|]]{{#if:{{{End date|}}}|<div class="post_events">''Starts on'' [[Post Date Start::{{{Start date}}}]] ''and ends on'' [[Post Date End::{{{End date}}}]]</div>|}}<div class="post_subtitle">Published on [[Publication date::{{{Publication_date|}}}]][[Creation date::{{{Creation_date|}}}| ]] by [[User:{{{Author}}}|{{{Author}}}]][[Has Author::User:{{{Author}}}| ]]{{#if:{{{Tags|}}}| — <span class="post_tags">{{#arraymap:{{{Tag|}}}|,|x|[[Special:SearchByProperty/Post-20Tag/x|x]]}}{{#arraymap:{{{Tag|}}}|,|x|[[Post_Tag::x| ]]|}}</span>|}}</div> |
[[Category:{{{Category|}}}|{{PAGENAME}}]][[Has Summary Length::{{{Summary|}}}| ]] | [[Category:{{{Category|}}}|{{PAGENAME}}]][[Has Summary Length::{{{Summary|}}}| ]] | ||
<div class="post_map">{{#if:{{{Geo|}}}|{{#display_point:{{{Geo}}}|service=googlemaps|width=300|height=300|controls=small|type=hybrid|autozoom=off}}[[Geo::{{{Geo}}}|]]{{#if:{{{Geo_details|}}}|<div class="post_map_details">[[Geo details::{{{Geo_details}}}]]</div>|}}|}}</div> | <div class="post_map">{{#if:{{{Geo|}}}|{{#display_point:{{{Geo}}}|service=googlemaps|width=300|height=300|controls=small|type=hybrid|autozoom=off}}[[Geo::{{{Geo}}}|]]{{#if:{{{Geo_details|}}}|<div class="post_map_details">[[Geo details::{{{Geo_details}}}]]</div>|}}|}}</div> |
Revision as of 12:17, 2 November 2011
This is the "Post" template. It should be called in the following format:
{{Post |Title= |Publication_date= |Body= |Summary= |Category= |Tag= |Language= |Start date= |End date= |Geo= |Geo_details= |Creation_date= |Approved= |Outside_CRG= |Author= }}
Edit the page to see the template text.