Some Ideas for Information displayed could be Computer specs, youtube channel, website url, Map url, mods etc. etc.
edit*
Some more features
- Add extra line
- Limit width of text on page
To add an extra line, create another custom field, note the field number and use the code below, again replacing the field
numbers with yours.
To limit the width of text edit width:820px (820 pixels) with a size that suits you
Code:
<vb:if condition="$post['field20']"><br /><br /><br /><br /> <div style="width:820px"><SPAN STYLE="font-size: 8pt"><font color="#2B3856"><b>Equip:</b></font> {vb:raw post.field20}</span></div></vb:if>
<vb:if condition="$post['field21']"><div style="width:820px"><SPAN STYLE="font-size: 8pt"><font color="#800517"><b>Equip2:</b></font> {vb:raw post.field21}</span></div></vb:if>