Difference between revisions of "Template:CVSubheader"

From LQ's wiki
Jump to: navigation, search
Line 1: Line 1:
 
<div class="cv-subheader">
 
<div class="cv-subheader">
 
{|
 
{|
|{{#if:{{{title|}}}|<h2>{{{title}}}</h2>|}}
+
|{{#if:{{{title|}}}|<div class="cv-subheader-title">{{{title}}}</div>|}}
|<h4>{{{date|}}}</h4>
+
|<div class="cv-subheader-date">{{{date|}}}</div>
 
|-
 
|-
|colspan="2"|{{#if:{{{institution|}}}{{{event|}}}:<h3>{{{institution|}}}{{{event|}}}</h3>|}}
+
|colspan="2"|{{#if:{{{institution|}}}{{{event|}}}:<div class="cv-subheader-subtitle">{{{institution|}}}{{{event|}}}</div>|}}
 
|}
 
|}
 
</div><noinclude>
 
</div><noinclude>

Revision as of 12:20, 26 January 2014

{{Template:CVSubheader
 |title = 
 |institution = 
 |event = 
 |date = 
}}