Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
search_engine_ranker:macro_guide [2018-01-04 06:53] – [Spin Syntax explained] svensearch_engine_ranker:macro_guide [2018-10-22 16:34] sven
Line 53: Line 53:
 |NP|Same as “N” but reads the number of lines not randomly but one after the other.| |NP|Same as “N” but reads the number of lines not randomly but one after the other.|
  
-You can also use a syntax like (<min lines>,<max lines>) or [<min lines>..<max lines>] for the parameter <number of lines>. This would not always use the same number of lines but chose a random one between the given range (e.g. #file_links[names.dat,(2,10),S]).+You can also use a syntax like (<min lines>,<max lines>) or [<min lines>..<max lines>] for the parameter <number of lines>. This would not always use the same number of lines but choose a random one between the given range (e.g. #file_links[names.dat,(2,10),S]).
 Another alternative is to use a directory instead of a a file. Than a random file from that directory is used. Another alternative is to use a directory instead of a a file. Than a random file from that directory is used.