Template:Constellation: Difference between revisions
Jump to navigation
Jump to search
m (added to notes) |
(added semantic tagging for tablization) |
||
Line 8: | Line 8: | ||
| || '''Start:''' || '''End:''' |
| || '''Start:''' || '''End:''' |
||
|- |
|- |
||
| '''Date:''' || {{{dstart|''Unknown'' |
| '''Date:''' || {{#if:{{{dstart|}}}|[[Constellation start date::{{{dstart}}}|{{numberalize|{{{dstart}}}}} day]]|[[missing::Starting date|''Unknown'']]}} || {{#if:{{{dend|}}}|[[Constellation end date::{{{dend}}}|{{numberalize|{{{dend}}}}} day]]|[[missing::Ending date|''Unknown'']]}} |
||
|- |
|- |
||
| '''Time:''' || {{{tstart|'' |
| '''Time:''' || {{#if:{{{tstart|}}}|{{{tstart}}}|[[missing::Starting time|''Unknown'']]}} || {{#if:{{{tend|}}}|{{{tend}}}|[[missing::Ending time|''Unknown'']]}} |
||
|} |
|} |
||
Line 17: | Line 17: | ||
! colspan="4" align="center" | '''Skillsets Affected:''' |
! colspan="4" align="center" | '''Skillsets Affected:''' |
||
|- |
|- |
||
| colspan="4" align="center" | {{#if:{{{skill|}}}|{{#arraymap:{{{skill}}}|,|x|[[x Skillset]]}}|''Unknown''}} |
| colspan="4" align="center" | {{#if:{{{skill|}}}|{{#arraymap:{{{skill}}}|,|x|[[skillset affected::x Skillset]]}}|[[missing::Skillset affected|''Unknown'']]}} |
||
|- |
|- |
||
! colspan="4" align="center" | Other Information: |
! colspan="4" align="center" | Other Information: |
||
|- |
|- |
||
| '''Circle:''' || {{{circle| |
| '''Circle:''' || {{#if:{{{circle|}}}|[[requires circle::{{{circle}}}]]|[[missing::Circled learned|''Unknown'']]}} || '''Telescope:''' || {{#if:{{{telescope|}}}|[[requires telescope::{{{telescope}}}]]|[[missing::Whether telescope required|''Unknown'']]}} |
||
|- |
|- |
||
| '''[[Starlight Sphere]]:''' || colspan="3" align="left" | {{{sls|''Unknown''}}} |
| '''[[Starlight Sphere]]:''' || colspan="3" align="left" | {{#if:{{{sls|}}}|{{#ifeq:{{{sls}}}|-||{{{sls}}}|[[missing::Starlight sphere color|''Unknown'']]}}}} |
||
⚫ | |||
|} |
|||
⚫ | |||
==Usage Documentation== |
==Usage Documentation== |
||
*Any item in the description that is in ''italics'' is a default value. |
*Any item in the description that is in ''italics'' is a default value. |
||
Line 32: | Line 30: | ||
!Variable!!Supported Values!!Usage |
!Variable!!Supported Values!!Usage |
||
|- |
|- |
||
|season|| |
|season||<date>||The seasons the constellation is in the sky. |
||
|- |
|- |
||
|dstart|| |
|dstart||<date>||The day when the constellation first appears. |
||
|- |
|- |
||
|dend|| |
|dend||<date>||The day when the constellation disappears. |
||
|- |
|- |
||
|tstart|| |
|tstart||<time>||The hour when the constellation first can be seen in the sky. |
||
|- |
|- |
||
|tend|| |
|tend||<time>||The hour when the constellation vanishes from the sky. |
||
|- |
|- |
||
|skill|| |
|skill||<skillset>||The skillset that can be affected using this constellation for predictions. Use , as separator. |
||
|- |
|- |
||
|circle|| |
|circle||<circle>||Circle the constellation is learned at. |
||
|- |
|- |
||
|telescope|| |
|telescope||yes/no||If a telescope is required or not. |
||
|- |
|- |
||
|sls|| |
|sls||<description>/-||The starlight sphere's description. Use "-" if none. |
||
|} |
|} |
||
</noinclude> |
</noinclude> |
Revision as of 03:56, 19 November 2010
Usage Documentation
- Any item in the description that is in italics is a default value.
Variable | Supported Values | Usage |
---|---|---|
season | <date> | The seasons the constellation is in the sky. |
dstart | <date> | The day when the constellation first appears. |
dend | <date> | The day when the constellation disappears. |
tstart | The hour when the constellation first can be seen in the sky. | |
tend | The hour when the constellation vanishes from the sky. | |
skill | <skillset> | The skillset that can be affected using this constellation for predictions. Use , as separator. |
circle | <circle> | Circle the constellation is learned at. |
telescope | yes/no | If a telescope is required or not. |
sls | <description>/- | The starlight sphere's description. Use "-" if none. |