Template:infobox test: Difference between revisions

From Game Making Tools Wiki
(testing infobox with better markup)
 
m (h1 > strong 'cause ...)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<aside id="infobox">
<div id="infobox">
<ul>
<strong>{{{title|}}}</strong>
<li>{{{title|}}}</li>
<div>{{{logo|}}}</div>
<li>{{{logo|}}}</li>
<div>{{{image|}}}</div>
<li>{{{image|}}}</li>
<div>{{{screenshot|}}}</div>
<li>{{{screenshot|}}}</li>
<dl>
<li>{{{runs_on|}}}</li>
<dt>Runs on:</dt>
<li>{{{exports_to|}}}</li>
<dd>{{{runs_on|}}}</dd>
</ul>
<dt>Exports to:</dt>
</aside>
<dd>{{{exports_to|}}}</dd>
<dt>test??</dt>
<dd>{{{test_var|}}}</dd>
</dl>
</div>


<noinclude>
<noinclude>

Latest revision as of 21:25, 6 August 2020

Runs on:
Exports to:
test??


Looks like

↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣

Usage

To use paste this in your page:

{{ infobox_software
| title        = 
| logo         = 
| image        = 
| screenshot   = 
| release_date = 
| made_by      = 
| runs_on      = 
| exports_to   = 
}}

Fill in the lines you want after the equals sign. I've been using HTML BR tags to split up some bits, like exports_to, for example. 'title' and the different image fields are not required, but at least one should be included.