Difference between revisions of "Template:Infobox features"

From Power Wiki
Jump to navigation Jump to search
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="pw-infobox">
+
<div class="pw-infobox {{{cssClasses}}}">
<div class="pw-infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
+
<div class="pw-infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="pw-infobox-image">[[File:{{{image}}}|100px]]</div>}}
+
<div class="pw-infobox-content">
<table>{{#if:{{{Use Cases|}}}|<tr>
+
<table><tr>
     <th>Parameter 1</th>
+
     <th>Use Cases</th>
     <td>{{{Use Cases}}}</td>
+
     <td>{{{usecases}}}</td>
</tr>}}{{#if:{{{MS Docs|}}}|<tr>
+
</tr><tr>
     <th>Parameter 2</th>
+
     <th>Public preview</th>
     <td>{{{MS Docs}}}</td>
+
     <td>{{{publicpreview}}}</td>
</tr>}}{{#if:{{{Learn|}}}|<tr>
+
</tr><tr>
     <th>Parameter 3</th>
+
     <th>General availability</th>
     <td>{{{Learn}}}</td>
+
     <td>{{{generalavailability}}}</td>
</tr>}}{{#if:{{{GA|}}}|<tr>
+
</tr><tr>
     <th>Parameter 4</th>
+
     <th>MS Docs</th>
     <td>{{{GA}}}</td>
+
     <td>{{{msdocs}}}</td>
</tr>}}{{#if:{{{Official Blog|}}}|<tr>
+
</tr><tr>
     <th>Parameter 5</th>
+
     <th>MS Learn</th>
     <td>{{{Official Blog}}}</td>
+
     <td>{{{mslearn}}}</td>
</tr>}}</table>
+
</tr></table>
 +
</div>
 
</div>
 
</div>

Latest revision as of 13:11, 11 February 2021

Infobox features
Use Cases {{{usecases}}}
Public preview {{{publicpreview}}}
General availability {{{generalavailability}}}
MS Docs {{{msdocs}}}
MS Learn {{{mslearn}}}