Difference between revisions of "Template:CalCell"

From Twilight Heroes Wiki
Jump to: navigation, search
m (Added to sample to make it look better)
Line 1: Line 1:
<includeonly>{{#ifeq:{{#time: j F Y|{{{1}}} {{{2}}}}} | {{THDay}} | style="background: {{{4}}}; color: {{{5}}}; height: 75px; width: 75px" valign="top" align="left" | style="background: {{{6}}}; color: {{{7}}}; height: 75px; width: 75px" valign="top" align="left" | style="height: 75px; width: 75px" valign="top" align="left"}} |<big>'''{{{1}}}'''</big>{{#if:{{{3}}} | <br> {{{3}}} | }}<br></includeonly><noinclude>
+
<includeonly>{{#ifeq:{{#time: j F Y|{{{1}}} {{{2}}}}} | {{THDay}} | style="background: {{{6}}}; color: {{{5}}}; style="border-top:3px solid {{{4}}}; border-right:3px solid {{{4}}}; border-bottom:3px solid {{{4}}}; border-left:3px solid {{{4}}}; height: 75px; width: 75px" valign="top" align="left" | style="background: {{{6}}}; color: {{{7}}}; height: 75px; width: 75px" valign="top" align="left" | style="height: 75px; width: 75px" valign="top" align="left"}} |<big>'''{{{1}}}'''</big>{{#if:{{{3}}} | <br> {{{3}}} | }}<br></includeonly><noinclude>
 
==Usage==
 
==Usage==
 
This template formats a cell.<br>
 
This template formats a cell.<br>
 
Syntax:<br>
 
Syntax:<br>
<nowiki>{{CalCell|Day|Month Year|Description|Background1|Color1|Background2|Color2}}</nowiki><br>
+
<nowiki>{{CalCell|Day|Month Year|Description|DayBorder|DayText|Background|TextColor}}</nowiki><br>
 
<b>Day</b>: The number of the day<br>
 
<b>Day</b>: The number of the day<br>
 
<b>Month Year</b>: The month and year; the first letter of the month should be capitalised.<br>
 
<b>Month Year</b>: The month and year; the first letter of the month should be capitalised.<br>
 
<b>Description</b>: Content of the cell<br>
 
<b>Description</b>: Content of the cell<br>
<b>Background1</b>, <b>color1</b>: The colours of the cell when it is that date<br>
+
<b>DayText</b>: The colour of the cell text when it is that date<br>
<b>Background2</b>, <b>color2</b>: The colours of the cell when it is NOT that date<br>
+
<b>DayBorder</b>: The border of the cell when it is that date<br>
 +
<b>Background</b>: The colour of the cell<br>
 +
<b>TextColor</b>: The colour of the text, normally<br>
  
 
==Sample==
 
==Sample==

Revision as of 15:34, 30 November 2008

Usage

This template formats a cell.
Syntax:
{{CalCell|Day|Month Year|Description|DayBorder|DayText|Background|TextColor}}
Day: The number of the day
Month Year: The month and year; the first letter of the month should be capitalised.
Description: Content of the cell
DayText: The colour of the cell text when it is that date
DayBorder: The border of the cell when it is that date
Background: The colour of the cell
TextColor: The colour of the text, normally

Sample

{|-
|{{CalCell|18|September 2024||black|white|lime|red}}
|{{CalCell|19|September 2024|Description|black|white|lime|red}}
|{{CalCell|20|September 2024||black|white|lime|red}}
|{{CalCell|21|September 2024||black|white|red|lime}}
|{{CalCell|22|September 2024|Description<br>with line break|black|white|lime|red}}
|}
returns:

18
19
Description
20
Today
21
22
Description
with line break