We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124f61 commit 2b933f4Copy full SHA for 2b933f4
tutorials/scripting/creating_script_templates.rst
@@ -205,6 +205,8 @@ Base placeholders
205
+--------------------------+----------------------------------------------------+
206
| ``_CLASS_`` | The name of the new class. |
207
208
+| ``_CLASS_SNAKE_CASE_`` | The name of the new class as ``snake_case``. |
209
++--------------------------+----------------------------------------------------+
210
| ``_BASE_`` | The base type a new script inherits from. |
211
212
| ``_TS_`` | Indentation placeholder. The exact type and number |
0 commit comments