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 |
|||
Line 7: | Line 7: | ||
<!-- Renders the line --> | <!-- Renders the line --> | ||
<includeonly><div style="-webkit-transform-origin: 0 100%; width: {{#expr: (({{{1}}}-{{{3}}})^2+({{{2}}}*{{{4}}})^2)^0.5}}px; height: {{{5}}}px; background: #000;"></div></includeonly> | <includeonly><div style="-webkit-transform-origin: 0 100%; width: {{#expr: (({{{1}}}-{{{3}}})^2+({{{2}}}*{{{4}}})^2)^0.5}}px; height: {{{5}}}px; background: #000;"></div></includeonly> | ||
− | <noinclude>Test: {{User:Space/Template:DrawLine|0|2|0|9|3}}</noinclude> | + | <noinclude>{{#expr: atan2(9,4)*180/pi}} |
+ | |||
+ | Test: {{User:Space/Template:DrawLine|0|2|0|9|3}}</noinclude> | ||
<noinclude><!-- var length = Math.sqrt((x1-x2)*(x1-x2) + (y1-y2)*(y1-y2)); | <noinclude><!-- var length = Math.sqrt((x1-x2)*(x1-x2) + (y1-y2)*(y1-y2)); |
Revision as of 12:24, 8 April 2013
{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px}}
Expression error: Unexpected ( operator.
Expression error: Unexpected ( operator.
Test:
Expression error: Unexpected ( operator.