Difference between revisions of "Template:ArticleDate"
From EncyclopAtys
(Created page with '{| |rowspan="2" valign="top" | {| width="30px" style="border:1px solid #660000;" ! scope= row | <font size="4">'''{{{date}}}'''</font><br />{{{month}}} |} | <font color="#6...') |
CeNobiteElf (talk | contribs) m |
||
| (10 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{| | {| | ||
|rowspan="2" valign="top" | | |rowspan="2" valign="top" | | ||
| − | {| width="30px" style="border:1px solid # | + | {| width="30px" style="border:1px solid #003366;" |
! scope= row | <font size="4">'''{{{date}}}'''</font><br />{{{month}}} | ! scope= row | <font size="4">'''{{{date}}}'''</font><br />{{{month}}} | ||
|} | |} | ||
| − | | <font color="# | + | | <font color="#003366">'''{{{title}}}'''</font> |
|- | |- | ||
| {{{description}}} | | {{{description}}} | ||
| − | |} | + | |}<noinclude> |
| + | |||
| + | |||
| + | <pre> | ||
| + | {{ArticleDate | ||
| + | |date= <DATE> | ||
| + | |month= <MONTH> | ||
| + | |title= <TITLE> | ||
| + | |description= <DESCRIPTION> | ||
| + | |}} | ||
| + | </pre> | ||
| + | |||
| + | '''Example:''' | ||
| + | {{ArticleDate | ||
| + | |date= 21 | ||
| + | |month= Jul | ||
| + | |title= Example | ||
| + | |description= This is the Discription. You like it? | ||
| + | |}} | ||
| + | |||
| + | [[Category: Utility templates|ArticleDate]] | ||
| + | </noinclude> | ||
Latest revision as of 22:47, 17 January 2010
|
{{{title}}} | |
| {{{description}}} |
{{ArticleDate
|date= <DATE>
|month= <MONTH>
|title= <TITLE>
|description= <DESCRIPTION>
|}}
Example:
|
Example | |
| This is the Discription. You like it? |