Difference between revisions of "Template:CVSubheader"

From LQ's wiki
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 
<div class="cv-subheader">
 
<div class="cv-subheader">
 
{|
 
{|
|{{#if:{{{title|}}}|<h2>{{{title}}}</h2>|}}
+
|{{#if:{{{title|}}}{{{project|}}}|<div class="cv-subheader-title">{{{title|}}}{{{project|}}}</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|}}}{{{qualification|}}}|<div class="cv-subheader-subtitle">{{{institution|}}}{{{event|}}}{{{qualification|}}}</div>|}}
 
|}
 
|}
 
</div><noinclude>
 
</div><noinclude>
 
<pre>
 
<pre>
 
{{Template:CVSubheader
 
{{Template:CVSubheader
  |title =  
+
  |title OR project =
  |institution =
+
  |institution OR event OR qualification =  
|event =  
+
 
  |date =  
 
  |date =  
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:CV Templates]]</noinclude>
 
[[Category:CV Templates]]</noinclude>

Latest revision as of 12:54, 26 January 2014

{{Template:CVSubheader
 |title OR project =
 |institution OR event OR qualification = 
 |date = 
}}