Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
<th>Storefront</th> | <th>Storefront</th> | ||
<td>{{{storefront}}}</td> | <td>{{{storefront}}}</td> | ||
| + | </tr>}} | ||
| + | {{#if:{{{os|}}}|<tr> | ||
| + | <th>Operating System</th> | ||
| + | <td>{{{os}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{engine|}}}|<tr> | {{#if:{{{engine|}}}|<tr> | ||
| Line 11: | Line 15: | ||
<td>{{{engine}}}</td> | <td>{{{engine}}}</td> | ||
</tr>}} | </tr>}} | ||
| + | {{#if:{{{arch|}}}|<tr> | ||
| + | <th>Architecture</th> | ||
| + | <td>{{{arch}}}</td> | ||
| + | </tr>}} | ||
| + | {{#if:{{{cpufeats|}}}|<tr> | ||
| + | <th>CPU Features Used</th> | ||
| + | <td>{{{cpufeats}}}</td> | ||
| + | </tr>}} | ||
| + | {{#if:{{{compat|}}}|<tr> | ||
| + | <th>Compatibility</th> | ||
| + | <td>{{{compat}}}</td> | ||
| + | </tr>}} | ||
| + | |||
</table> | </table> | ||
</div> | </div> | ||
Revision as of 05:37, 10 October 2020
Infobox