साँचा:Scalemarkers/doc

मुक्त ज्ञानकोश विकिपीडिया से
< साँचा:Scalemarkers
imported>Shubhamkanodia द्वारा परिवर्तित ०६:२२, २४ जनवरी २०१४ का अवतरण (नया पृष्ठ: {{documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> Prints the scale markers for {{tl|Graphical timeline}}. <pre>Pseudo code: if (from + (l...)
(अन्तर) ← पुराना अवतरण | वर्तमान अवतरण (अन्तर) | नया अवतरण → (अन्तर)
नेविगेशन पर जाएँ खोज पर जाएँ

साँचा:documentation subpage Prints the scale markers for साँचा:tl.

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)