Difference between revisions of "VTimelineDrawLabels"
From Sega Retro
(Created page with "<includeonly>{{#vardefine:i|1980}}{{#while: | {{#ifexpr:{{#var:i}} < 2010|true}} | {{VTimelineDateLabel|{{#var:i}}-01-01}}{{incvar|i}} }}{{clearvar|i}}</includeonly><noinclude...") |
(so it doesn't whine about loops) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#vardefine:i|1980}}{{#while: | <includeonly>{{#vardefine:i|1980}}{{#while: | ||
| {{#ifexpr:{{#var:i}} < 2010|true}} | | {{#ifexpr:{{#var:i}} < 2010|true}} | ||
− | | {{VTimelineDateLabel|{{#var:i}}-01-01}}{{incvar|i}} | + | | {{VTimelineDateLabel|{{#var:i}}-01-01}} |
− | }}{{clearvar|i}}</includeonly><noinclude>Template to draw all the labels and things for [[Template:VTimeline]][[Category:Templates]]</noinclude> | + | {{VTimelineDateLabel|{{#var:i}}-01-01|month=yes}}<!-- the system whines if there are too many loops --> |
+ | {{VTimelineDateLabel|{{#var:i}}-02-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-03-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-04-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-05-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-06-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-07-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-08-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-09-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-10-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-11-01|month=yes}} | ||
+ | {{VTimelineDateLabel|{{#var:i}}-12-01|month=yes}}{{incvar|i}} | ||
+ | }}{{clearvar|i}}</includeonly><noinclude>Template to draw all the labels and things for [[Template:VTimeline]] | ||
+ | |||
+ | {{VTimeline | ||
+ | | startdate=1991-01-28 | ||
+ | | enddate=1992-01-24 | ||
+ | | height=225 | ||
+ | | annotations= | ||
+ | {{VTimelineAnnotation|1991-05-28|[[Summer CES 1992]]}} | ||
+ | {{VTimelineAnnotation|1991-09-18|Beta 4 build date}} | ||
+ | {{VTimelineAnnotation|1991-11-24|Release}} | ||
+ | }} | ||
+ | |||
+ | [[Category:Templates]]</noinclude> |
Latest revision as of 11:22, 24 April 2022
Template to draw all the labels and things for Template:VTimeline