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

From Discovery Wiki
Jump to navigationJump to search
m
m (I just realized that I haven't actually implemented a way to move the starting point of the vector/line yet. I'm not sure what I really expected it to do. Excellent.)
Line 1: Line 1:
<includeonly> <div style="-webkit-transform-origin: 0 100%; -webkit-transform:rotate(-{{#expr:{{atan2|y={{#expr:{{{4}}}-{{{2}}}}}|x={{#expr: {{{3}}}-{{{1}}}}}}}*180/pi}}deg); width: {{#expr: (({{{3}}}-{{{1}}})^2+({{{4}}}-{{{2}}})^2)^0.5}}px; height: {{{5}}}px; background: {{{6}}};"></div></includeonly>
+
<includeonly> <div style="position:relative; right:{{{1}}}; top:{{{2}}}; -webkit-transform-origin: 0 100%; -webkit-transform:rotate(-{{#expr:{{atan2|y={{#expr:{{{4}}}-{{{2}}}}}|x={{#expr: {{{3}}}-{{{1}}}}}}}*180/pi}}deg); width: {{#expr: (({{{3}}}-{{{1}}})^2+({{{4}}}-{{{2}}})^2)^0.5}}px; height: {{{5}}}px; background: {{{6}}};"></div></includeonly>
  
 
<noinclude>==Usage==
 
<noinclude>==Usage==
Line 8: Line 8:
 
{{User:Space/Template:DrawLine|-100|-100|300|15|3|#00BFFF}}
 
{{User:Space/Template:DrawLine|-100|-100|300|15|3|#00BFFF}}
 
{{User:Space/Template:DrawLine|200|40|0|150|3|#00BFFF}}
 
{{User:Space/Template:DrawLine|200|40|0|150|3|#00BFFF}}
 +
{{User:Space/Template:DrawLine|100|40|999|150|3|#00BFFF}}
  
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Revision as of 14:37, 8 April 2013


Usage

{{User:Space/Template:DrawLine|x1|y1|x2|y2|width in px|valid css color code or name}}

Result

{{User:Space/Template:DrawLine|0|0|300|15|3|#00BFFF}}