Template:infobox test: Difference between revisions
From Game Making Tools Wiki
(testing description list element) |
m (figure and h elements) |
||
Line 1: | Line 1: | ||
<div id="infobox"> | <div id="infobox"> | ||
<h1>{{{title|}}}</h1> | |||
<figure>{{{logo|}}}</figure> | |||
<figure>{{{image|}}}</figure> | |||
<figure>{{{screenshot|}}}</figure> | |||
<dl> | <dl> | ||
<dt>Runs on:</dt> | <dt>Runs on:</dt> | ||
<dd>{{{runs_on|}}}</dd> | <dd>{{{runs_on|}}}</dd> |
Revision as of 21:21, 6 August 2020
<figure></figure> <figure></figure> <figure></figure>
- 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.