mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Extensive cleanup of docs
This commit is contained in:
parent
95d063e4e0
commit
0c09388fd8
34 changed files with 779 additions and 1126 deletions
|
|
@ -139,7 +139,7 @@ sleep.
|
|||
```
|
||||
|
||||
This will delay the execution of the callback for 10 seconds. This function is explored much more in
|
||||
the [Command Duration Tutorial](../Howtos/Command-Duration.md).
|
||||
the [Command Duration Tutorial](../Howtos/Howto-Command-Duration.md).
|
||||
|
||||
You can also try the following snippet just see how it works:
|
||||
|
||||
|
|
|
|||
|
|
@ -173,4 +173,4 @@ into a few blocks of colors, it means Xterm256 is not supported and ANSI are use
|
|||
|
||||
## More reading
|
||||
|
||||
There is an [Understanding Color Tags](../Howtos/Understanding-Color-Tags.md) tutorial which expands on the use of ANSI color tags and the pitfalls of mixing ANSI and Xterms256 color tags in the same context.
|
||||
There is an [Understanding Color Tags](../Howtos/Tutorial-Understanding-Color-Tags.md) tutorial which expands on the use of ANSI color tags and the pitfalls of mixing ANSI and Xterms256 color tags in the same context.
|
||||
|
|
@ -45,7 +45,7 @@ Zones.md
|
|||
|
||||
Internationalization.md
|
||||
Text-Encodings.md
|
||||
TextTags.md
|
||||
Inline-Tags-and-Functions.md
|
||||
Change-Messages-Per-Receiver.md
|
||||
Clickable-Links.md
|
||||
Colors.md
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@ Evennia understands various extra information embedded in text:
|
|||
- [Clickable links](./Clickable-Links.md) - This allows you to provide a text the user can click to execute an
|
||||
in-game command. This is on the form `|lc command |lt text |le`.
|
||||
- [FuncParser callables](../Components/FuncParser.md) - These are full-fledged function calls on the form `$funcname(args, kwargs)`
|
||||
that lead to calls to Python functions. The parser can be run with different available callables in different
|
||||
circumstances. The parser is run on all outgoing messages if `settings.FUNCPARSER_PARSE_OUTGOING_MESSAGES_ENABLED=True`
|
||||
(disabled by default).
|
||||
that lead to calls to Python functions. The parser can be run with different available callables in different circumstances. The parser is run on all outgoing messages if `settings.FUNCPARSER_PARSE_OUTGOING_MESSAGES_ENABLED=True` (disabled by default).
|
||||
|
||||
```{toctree}
|
||||
:hidden"
|
||||
Loading…
Add table
Add a link
Reference in a new issue