Format:MapCoords: Diferență între versiuni
[versiune neverificată] | [versiune verificată] |
Arkan (Discuție | contribuții) |
Cerro (Discuție | contribuții) |
||
(Nu s-au afișat 33 de versiuni intermediare efectuate de alți 3 utilizatori) | |||
Linia 1: | Linia 1: | ||
− | + | <div style="display: inline-block; position: relative;"> <!-- Centering and relative positioning --> | |
− | + | <!-- Original wiki-style image format --> | |
− | + | [[{{{image}}}|thumb]] | |
− | + | <!-- Point 1 --> | |
− | + | {{#if: {{{x1|}}}{{{y1|}}} | | |
− | <div class="animated-point" style="top: {{{y1}}}px; left: {{{x1}}}px;"></div> | + | {{#ifexpr: {{{width}}}>300 |
− | }} | + | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y1}}}px * 300/{{{width}}}); left: calc(37px + {{{x1}}}px * 300/{{{width}}});"></div> |
− | </div> | + | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y1}}}px); left: calc(37px + {{{x1}}}px);"></div> |
+ | }} | ||
+ | }} | ||
+ | |||
+ | <!-- Point 2 --> | ||
+ | {{#if: {{{x2|}}}{{{y2|}}} | | ||
+ | {{#ifexpr: {{{width}}} > 300 | ||
+ | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y2}}}px * 300/{{{width}}}); left: calc(37px + {{{x2}}}px * 300/{{{width}}});"></div> | ||
+ | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y2}}}px); left: calc(37px + {{{x2}}}px);"></div> | ||
+ | }} | ||
+ | }} | ||
+ | <!-- Point 3 --> | ||
+ | {{#if: {{{x3|}}}{{{y3|}}} | | ||
+ | {{#ifexpr: {{{width}}} > 300 | ||
+ | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y3}}}px * 300/{{{width}}}); left: calc(37px + {{{x3}}}px * 300/{{{width}}});"></div> | ||
+ | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y3}}}px); left: calc(37px + {{{x3}}}px);"></div> | ||
+ | }} | ||
+ | }} | ||
+ | <!-- Point 4 --> | ||
+ | {{#if: {{{x4|}}}{{{y4|}}} | | ||
+ | {{#ifexpr: {{{width}}} > 300 | ||
+ | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y4}}}px * 300/{{{width}}}); left: calc(37px + {{{x4}}}px * 300/{{{width}}});"></div> | ||
+ | |<div class="animated-point" style="position: absolute; top: calc(7px + {{{y4}}}px); left: calc(37px + {{{x4}}}px);"></div> | ||
+ | }} | ||
+ | }} | ||
+ | </div> |
Versiunea curentă din 13 noiembrie 2024 14:22
[[{{{image}}}|thumb]]