साँचा: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)