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 [2017-11-17 08:23] – [#trans ... #notrans] svensearch_engine_ranker:macro_guide [2018-01-04 06:53] – [Spin Syntax explained] sven
Line 32: Line 32:
 Output 1: For a German Site it will write: Hallo Fremder!\\  Output 1: For a German Site it will write: Hallo Fremder!\\ 
 Output 2: For a Site ending with .com it will write: Hello Stranger!\\  Output 2: For a Site ending with .com it will write: Hello Stranger!\\ 
 +
 +
 +Another syntax is the following where all variations are used but in a random order.
 +
 +Example: <color red>%%~{%%</color>Sentence 1.<color green>%%|%%</color>Sentence 2.<color green>%%|%%</color>Sentence 3.<color red>}</color>\\ 
 +Output 1: Sentence 1. Sentence 3. Sentence 2.\\ 
 +Output 2: Sentence 3. Sentence 1. Sentence 2.\\ 
 +Output 3: Sentence 2. Sentence 2. Sentence 1.\\