Auto-Update wiki pages

AutoMirror Bot 2024-04-05 15:03:22 +00:00
parent 2a3f5c7213
commit 70c5a843eb

@ -732,26 +732,16 @@ There can be any number of actions in a line, including none at all - in which
<p>Example:</p> <p>Example:</p>
<p></p> <p></p>
<pre>Daily { <pre>Daily {
<br/>
News News
<br/>
Soaps Soaps
<br/>
} }
Archive { Archive {
<br/>
Movies Movies
<br/>
Sports Sports
<br/>
Sci-Fi { Sci-Fi {
<br/>
Star Trek Star Trek
<br/>
U.F.O. U.F.O.
<br/>
} }
<br/>
} }
Comedy Comedy
Science Science
@ -781,23 +771,14 @@ Science
sequence of commands with '{'...'}' and giving it a title, as in</p> sequence of commands with '{'...'}' and giving it a title, as in</p>
<p></p> <p></p>
<pre>My Commands { <pre>My Commands {
<br/>
First list { First list {
<br/>
Do something: some command Do something: some command
<br/>
Do something else: another command Do something else: another command
<br/>
} }
<br/>
Second list { Second list {
<br/>
Even more: yet another command Even more: yet another command
<br/>
So much more: and yet another one So much more: and yet another one
<br/>
} }
<br/>
} }
</pre> </pre>
<p>Command lists can be nested to any depth.</p> <p>Command lists can be nested to any depth.</p>