Vorlage:Px2mm
Aus BogenWiki
(Unterschied zwischen Versionen)
Nugman (Diskussion | Beiträge) |
Nugman (Diskussion | Beiträge) |
||
Zeile 25: | Zeile 25: | ||
/>{{{1}}}px = {{#expr:{{{1}}}/600*25.4 round 1}} ({{{1}}}/600*25.4 round 1)<br><nowiki | />{{{1}}}px = {{#expr:{{{1}}}/600*25.4 round 1}} ({{{1}}}/600*25.4 round 1)<br><nowiki | ||
/>{{{1}}}px = {{#expr:{{{1}}}/600*25.4 round 2}} ({{{1}}}/600*25.4 round 2)<br><nowiki | />{{{1}}}px = {{#expr:{{{1}}}/600*25.4 round 2}} ({{{1}}}/600*25.4 round 2)<br><nowiki | ||
- | />{{{1}}}px = {{#expr:{{{1}}}/600*25.4 round 3}} ({{{1}}}/600*25.4 round 3) | + | />{{{1}}}px = {{#expr:{{{1}}}/600*25.4 round 3}} ({{{1}}}/600*25.4 round 3)<nowiki |
/>}}</includeonly> | />}}</includeonly> |
Version vom 19:56, 11. Jan. 2025
Ohne erzwungenes Vorzeichen:
1px = 0,0; 0px = 0,0; -1px = 0,0
Mit erzwungenem Vorzeichen:
1px = 0,0; 0px = 0,0; -1px = 0,0
118px = 4.99533333333 = 4,10 (a=4; b=50; c=40)
118px = 5 (118/600*25.4 round 1)
118px = 5 (118/600*25.4 round 2)
118px = 4.995 (118/600*25.4 round 3)
{{px2mm|118}} = 5,0
{{px2mm|118|v}} = +5,0
-118px = -4.99533333333 = -4,-10 (a=-4; b=-50; c=-40)
-118px = -5 (-118/600*25.4 round 1)
-118px = -5 (-118/600*25.4 round 2)
-118px = -4.995 (-118/600*25.4 round 3)
{{px2mm|-118}} = -5,0
{{px2mm|-118|v}} = -5,0