Template:Infobox Tutorial: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
m (clear right)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOEDITSECTION__
__NOTOC__
<table align="right" cellpadding="4" cellspacing="0" style="margin-top:1em; margin-bottom:1em; background:#f9f9f9; border:1px #aaa solid; border-collapse:collapse; width: 30em; font-size: 90%; text-align: left;">
<table align="right" cellpadding="4" cellspacing="0" style="margin-top:1em; margin-bottom:1em; background:#f9f9f9; border:1px #aaa solid; border-collapse:collapse; width: 30em; font-size: 90%; text-align: left; clear: right;">
<tr><td colspan="2" style="text-align: center; font-size: 130%; font-weight: bold;">
<tr><td colspan="2" style="text-align: center; font-size: 130%; font-weight: bold;">
{{{name}}}
{{{name}}}
</td></tr>
</td></tr>
{{if | {{{image}}} | <tr><td colspan="2">[[Image:{{{image}}}|300px|]]</td></tr>}}
{{#if: {{{image|}}} | <tr><td colspan="2">[[File:{{{image}}}|300px|]]</td></tr>}}
<tr><td colspan="2" style="text-align: center; font-size: 83%; font-weight: bold;">
<tr><td colspan="2" style="text-align: center; font-size: 83%; font-weight: bold;">
<h4>[[:Category:Tutorials|Tutorial]]</h4>
<h4>[[:Category:Tutorials|Tutorial]]</h4>
</td></tr>
</td></tr>
{{if | {{{previous|}}} | <tr><td>'''Previous:'''</td><td>{{{previous}}}</td></tr>}}
{{#if: {{{prev|{{{next|}}}}}} | <tr><td>'''Previous'''</td><td>'''Next'''</td></tr><tr><td>{{{prev|}}}</td><td>{{{next|}}}</td></tr>}}
{{if | {{{next|}}} | <tr><td>'''Next:'''</td><td>{{{next}}}</td></tr>}}
</table>
</table>

Latest revision as of 22:53, 15 June 2024

{{{name}}}

Tutorial