Template:WatchGalleryItem: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <li style="vertical-align: top; display: inline-block;"> | ||
<div style="display:flex;flex-direction:column;width:220px;"> | <div style="display:flex;flex-direction:column;width:220px;"> | ||
<div style="text-align:center;margin-bottom:6px;"> | <div style="text-align:center;margin-bottom:6px;"> | ||
<a href="{{{_pageName|}}}"><img src="https://example.com/path/{{{Picture|}}}" style="width:200px;height:auto;" /></a> | |||
</div> | </div> | ||
<div style="font-weight:bold;">{{{Model|}}}</div> | <div style="font-weight:bold;">{{{Model|}}}</div> | ||
| Line 8: | Line 8: | ||
<div>{{{Stars|}}} stars</div> | <div>{{{Stars|}}} stars</div> | ||
</div> | </div> | ||
</ | </li> | ||