Difference between revisions of "Template:Calendarbox"

From English Wiki
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="calendarbox"  
+
{| class="calendarbox" style="width: 33%; float:right;"  
<tr> <div class="calendarbox-title"> {{#if:{{{title|}}} | {{{title}}} | {{PAGENAME}} }}  
+
class="calendarbox-title" | {{#if:{{{title| }}} | {{{title}}} | {{PAGENAME}} }}
</div> </tr>
+
|-
|- {{#if:{{{month|}}} | <tr> <td class="calendarbox-month">  {{{month}}} </td> </tr> 
+
| {{#if:{{{month}}} | <td class="calendarbox-month">  {{{month}}} </td>   }}
|- {{#if:{{{date|}}} | <tr><td =class="calendarbox-date"> {{{date}}} </td></tr>    }}  
+
|-  
|- {{#if:{{{nodate|}}}|<tr> <td> {{{nodate}}}</td> </tr>  }}
+
| {{#if:{{{date}}} | <td class="calendarbox-date"> {{{date}}} </td>    }}  
 +
|-  
 +
| {{#if:{{{nodate}}}| <td style="font-size: .8em;" > {{{nodate}}}</td>     }}
 
|}
 
|}
  

Latest revision as of 03:26, 5 August 2019

Calendarbox
{{{month}}}
{{{date}}}
{{{nodate}}}


{{{title}}}