Revision as of 08:11, 15 October 2006 editVanished user 9i39j3 (talk | contribs)3,956 edits use html instead← Previous edit |
Revision as of 08:20, 15 October 2006 edit undoVanished user 9i39j3 (talk | contribs)3,956 edits colspan fixesNext edit → |
Line 4: |
Line 4: |
|
{{#if:{{{logo|}}}| |
|
{{#if:{{{logo|}}}| |
|
<!-- wiki code is so confusing... im going to use html instead. --wj32 --> |
|
<!-- wiki code is so confusing... im going to use html instead. --wj32 --> |
|
|
<!-- why doesnt the colspan get into the resulting html??? uhggg --wj32 --> |
|
<tr colspan="2" style="text-align: center;"> |
|
<tr style="text-align: center;"> |
|
<td>{{{logo}}}</td> |
|
<td colspan="2">{{{logo}}}</td> |
|
</tr> |
|
</tr> |
|
}} |
|
}} |
|
{{#if:{{{screenshot|}}}| |
|
{{#if:{{{screenshot|}}}| |
|
<tr colspan="2" style="text-align: center;"> |
|
<tr style="text-align: center;"> |
|
<td>{{{screenshot}}}</td> |
|
<td colspan="2">{{{screenshot}}}</td> |
|
</tr> |
|
</tr> |
|
}} |
|
}} |
|
{{#if:{{{caption|}}}| |
|
{{#if:{{{caption|}}}| |
|
<tr colspan="2" style="text-align: center;"> |
|
<tr style="text-align: center;"> |
|
<td>{{{caption}}}</td> |
|
<td colspan="2">{{{caption}}}</td> |
|
</tr> |
|
</tr> |
|
}} |
|
}} |