Difference between revisions of "Template:RoadmapDetailItem"
m (trying to align title texts) |
(reverting an error) |
||
(33 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="display: flex; align-items:center; background-color: #FFFFFFFF; justify-content: space-evenly; flex-wrap: wrap; padding-left:8px; padding-right:8px;"> | <div style="display: flex; align-items:center; background-color: #FFFFFFFF; justify-content: space-evenly; flex-wrap: wrap; padding-left:8px; padding-right:8px;"> | ||
− | <p style="width: | + | <p style="width: 10%; font-size:24px;"><span class="mw-headline" id="{{{version}}}">v{{{version}}}</span></p> |
− | <p style="width: | + | <p style="width: 40%;"> |
− | <span style="font-size:18px;">{{{date}}} </span> | + | <span style="font-size:18px;">{{{date|tbd.}}} </span> |
− | <span>{{{status}}}</span> | + | <span style="margin-left:8px;">{{{status}}}</span> |
+ | </p> | ||
+ | <p style="width: 50%; text-align:right; float:right;"> | ||
+ | <span style="font-size:80%;">Release Notes </span> | ||
+ | <span>{{{server| [[Version_{{{version}}}.0_(Server)|Server]] }}} | {{{winx|[[Version_{{{version}}}_(WinX)#4_4)|WinX]] }}} | {{{xamarin|[[Version_{{{version}}}_Xamarin|Xamarin]] }}}</span> | ||
</p> | </p> | ||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | <div style="background-color: #f5f5f5; padding:8px; margin-bottom:32px;">{{{content|{{{1}}} }}}</div> | ||
+ | |||
+ | <!-- Notes: | ||
+ | version= is used to; | ||
+ | - automate the section ID (so we can link to a specific release on the overview, without needing to use a heading. | ||
+ | - automate linking to server / winx / xamarin release notes. | ||
+ | Other: | ||
+ | - date= | ||
+ | - satus=: eg. Future / In Development / Latest Release / Released. Use RoadmapChip-Announced / -Planned / -Released / -Released respectively. | ||
+ | - alternative links can be provided to server= winx= or xamarin= | ||
+ | - content= is used to supply the items (as RoadmapDetailFeature items). | ||
+ | --> | ||
+ | <noinclude> | ||
+ | = See also = | ||
+ | * [[Roadmap_Templates#Roadmap_Detail_Item]] | ||
+ | |||
+ | [[Category:Templates]] | ||
+ | </noinclude> |
Latest revision as of 09:48, 5 November 2024
v{{{version}}}
tbd. {{{status}}}
Release Notes [[Version_{{{version}}}.0_(Server)|Server]] | [[Version_{{{version}}}_(WinX)#4_4)|WinX]] | [[Version_{{{version}}}_Xamarin|Xamarin]]
{{{1}}}