Griatch
|
2b3a32e447
|
Reshuffling the Evennia package into the new template paradigm.
|
2015-01-06 14:53:45 +01:00 |
|
Griatch
|
12285f9fd2
|
Made it so that inlinefunc also accepts single function calls (no end tag) - in this case the ingoing text string will be the empty string. This is useful for functions like {time() that makes no use of the text input - you can now use just {time() instead of having to use {time(){/time.
|
2014-10-26 16:23:55 +01:00 |
|
Griatch
|
6ef4467203
|
Added session object to kwarg of inlinefuncs. This means that the new call signature for inlinefuncs is funcname(text, *args, **kwargs), where **kwargs are only used for engine-related things (currently only session=session).
|
2014-10-26 10:46:22 +01:00 |
|
Griatch
|
08b18524fd
|
Some minor documentation fixes and tests.
|
2014-10-25 16:04:00 +02:00 |
|
Griatch
|
498e3f5064
|
Added some more inlinefunc docs.
|
2014-10-25 13:59:22 +02:00 |
|
Griatch
|
46edc6eef6
|
Added inlinefunc, an inline text parser for custom dynamic functions,
as per #520.
|
2014-10-25 13:37:25 +02:00 |
|