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></p>
<pre>Daily {
<br/>
News
<br/>
Soaps
<br/>
}
Archive {
<br/>
Movies
<br/>
Sports
<br/>
Sci-Fi {
<br/>
Star Trek
<br/>
U.F.O.
<br/>
}
<br/>
}
Comedy
Science
@ -781,23 +771,14 @@ Science
sequence of commands with '{'...'}' and giving it a title, as in</p>
<p></p>
<pre>My Commands {
<br/>
First list {
<br/>
Do something: some command
<br/>
Do something else: another command
<br/>
}
<br/>
Second list {
<br/>
Even more: yet another command
<br/>
So much more: and yet another one
<br/>
}
<br/>
}
</pre>
<p>Command lists can be nested to any depth.</p>