Template:GitStatus: Difference between revisions

Jump to navigation Jump to search
m
Oops, small expression error
(Automatically pick the frozen status when applicable per release plan)
m (Oops, small expression error)
Line 1: Line 1:
{{ #ifexpr: ({{CURRENTMONTH}} = 6 and {{CURRENTDAY}} > 16) or ({{CURRENTMONTH}} = 7 and {{CURRENTDAY}} > 16) or ({{CURRENTMONTH}} = 12 and {{CURRENTDAY}} > 16) or {{CURRENTMONTH}} = 1 and {{CURRENTDAY}} < 17 | {{GitStatus:frozen}} | {{GitStatus:open}} }}
{{ #ifexpr: (({{CURRENTMONTH}} = 1 or {{CURRENTMONTH}} = 7) and {{CURRENTDAY}} < 17) or (({{CURRENTMONTH}} = 6 or {{CURRENTMONTH}} = 12 ) and {{CURRENTDAY}} > 16) | {{GitStatus:frozen}} | {{GitStatus:open}} }}<noinclude>
 
{{Informative template|1=
<noinclude>{{Informative template|1=
== Goal ==
== Goal ==
This template is used on the main page(s) of the wiki, to show the current status of the FlightGear Git repositories.
This template is used on the main page(s) of the wiki, to show the current status of the FlightGear Git repositories.

Navigation menu