Template:Calendario
From Heroes
(Difference between revisions)
m |
m |
||
(6 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
{| style="text-align:center; border:1px solid #000000;" | {| style="text-align:center; border:1px solid #000000;" | ||
|- | |- | ||
- | | rowspan="2" valign="center" style="background-color:#000000;color:#ffffff;font-size:larger;font-weight:bold;padding:0px 6px 0px;" | | + | | rowspan="2" valign="center" style="background-color:#000000;color:#ffffff;font-size:larger;font-weight:bold;padding:0px 6px 0px;" | {{{2}}} |
! style="font-size:smaller;"|Dale Reckoning | ! style="font-size:smaller;"|Dale Reckoning | ||
- | |||
- | |||
- | |||
- | |||
|- | |- | ||
- | | {{{1 | + | | {{{1}}} DR |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
|} | |} | ||
</div><noinclude> | </div><noinclude> | ||
Line 19: | Line 11: | ||
This template is to be used on a page that represents a specific year. All year numbers are automatically calculated from the Dale Reckoning year. It takes two parameters: | This template is to be used on a page that represents a specific year. All year numbers are automatically calculated from the Dale Reckoning year. It takes two parameters: | ||
* The year number, in Dale Reckoning (''without'' the "DR" at the end—just the number itself) | * The year number, in Dale Reckoning (''without'' the "DR" at the end—just the number itself) | ||
- | * The name of the year, in the roll of years ( | + | * The name of the year, in the roll of years (with "Year of" at the beginning) |
<pre><nowiki> | <pre><nowiki> | ||
- | {{ | + | {{Calendario |
|1357 | |1357 | ||
|the Prince}} | |the Prince}} | ||
</nowiki></pre> | </nowiki></pre> | ||
- | + | <!-- | |
+ | {| style="text-align:center; border:1px solid #000000;" | ||
+ | |- | ||
+ | | rowspan="2" valign="center" style="background-color:#000000;color:#ffffff;font-size:larger;font-weight:bold;padding:0px 6px 0px;" | {{{2}}} | ||
+ | ! style="font-size:smaller;"|Dale Reckoning | ||
+ | ! style="font-size:smaller;"|Cormyr Reckoning | ||
+ | ! style="font-size:smaller;"|Northreckoning | ||
+ | ! style="font-size:smaller;"|Mulhorand Calendar | ||
+ | ! style="font-size:smaller;"|Present Reckoning | ||
+ | |- | ||
+ | | {{{1}}} DR | ||
+ | | {{#expr: {{{1}}}-25 }} CR | ||
+ | | {{#expr: {{{1}}}-1032 }} NR | ||
+ | | {{#expr: {{{1}}}+2104}} MC | ||
+ | | {{#expr: {{{1}}}-1358}} PR | ||
+ | |} | ||
+ | --> | ||
[[Category:Template]] | [[Category:Template]] | ||
</noinclude> | </noinclude> |
Current revision as of 18:00, 24 February 2008
{{{2}}} | Dale Reckoning |
---|---|
{{{1}}} DR |
Usage
This template is to be used on a page that represents a specific year. All year numbers are automatically calculated from the Dale Reckoning year. It takes two parameters:
- The year number, in Dale Reckoning (without the "DR" at the end—just the number itself)
- The name of the year, in the roll of years (with "Year of" at the beginning)
{{Calendario |1357 |the Prince}}