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_TEXT
Tag name.
mixed
Tag title (string, or language ID).
mixed
Tag description (string, or language ID).
\LONG_TEXT
Tag replacement text.
\LONG_TEXT
Tag example.
\SHORT_TEXT
Tag parameters.
\BINARY
Whether the tag is enabled.
\BINARY
Whether the tag is disabled.
\BINARY
Whether the tag is a block tag.
\BINARY
Whether the tag is a textual tag.
boolean
Whether to force the name as unique, if there's a conflict
\ID_TEXT
The 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_TEXT
Current tag name.
\ID_TEXT
New tag name.
\SHORT_TEXT
Tag title (string, or language ID).
\LONG_TEXT
Tag description (string, or language ID).
\LONG_TEXT
Tag replacement text.
\LONG_TEXT
Tag example.
\SHORT_TEXT
Tag parameters.
\BINARY
Whether the tag is enabled.
\BINARY
Whether the tag is disabled.
\BINARY
Whether the tag is a block tag.
\BINARY
Whether the tag is a textual tag.
boolean
Whether to force the name as unique, if there's a conflict
\ID_TEXT
The tag name