Szablon:Dash: Różnice pomiędzy wersjami
Nie podano opisu zmian |
Nie podano opisu zmian |
||
(Nie pokazano 7 wersji utworzonych przez 2 użytkowników) | |||
Linia 1: | Linia 1: | ||
{{#if:{{{img|}}} | {{#if:{{{img|}}} | ||
|<table | |<table class="dash-table"> | ||
<tr> | <tr> | ||
<td | <td class="dash-image"><div class="gifsizer" style="max-width: {{{size|}}}; width: {{{gifWidth|}}}; height: {{{gifHeight|}}}">{{#if:{{{img|}}}|{{{img}}}}}</div></td> | ||
<td | <td class="dash-content">{{#if:{{{1|}}}|{{{1}}}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
|<table | |<table class="dash-table"> | ||
<tr> | <tr> | ||
<td | <td class="dash-content">{{#if:{{{1|}}}|{{{1}}}}}</td> | ||
</tr> | </tr> | ||
</table>}} | </table>}} | ||
<html> | |||
<style> | |||
.dash-table { | |||
width: 100%; | |||
padding: 5px 10px; | |||
border: 1px solid #CEDFF2; | |||
border-radius: 0; | |||
background-color: #E8F2F8; | |||
margin: auto; | |||
} | |||
.dash-image { | |||
width: 5%; | |||
text-align: center; | |||
padding: 5px; | |||
border-right: 1px solid #CEDFF2; | |||
} | |||
.dash-content { | |||
width: 95%; | |||
text-align: left; | |||
padding-left: 5px; | |||
} | |||
.gifsizer { | |||
margin: 0 auto; | |||
width: 100%; | |||
} | |||
.gifsizer img { | |||
width: calc(100% - 20px); | |||
height: calc(100% - 20px); | |||
max-width: unset !important; | |||
} | |||
</style> | |||
</html> | |||
<noinclude> | <noinclude> | ||
Przykład użycia | |||
{{Dash | {{Dash | ||
| img = [[Plik: | | img = [[Plik:Gargantuan.gif]] | ||
| 1 = | '''Gargantuan''' | ||
| gifWidth = 100px | |||
| gifHeight = 100px | |||
| 1 = Podziemia Ankardii | |||
}} | }} | ||
</noinclude> | </noinclude> |