Format:MapCoords: Diferență între versiuni
| [versiune neverificată] | [versiune neverificată] |
Arkan (Discuție | contribuții) |
m |
||
| Linia 1: | Linia 1: | ||
| − | <div | + | <div class="image-container"> |
| − | <!-- | + | <!-- First image with dynamic resizing --> |
| − | + | <div style="position: relative;"> | |
| + | [[{{{image1}}}|thumb|class="map-image"]] | ||
| + | <!-- Points for image 1 --> | ||
| + | {{#if: {{{x1|}}}{{{y1|}}} | | ||
| + | <div class="animated-point" style="top: calc(7px + {{{y1}}}px * 300/{{{width}}}); left: calc(37px + {{{x1}}}px * 300/{{{width}}});"></div> | ||
| + | }} | ||
| + | </div> | ||
| − | <!-- | + | <!-- Second image with dynamic resizing --> |
| − | {{#if: {{{ | + | <div style="position: relative;"> |
| − | + | [[{{{image2}}}|thumb|class="map-image"]] | |
| − | + | <!-- Points for image 2 --> | |
| − | + | {{#if: {{{x2|}}}{{{y2|}}} | | |
| − | + | <div class="animated-point" style="top: calc(7px + {{{y2}}}px * 300/{{{width}}}); left: calc(37px + {{{x2}}}px * 300/{{{width}}});"></div> | |
| − | + | }} | |
| + | </div> | ||
| − | <!-- | + | <!-- Additional images can be added here in a similar format --> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</div> | </div> | ||
Versiunea de la data 28 septembrie 2024 09:53
[[{{{image1}}}|thumb|class="map-image"]]
[[{{{image2}}}|thumb|class="map-image"]]