Template:WatchGalleryItem: Difference between revisions

From AsteroidOS
No edit summary
No edit summary
Line 2: Line 2:
<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|}}}">
  <a href="{{{_pageName|}}}"><img src="https://example.com/path/{{{Picture|}}}" style="width:200px;height:auto;" /></a>
<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>
   <div>({{{Name|}}})</div>
   <div>({{{Name|}}})</div>
   <div>{{{Stars|}}} stars</div>
   <div>{{{Stars|}}} stars</div>
</div>
</div>
</nowiki>
</nowiki>

Revision as of 21:02, 7 July 2026

<div style="display:flex;flex-direction:column;width:220px;"> <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 style="font-weight:bold;">{{{Model|}}}</div> <div>({{{Name|}}})</div> <div>{{{Stars|}}} stars</div> </div>