Template:VersionRevision: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(OK, this should now handles the 5.0-rc releases and alternate branch releases correctly.)
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1}}}|
<includeonly>{{#if:{{{1}}}|
{{#switch:{{{use|}}}
{{#switch:{{{use|}}}
|title={{#switch:{{{1}}}<!--pretty title format-->
|title={{#switch:{{#regex:{{{1}}}@|/^[rRvV]/|}}<!--pretty title format-->
|2.0|v2.0=2.0
|2.0@=2.0
|3.0|v3.0=3.0
|3.0@=3.0
|3.5|v3.5=3.5
|3.5@=3.5
|4.0|v4.0=4.0
|4.0@=4.0
|4.0.1|v4.0.1=4.0.1
|4.0.1@=4.0.1
|4.0.2|v4.0.2=4.0.2
|4.0.2@=4.0.2
|5.0|v5.0=5.0
|5.0@=5.0
|5384|r5384=2.0
|5384@=2.0
|7615|r7615=3.0
|7615@=3.0
|8551|r8551=3.5
|8551@=3.5
|11001|r11001=4.0
|11001@=4.0
|17728|r17728=5.0
|17728@=5.0-rc
<!--switch cannot handle regex, so anything more complicated than straight match goes into default-->
|20509@=5.0
|#default=
|#default=
{{#if:{{#regex:{{{1}}}|/^[0-9]\.[0-9]\.?[0-9]?\-(rc-)?[0-9]+.*$/}}<!--found a new-format git release-->
{{#if:{{#regex:{{{1}}}|/^[0-9]\.[0-9]\.?[0-9]?\-(rc-)?[0-9]+.*$/}}<!--found a new-format git release-->
Line 24: Line 24:
}}
}}
}}
}}
|link|#default={{#switch:{{{1}}}<!--link format, mostly for calculations and other templates use-->
|link|#default={{#switch:{{#regex:{{{1}}}@|/^[vV]/|}}<!--link format, mostly for calculations and other templates use-->
|2.0|v2.0=5384
|2.0@=5384
|3.0|v3.0=7615<!--936 3.0 era releases-->
|3.0@=7615
|3.5|v3.5=8551<!--2450 3.5 era releases-->
|3.5@=8551
|4.0|v4.0|4.0.1|v4.0.1|4.0.2|v4.0.2=11001
|4.0@|4.0.1@|4.0.2@=11001
|5.0|v5.0=17728<!--5.0-rc releases, still need to account for actual 5.0, may be a pain-->
|5.0@=20509
<!--switch cannot handle regex, so anything more complicated than straight match goes into default-->
|#default=
|#default=
{{#if:{{#regex:{{{1}}}|/^[0-9]\.[0-9]\.?[0-9]?\-(rc-)?[0-9]+.*$/}}<!--found a new-format git release-->
{{#if:{{#regex:{{{1}}}|/^[vV]?[0-9]\.[0-9]\.?[0-9]?\-(rc-)?[0-9]+.*$/}}<!--found a new-format git release-->
|{{#expr:<!--basically, we're doing... (rev value of the base revision) + (build number)-->
|{{#expr:<!--basically, we're doing... (rev value of the base revision) + (build number)-->
{{#switch:{{#regex:{{{1}}}|/^[0-9]\.[0-9]\.?[0-9]?/}}<!--switching on the first part of the rev (3.0, 4.0, etc)-->
{{#switch:{{#regex:{{{1}}}|/^[vV]?[0-9]\.[0-9]\.?[0-9]?(-rc)?/}}@<!--switching on the first part of the rev (3.0, 4.0, etc)-->
|2.0=5384
|2.0@=5384
|3.0=7615
|3.0@=7615
|3.5=8551
|3.5@=8551
|4.0|4.0.1|4.0.2=11001
|4.0@|4.0.1@|4.0.2@=11001
|5.0=17728
|5.0-rc@=17728
|5.0@=20509
}}
}}
+{{#regex:{{{1}}}|/^[0-9]\.[0-9]\.?[0-9]?\-(rc-)?([0-9]+).*$/|$2}}}}
+{{#regex:{{{1}}}|/^[0-9]\.[0-9]\.?[0-9]?\-(rc-)?([0-9]+).*$/|$2}}}}
|{{#if:{{#regex:{{{1}}}|/^[r,R][0-9]{1,4}/}}
|{{#if:{{#regex:{{{1}}}|/^[vV][0-9]{1,4}/}}
|{{#switch:{{#regex:{{{1}}}|/^[r,R]/|}}
|{{#switch:{{#regex:{{{1}}}@|/^[vV]/|}}
|2.0|v2.0=5354
|2.0@=5354
|3.0|v3.0=7615
|3.0@=7615
|3.5|v3.5=8551
|3.5@=8551
|4.0|v4.0|4.0.1|v4.0.1=11001
|4.0@|4.0.1@|4.0.2@=11001
|5.0|v5.0=17728
|5.0-rc-@=17728
|#default={{#regex:{{{1}}}|/^[r,R]/|}}}}
|5.0@=20509
|#default={{#regex:{{{1}}}|/^[rRvV]/|}}}}
|{{{1}}}
|{{{1}}}
}}
}}
}}
}}
}}
}}
}}|<revision missing>[[Category:Pages with VersionRevision template errors]]}}</includeonly><noinclude>
}}|<revision missing>{{#if:{{#var:isdoc}}||[[Category:Pages with VersionRevision template errors]]}}}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>
6,576

edits

Navigation menu