Difference between revisions of "Template:ToolBox"
Jump to navigation
Jump to search
m (installed missing extension to make conditionals work) |
|||
Line 1: | Line 1: | ||
− | + | <table cellspacing="4" cellpadding="2" style="border: 1px solid #cedff2; background-color: #F9F9F9; clear: right; float: right; width: 22em; text-align: left; font-size: 88%; line-height: 1.5em; margin: .5em 0 .5em 1em"> | |
− | + | {{#if:{{{name|}}}|<caption style="font-size: 125%; font-weight: bold;">{{{name}}}</caption>}} | |
− | + | {{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center">{{{image}}}</td></tr>}} | |
− | + | {{#if:{{{version|}}}|<tr><th>Current version:</th><td>{{{version}}}</td></tr>}} | |
− | + | {{#if:{{{author|}}}|<tr><th>Developed by:</th><td>{{{author}}}</td></tr>}} | |
− | + | {{#if:{{{genre|}}}|<tr><th>Type:</th><td>{{{genre}}}</td></tr>}} | |
− | + | {{#if:{{{site|}}}|<tr><th>Website:</th><td>{{{site}}}</td></tr>}} | |
− | + | </table> | |
− | |||
− | |||
− |