Template:Nbeinfo: Difference between revisions
From Connors Amazing Wikis
(Created page with "<table style="float: right; width: 30%; max-width: 300px;"> <tr> <td width="40%" align="left"><h3>Name</h3></td> <td>{{blockname}}</td> </tr> <tr> <td width="40%" align="left"><label>Speed</label></td> <td>{{speed}}</td> </tr> <tr> <td width="40%" align="left"><label>Bounce</label></td> <td>{{jump}}</td> </tr> <tr> <td width="40%" align="left"><label>Friction</label></td> <td>{{friction}}</td> </tr> </table> <noinclude> <templat...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<table style="float: right; width: 30%; max-width: 300px;"> | <table style="float: right; width: 30%; max-width: 300px;"> | ||
<tr> | <tr> | ||
<td | <td colspan="2"><h3>{{{blockname}}}</h3></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td width="40%" align="left">< | <td width="40%" align="left"><span style="font-weight: bold;">Speed</span></td> | ||
<td>{{speed}}</td> | <td>{{{speed}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td width="40%" align="left">< | <td width="40%" align="left"><span style="font-weight: bold;">Bounce</span></td> | ||
<td>{{jump}}</td> | <td>{{{jump}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td width="40%" align="left">< | <td width="40%" align="left"><span style="font-weight: bold;">Friction</span></td> | ||
<td>{{friction}}</td> | <td>{{{friction}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 05:01, 1 April 2023
{{{blockname}}} |
|
Speed | {{{speed}}} |
Bounce | {{{jump}}} |
Friction | {{{friction}}} |
Shows information about a Noisy Big Adventure block
Parameter | Description | Type | Status | |
---|---|---|---|---|
blockname | blockname | no description | Unknown | optional |
speed | speed | no description | Unknown | optional |
friction | friction | no description | Unknown | optional |
jump | jump | no description | Unknown | optional |