This wiki is closed in favour of the new wiki. Information shown is likely to be very out of date. |
Difference between revisions of "User:Space/Template:DrawLine"
From Discovery Wiki
Jump to navigationJump to searchm |
m |
||
Line 5: | Line 5: | ||
<!-- Calculates the angle of the line --> | <!-- Calculates the angle of the line --> | ||
− | {{#expr: (atan2(({{{4}}}-{{{2}}}) | + | {{#expr: (atan2(({{{4}}}-{{{2}}})/({{{3}}}-{{{1}}})))*180/pi}} |
<!-- Renders the line --> | <!-- Renders the line --> | ||
<div style="-webkit-transform-origin: 0 100%; height: {{{5}}}px; background: #000;"></div> | <div style="-webkit-transform-origin: 0 100%; height: {{{5}}}px; background: #000;"></div> | ||
− | |||
<noinclude>Test: {{User:Space/Template:DrawLine|2|2|8|9|3}}</noinclude> | <noinclude>Test: {{User:Space/Template:DrawLine|2|2|8|9|3}}</noinclude> | ||
Revision as of 11:13, 8 April 2013
{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px}} Expression error: Unrecognized punctuation character "{".
Expression error: Unexpected ( operator.
Test: 18.97366596101
Expression error: Unexpected ( operator.