Template:Infobox software: Difference between revisions

Al Piskun (talk | contribs)
No edit summary
Al Piskun (talk | contribs)
No edit summary
Line 33: Line 33:
{{#if:{{{project status|}}}|<tr>
{{#if:{{{project status|}}}|<tr>
<th style="width:110px;">Status</th>
<th style="width:110px;">Status</th>
{{#ifeq:{{{project status}}}|Active|<td style="background:#d4edda; color:#155724; font-weight:600;">{{{project status}}}</td>|<td>{{{project status}}}</td>}}
{{#ifeq:{{{project status}}}|Active|<td style="background:#d4edda; color:#155724; font-weight:600;">{{{project status}}}</td>|<td style="background:#f8d7da; color:#721c24; font-weight:600;">{{{project status}}}</td>}}
</tr>}}
</tr>}}