قالب:Scalemarkers/doc

Edit-paste.svg
هذه هي صفحة توثيق القالب {{Scalemarkers}}.
ليس الغرض من تلك الصفحة أن تـُشاهـَد مباشرة. لو استعملـَت متغيرات, فبعض الروابط قد تظهر مكسورة. لا تستبدل تلك المتغيرات بأسماء مباشرة (hardcoded) لصفحات أو عناوين URLs.

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)