Template:Infobox software: Difference between revisions
From Hotline Wiki
Jump to navigationJump to search
(Created page with "<table class="infobox"> <tr> <th colspan="2">{{{name|{{PAGENAME}}}}}</th> </tr> {{#if:{{{image|}}}| <tr> <td colspan="2" style="text-align:center;">{{{image}}}</td> </tr> }} {{#if:{{{creator|}}}| <tr> <th>Creator</th> <td>{{{creator}}}</td> </tr> }} {{#if:{{{latest_version|}}}| <tr> <th>Latest version</th> <td>{{{latest_version}}}</td> </tr> }} {{#if:{{{os|}}}| <tr> <th>Operating system</th> <td>{{{os}}}...") |
|||
| Line 63: | Line 63: | ||
| latest_version = | | latest_version = | ||
| os = | | os = | ||
| date_first_release = | |||
| date_latest_release = | |||
| type = | | type = | ||
| license = | | license = | ||
Revision as of 19:11, 21 October 2025
| Infobox software |
|---|
How to Use
Copy this code to the top of an article.
{{Infobox software
| name =
| image = [[File:Example.png|100px]]
| creator =
| latest_version =
| os =
| date_first_release =
| date_latest_release =
| type =
| license =
| website =
}}