add_custom_comcode_tag(\ID_TEXT $tag, mixed $title, mixed $description, \LONG_TEXT $replace, \LONG_TEXT $example, \SHORT_TEXT $parameters, \BINARY $enabled, \BINARY $dangerous_tag, \BINARY $block_tag, \BINARY $textual_tag, boolean $uniqify = false) : \ID_TEXT
| package | custom_comcode |
|---|
\ID_TEXTTag name.
mixedTag title (string, or language ID).
mixedTag description (string, or language ID).
\LONG_TEXTTag replacement text.
\LONG_TEXTTag example.
\SHORT_TEXTTag parameters.
\BINARYWhether the tag is enabled.
\BINARYWhether the tag is disabled.
\BINARYWhether the tag is a block tag.
\BINARYWhether the tag is a textual tag.
booleanWhether to force the name as unique, if there's a conflict
\ID_TEXTThe tag namedelete_custom_comcode_tag(\ID_TEXT $tag)
edit_custom_comcode_tag(\ID_TEXT $old_tag, \ID_TEXT $tag, \SHORT_TEXT $title, \LONG_TEXT $description, \LONG_TEXT $replace, \LONG_TEXT $example, \SHORT_TEXT $parameters, \BINARY $enabled, \BINARY $dangerous_tag, \BINARY $block_tag, \BINARY $textual_tag, boolean $uniqify = false) : \ID_TEXT
| package | custom_comcode |
|---|
\ID_TEXTCurrent tag name.
\ID_TEXTNew tag name.
\SHORT_TEXTTag title (string, or language ID).
\LONG_TEXTTag description (string, or language ID).
\LONG_TEXTTag replacement text.
\LONG_TEXTTag example.
\SHORT_TEXTTag parameters.
\BINARYWhether the tag is enabled.
\BINARYWhether the tag is disabled.
\BINARYWhether the tag is a block tag.
\BINARYWhether the tag is a textual tag.
booleanWhether to force the name as unique, if there's a conflict
\ID_TEXTThe tag name