Template:Skin: Difference between revisions
From Ephinea PSO Wiki
(Created page with "<table align="right" style="border: 1px solid #aaa; font-size: 95%" cellpadding="0"> <tr><td><table align="center"> <tr> <th colspan="2" style="font-size: larger; text-align: center; background-color: #465160; color:#eee;">{{PAGENAME}}</th> </tr> <tr> <td colspan="2" style="text-align: center;">[[File:{{{image}}}{{#if:{{{imagealt|}}}|{{!}}alt={{{imagealt}}}}}{{!}}link=|160px]]</td> </tr> {{#if:{{{author|}}}| <tr> <th style="background-color: #465160; color:#eee; width: 7...") |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<tr><td><table align="center"> | <tr><td><table align="center"> | ||
<tr> | <tr> | ||
<th colspan="2" style="font-size: larger; text-align: center; background-color: #465160; color:#eee;">{{PAGENAME}}</th> | <th colspan="2" style="font-size: larger; text-align: center; background-color: #465160; color:#eee;">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}</th> | ||
</tr> | </tr> | ||
{{#if:{{{image|}}}| | |||
<tr> | <tr> | ||
<td colspan="2" style="text-align: center;">[[File:{{{image}}}{{#if:{{{imagealt|}}}|{{!}}alt={{{imagealt}}}}}{{!}}link=| | <td colspan="2" style="text-align: center;">[[File:{{{image}}}{{#if:{{{imagealt|}}}|{{!}}alt={{{imagealt}}}}}{{!}}link=|250x250px]]</td> | ||
</tr> | </tr> | ||
}} | |||
{{#if:{{{author|}}}| | {{#if:{{{author|}}}| | ||
<tr> | <tr> | ||
<th style="background-color: #465160; color:#eee; | <th style="background-color: #465160; color:#eee;">Author:</th> | ||
<td | <td>{{{author|}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{type|}}}| | {{#if:{{{type|}}}| | ||
<tr> | <tr> | ||
<th style="background-color: #465160; color:#eee; | <th style="background-color: #465160; color:#eee;">Type:</th> | ||
<td style=" | <td>{{{type|}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{source|}}}| | |||
<tr> | |||
<th style="background-color: #465160; color:#eee;">Source:</th> | |||
<td>{{{source|}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table></td></tr> | </table></td></tr> | ||
</table><noinclude> | </table> | ||
<div class="noexcerpt">{{#if:{{{desc|}}}| | |||
: ''{{{desc|}}}''}}</div><noinclude> | |||
==Usage and example== | ==Usage and example== | ||
<pre> | <pre> | ||
{{Skin | {{Skin | ||
| name = Gothic Lobby 11 | |||
| image = test.png | | image = test.png | ||
| author = Echelon | | author = Echelon | ||
| type = Lobby skin | | type = Lobby skin | ||
| desc = This is a description. | |||
}} | }} | ||
</pre> | </pre> | ||
{{Skin | {{Skin | ||
| name = Gothic Lobby 11 | |||
| image = test.png | | image = test.png | ||
| author = Echelon | | author = Echelon | ||
| type = Lobby skin | | type = Lobby skin | ||
| desc = This is a description. | |||
}} | }} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 15:23, 30 August 2023
|
Usage and example[edit source]
{{Skin | name = Gothic Lobby 11 | image = test.png | author = Echelon | type = Lobby skin | desc = This is a description. }}
|
- This is a description.