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 1: | Line 1: | ||
− | <includeonly> <div style="position:relative; left:{{{1}}}px; bottom:{{{2}}}px; -webkit-transform-origin: 50 | + | <includeonly> <div style="position:relative; left:{{{1}}}px; bottom:{{{2}}}px; -webkit-transform-origin: 100% 50%; -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== |
Revision as of 14:49, 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|0|-100|3|#00BFFF}}