Jump to: navigation, search

Difference between revisions of "Template:RoadmapDetailItem"


m (automating of links to release notes)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<p style="width: 10%; font-size:24px;"><span class="mw-headline" id="{{{version}}}">v{{{version}}}</span></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>
Line 12: Line 12:
 
<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]]
  
<!--<span>}}} | }}} | }}}</span>-->
+
[[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