Difference between revisions of "Template:Calendarbox"

From English Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
{| class="calendarbox"  
 
{| class="calendarbox"  
! class="calendarbox-title" | {{#if:{{{title|}}} | {{{title}}} | {{PAGENAME}} }}
+
<tr class="calendarbox-title"> {{#if:{{{title|}}} | {{{title}}} | {{PAGENAME}} }}  
|- {{#if:{{{month|}}} | <tr> <td>  {{{month}}} </td> </tr>   
+
</tr>
|- {{#if:{{{date|}}} | <tr><td> {{{date}}} </td></tr>    }}  
+
|- {{#if:{{{month|}}} | <tr> <td class="calendarbox-month">  {{{month}}} </td> </tr>   
 +
|- {{#if:{{{date|}}} | <tr><td =class="calendarbox-date"> {{{date}}} </td></tr>    }}  
 
|}
 
|}
  

Revision as of 02:52, 5 August 2019

Calendarbox


{{{title}}}