Difference between revisions of "User:Space/Template:DrawLine"

From Discovery Wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
<noinclude><nowiki>{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px}}</nowiki></noinclude>
+
<noinclude><nowiki>{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px}}</nowiki>
 
<!-- Calculates the length of the line -->
 
<!-- Calculates the length of the line -->
  
Line 7: Line 7:
 
{{atan2|{{#expr:{{{4}}}-{{{2}}}}}|{{{3}}}-{{{1}}}}}
 
{{atan2|{{#expr:{{{4}}}-{{{2}}}}}|{{{3}}}-{{{1}}}}}
  
<!-- Renders the line -->
+
<!-- Renders the line --></noinclude>
 
<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>{{#expr: atan2(9,4)*180/pi}}
+
<noinclude>{{atan2|{{#expr:{{{4}}}-{{{2}}}}}|{{{3}}}-{{{1}}}}}
  
 
Test: {{User:Space/Template:DrawLine|0|2|0|9|3}}</noinclude>
 
Test: {{User:Space/Template:DrawLine|0|2|0|9|3}}</noinclude>

Revision as of 12:38, 8 April 2013

{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px}}


Expression error: Unexpected ( operator.


Template:Error



Template:Error

Test: