Jump to: navigation, search

Difference between revisions of "Template:RoadmapDetailItem"


(added tags for multiple release notes pages)
 
(14 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: 10%; font-size:24px;"> {{{version}}} </p>
+
<p style="width: 10%; font-size:24px;"><span class="mw-headline" id="{{{version}}}">v{{{version}}}</span></p>
<p style="width: 40%;">  
+
<p style="width: 40%;">
<span style="font-size:18px;">{{{date}}} </span>
+
<span style="font-size:18px;">{{{date|tbd.}}} </span>
 
<span style="margin-left:8px;">{{{status}}}</span>
 
<span style="margin-left:8px;">{{{status}}}</span>
 
</p>
 
</p>
 
<p style="width: 50%; text-align:right; float:right;">
 
<p style="width: 50%; text-align:right; float:right;">
 
<span style="font-size:80%;">Release Notes </span>
 
<span style="font-size:80%;">Release Notes </span>
<span>Release Notes [[{{{serverLink}}}|Server]] | [[{{{winxLink}}}|WinX]] | [[{{{xamarinLink}}}|Xamarin]] </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>
 
<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 15:27, 15 May 2024

v{{{version}}}

tbd. {{{status}}}

Release Notes [[Version_{{{version}}}.0_(Server)|Server]] | [[Version_{{{version}}}_(WinX)#4_4)|WinX]] | [[Version_{{{version}}}_Xamarin|Xamarin]]

{{{1}}}


See also