113
edits
(fix link color) |
m (Added some things just like object_infobox has. And made a box (also like object_info) so you can easily copy this and use it somewhere else. Two things left open for editing about the example.) |
||
Line 61: | Line 61: | ||
{{#if: {{{offset|}}} | | {{#if: {{{offset|}}} | | ||
{{!}} '''Down Offset''' {{!!}} {{{offset}}} | {{!}} '''Down Offset''' {{!!}} {{{offset}}} | ||
{{!}}-}} | |||
|- | |||
{{#if:{{{foundIn|}}}|{{!}}align="center" colspan="2" bgcolor="#10274c" style="font-size:125%;" {{!}} '''<span style="color:white;">Found in</span>''' | |||
|}} | |||
|- | |||
{{#if: {{{foundIn|}}} | | |||
{{!}} {{{foundIn}}} | |||
{{!}}-}} | |||
|- | |||
{{#if:{{{related|}}}|{{!}}align="center" colspan="2" bgcolor="#10274c" style="font-size:125%;" {{!}} '''<span style="color:white;">Related Articles</span>''' | |||
|}} | |||
|- | |||
{{#if: {{{related|}}} | | |||
{{!}} {{{related}}} | |||
{{!}}-}} | {{!}}-}} | ||
|- | |- | ||
Line 80: | Line 94: | ||
|height=525 | |height=525 | ||
|offset=0 | |offset=0 | ||
|foundIn= <!-- Courses this is found in, maybe also use a list (using the *) --> | |||
|related= <!-- Related articles --> | |||
}} | }} | ||
[[Category:Infobox templates|{{PAGENAME}}]] | <div style="float:right"><pre>{{Object_infobox_2 | ||
|title= | |||
|image= | |||
|group= | |||
|tangibility= | |||
|draw= | |||
|gravity= | |||
|friction= | |||
|buoyancy= | |||
|interaction= | |||
|damage= | |||
|health= | |||
|radius= | |||
|height= | |||
|offset= | |||
|foundIn= | |||
|related= | |||
}}</pre></div> | |||
[[Category:Infobox templates|{{PAGENAME}}]] |
edits