Difference between revisions of "Template:Infobox features"

From Power Wiki
Jump to navigation Jump to search
 
(5 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"><h3>{{{title|{{PAGENAME}}}}}</h3></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:{{{usecases|}}}|<tr>
+
<table><tr>
 
     <th>Use Cases</th>
 
     <th>Use Cases</th>
 
     <td>{{{usecases}}}</td>
 
     <td>{{{usecases}}}</td>
</tr>}}{{#if:{{{publicpreview|}}}|<tr>
+
</tr><tr>
 
     <th>Public preview</th>
 
     <th>Public preview</th>
 
     <td>{{{publicpreview}}}</td>
 
     <td>{{{publicpreview}}}</td>
</tr>}}{{#if:{{{generalavailability|}}}|<tr>
+
</tr><tr>
 
     <th>General availability</th>
 
     <th>General availability</th>
 
     <td>{{{generalavailability}}}</td>
 
     <td>{{{generalavailability}}}</td>
</tr>}}{{#if:{{{officialblog|}}}|<tr>
+
</tr><tr>
    <th>Official blog</th>
 
    <td>{{{officialblog}}}</td>
 
</tr>}}{{#if:{{{ytchannel|}}}|<tr>
 
    <th>YouTube channel</th>
 
    <td>{{{ytchannel}}}</td>
 
</tr>}}{{#if:{{{twitter|}}}|<tr>
 
    <th>Twitter</th>
 
    <td>{{{twitter}}}</td>
 
</tr>}}{{#if:{{{msdocs|}}}|<tr>
 
 
     <th>MS Docs</th>
 
     <th>MS Docs</th>
 
     <td>{{{msdocs}}}</td>
 
     <td>{{{msdocs}}}</td>
</tr>}}{{#if:{{{mslearn|}}}|<tr>
+
</tr><tr>
 
     <th>MS Learn</th>
 
     <th>MS Learn</th>
 
     <td>{{{mslearn}}}</td>
 
     <td>{{{mslearn}}}</td>
</tr>}}{{#if:{{{forum|}}}|<tr>
+
</tr></table>
    <th>Forum</th>
+
</div>
    <td>{{{forum}}}</td>
 
</tr>}}{{#if:{{{ideas|}}}|<tr>
 
    <th>Ideas</th>
 
    <td>{{{ideas}}}</td>
 
</tr>}}</table>
 
 
</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}}}