সাঁচ:Scalemarkers/doc
অৱয়ব
|
|
এয়া হৈছে ‘সাঁচ:Scalemarkers’ শীৰ্ষক সাঁচটোৰ নথিকৰণৰ উপপৃষ্ঠা। ইয়াত সাঁচটো ব্যৱহাৰৰ তথ্য, শ্ৰেণীসমূহ, আন্তঃৱিকি সংযোগবোৰ আৰু অন্য সমল থাকে, যিবোৰ মূল সাঁচ পৃষ্ঠাটোৰ অংশ নহয়। |
Prints the scale markers for {{Graphical timeline}}.
Pseudo code:
if (from + (loops*increment) + offset) < to)
then print a bar with attibutes:
top = height × (offset= (loop number × increment) + position of first marker to print)
And for intermediate markers:
if (from + (increment*loop) + (increment/2) + offset <= to)
then print a bar with attributes:
top = height * (offset=(loop * increment + (increment/2) + position of first marker to print)