Last active
August 26, 2021 01:04
-
-
Save hei-a/73c9ccdad642b64d6d1c03b629ee14c7 to your computer and use it in GitHub Desktop.
MTML Completions for VSCode(MT7対応版)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // ================================================== | |
| // MTML Completions for VS Code [start] | |
| // ================================================== | |
| "current_mapping=\"1\"": { | |
| "prefix": "current_mapping=\"1\"", | |
| "body": [ | |
| "current_mapping=\"${1:1}\"" | |
| ] | |
| }, | |
| "with_index=\"1\"": { | |
| "prefix": "with_index=\"1\"", | |
| "body": [ | |
| "with_index=\"${1:1}\"" | |
| ] | |
| }, | |
| "by_folder=\"1\"": { | |
| "prefix": "by_folder=\"1\"", | |
| "body": [ | |
| "by_folder=\"${1:1}\"" | |
| ] | |
| }, | |
| "by_category=\"1\"": { | |
| "prefix": "by_category=\"1\"", | |
| "body": [ | |
| "by_category=\"${1:1}\"" | |
| ] | |
| }, | |
| "by_author=\"1\"": { | |
| "prefix": "by_author=\"1\"", | |
| "body": [ | |
| "by_author=\"${1:1}\"" | |
| ] | |
| }, | |
| "with_domain=\"1\"": { | |
| "prefix": "with_domain=\"1\"", | |
| "body": [ | |
| "with_domain=\"${1:1}\"" | |
| ] | |
| }, | |
| "mt:WebsiteEntryCount": { | |
| "prefix": "mt:WebsiteEntryCount", | |
| "body": [ | |
| "mt:WebsiteEntryCount${1} />" | |
| ] | |
| }, | |
| "mt:StatsSnippet": { | |
| "prefix": "mt:StatsSnippet", | |
| "body": [ | |
| "mt:StatsSnippet${1} />" | |
| ] | |
| }, | |
| "mt:CanonicalURL": { | |
| "prefix": "mt:CanonicalURL", | |
| "body": [ | |
| "mt:CanonicalURL${1} />" | |
| ] | |
| }, | |
| "mt:CanonicalLink": { | |
| "prefix": "mt:CanonicalLink", | |
| "body": [ | |
| "mt:CanonicalLink${1} />" | |
| ] | |
| }, | |
| "mt:BlogDateLanguage": { | |
| "prefix": "mt:BlogDateLanguage", | |
| "body": [ | |
| "mt:BlogDateLanguage${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteDateLanguage": { | |
| "prefix": "mt:WebsiteDateLanguage", | |
| "body": [ | |
| "mt:WebsiteDateLanguage${1} />" | |
| ] | |
| }, | |
| "sort_method=\"sub_foo\"": { | |
| "prefix": "sort_method=\"sub_foo\"", | |
| "body": [ | |
| "sort_method=\"${1:sub_foo}\"" | |
| ] | |
| }, | |
| "top=\"1\"": { | |
| "prefix": "top=\"1\"", | |
| "body": [ | |
| "top=\"${1:1}\"" | |
| ] | |
| }, | |
| "include_current=\"1\"": { | |
| "prefix": "include_current=\"1\"", | |
| "body": [ | |
| "include_current=\"${1:1}\"" | |
| ] | |
| }, | |
| "sort_by=\"user_custom\"": { | |
| "prefix": "sort_by=\"user_custom\"", | |
| "body": [ | |
| "sort_by=\"${1:user_custom}\"" | |
| ] | |
| }, | |
| "mt:IfLogin": { | |
| "prefix": "mt:IfLogin", | |
| "body": [ | |
| "mt:IfLogin${1}>${2}</mt:IfLogin>" | |
| ] | |
| }, | |
| "exclude_blogs=\"ID\"": { | |
| "prefix": "exclude_blogs=\"ID\"", | |
| "body": [ | |
| "exclude_blogs=\"${1:ID}\"" | |
| ] | |
| }, | |
| "include_with_website=\"1\"": { | |
| "prefix": "include_with_website=\"1\"", | |
| "body": [ | |
| "include_with_website=\"${1:1}\"" | |
| ] | |
| }, | |
| "include_blogs=\"ID\"": { | |
| "prefix": "include_blogs=\"ID\"", | |
| "body": [ | |
| "include_blogs=\"${1:ID}\"" | |
| ] | |
| }, | |
| "include_blogs=\"siblings\"": { | |
| "prefix": "include_blogs=\"siblings\"", | |
| "body": [ | |
| "include_blogs=\"${1:siblings}\"" | |
| ] | |
| }, | |
| "include_blogs=\"children\"": { | |
| "prefix": "include_blogs=\"children\"", | |
| "body": [ | |
| "include_blogs=\"${1:children}\"" | |
| ] | |
| }, | |
| "include_blogs=\"all\"": { | |
| "prefix": "include_blogs=\"all\"", | |
| "body": [ | |
| "include_blogs=\"${1:all}\"" | |
| ] | |
| }, | |
| "blog_ids=\"ID\"": { | |
| "prefix": "blog_ids=\"ID\"", | |
| "body": [ | |
| "blog_ids=\"${1:ID}\"" | |
| ] | |
| }, | |
| "blog_ids=\"siblings\"": { | |
| "prefix": "blog_ids=\"siblings\"", | |
| "body": [ | |
| "blog_ids=\"${1:siblings}\"" | |
| ] | |
| }, | |
| "blog_ids=\"children\"": { | |
| "prefix": "blog_ids=\"children\"", | |
| "body": [ | |
| "blog_ids=\"${1:children}\"" | |
| ] | |
| }, | |
| "blog_ids=\"all\"": { | |
| "prefix": "blog_ids=\"all\"", | |
| "body": [ | |
| "blog_ids=\"${1:all}\"" | |
| ] | |
| }, | |
| "variable_foo=\"value\"": { | |
| "prefix": "variable_foo=\"value\"", | |
| "body": [ | |
| "variable_foo=\"${1:value}\"" | |
| ] | |
| }, | |
| "var=\"variable_foo\"": { | |
| "prefix": "var=\"variable_foo\"", | |
| "body": [ | |
| "var=\"${1:variable_foo}\"" | |
| ] | |
| }, | |
| "value=\"\"": { | |
| "prefix": "value=\"\"", | |
| "body": [ | |
| "value=\"${1:}\"" | |
| ] | |
| }, | |
| "utc=\"1\"": { | |
| "prefix": "utc=\"1\"", | |
| "body": [ | |
| "utc=\"${1:1}\"" | |
| ] | |
| }, | |
| "unique=\"1\"": { | |
| "prefix": "unique=\"1\"", | |
| "body": [ | |
| "unique=\"${1:1}\"" | |
| ] | |
| }, | |
| "type=\"\"": { | |
| "prefix": "type=\"\"", | |
| "body": [ | |
| "type=\"${1:}\"" | |
| ] | |
| }, | |
| "trim_spaces=\"1\"": { | |
| "prefix": "trim_spaces=\"1\"", | |
| "body": [ | |
| "trim_spaces=\"${1:1}\"" | |
| ] | |
| }, | |
| "tags=\"tag_foo\"": { | |
| "prefix": "tags=\"tag_foo\"", | |
| "body": [ | |
| "tags=\"${1:tag_foo}\"" | |
| ] | |
| }, | |
| "tag=\"tag_foo\"": { | |
| "prefix": "tag=\"tag_foo\"", | |
| "body": [ | |
| "tag=\"${1:tag_foo}\"" | |
| ] | |
| }, | |
| "stream=\"stream_name\"": { | |
| "prefix": "stream=\"stream_name\"", | |
| "body": [ | |
| "stream=\"${1:stream_name}\"" | |
| ] | |
| }, | |
| "ssi=\"1\"": { | |
| "prefix": "ssi=\"1\"", | |
| "body": [ | |
| "ssi=\"${1:1}\"" | |
| ] | |
| }, | |
| "square=\"1\"": { | |
| "prefix": "square=\"1\"", | |
| "body": [ | |
| "square=\"${1:1}\"" | |
| ] | |
| }, | |
| "sort=\"created_on\"": { | |
| "prefix": "sort=\"created_on\"", | |
| "body": [ | |
| "sort=\"${1:created_on}\"" | |
| ] | |
| }, | |
| "sort=\"authored_on\"": { | |
| "prefix": "sort=\"authored_on\"", | |
| "body": [ | |
| "sort=\"${1:authored_on}\"" | |
| ] | |
| }, | |
| "sort_order=\"descend\" 降順:デフォルト": { | |
| "prefix": "sort_order=\"descend\"", | |
| "body": [ | |
| "sort_order=\"${1:descend}\"" | |
| ], | |
| "description": "sort_order=\"descend\" 降順:デフォルト" | |
| }, | |
| "sort_order=\"ascend\" 昇順": { | |
| "prefix": "sort_order=\"ascend\"", | |
| "body": [ | |
| "sort_order=\"${1:ascend}\"" | |
| ], | |
| "description": "sort_order=\"ascend\" 昇順" | |
| }, | |
| "sort_by=\"foo\"": { | |
| "prefix": "sort_by=\"foo\"", | |
| "body": [ | |
| "sort_by=\"${1:foo}\"" | |
| ] | |
| }, | |
| "sort_by=\"excerpt\"": { | |
| "prefix": "sort_by=\"excerpt\"", | |
| "body": [ | |
| "sort_by=\"${1:excerpt}\"" | |
| ] | |
| }, | |
| "sort_by=\"author_ID\"": { | |
| "prefix": "sort_by=\"author_ID\"", | |
| "body": [ | |
| "sort_by=\"${1:author_id}\"" | |
| ] | |
| }, | |
| "sort_by=\"modified_on\"": { | |
| "prefix": "sort_by=\"modified_on\"", | |
| "body": [ | |
| "sort_by=\"${1:modified_on}\"" | |
| ] | |
| }, | |
| "sort_by=\"status\"": { | |
| "prefix": "sort_by=\"status\"", | |
| "body": [ | |
| "sort_by=\"${1:status}\"" | |
| ] | |
| }, | |
| "sort_by=\"title\"": { | |
| "prefix": "sort_by=\"title\"", | |
| "body": [ | |
| "sort_by=\"${1:title}\"" | |
| ] | |
| }, | |
| "sort_by=\"created_on\"": { | |
| "prefix": "sort_by=\"created_on\"", | |
| "body": [ | |
| "sort_by=\"${1:created_on}\"" | |
| ] | |
| }, | |
| "singular=\"text\"": { | |
| "prefix": "singular=\"text\"", | |
| "body": [ | |
| "singular=\"${1:text}\"" | |
| ] | |
| }, | |
| "service=\"service_ID\"": { | |
| "prefix": "service=\"service_ID\"", | |
| "body": [ | |
| "service=\"${1:service_id}\"" | |
| ] | |
| }, | |
| "script=\"function_foo\"": { | |
| "prefix": "script=\"function_foo\"", | |
| "body": [ | |
| "script=\"${1:function_foo}\"" | |
| ] | |
| }, | |
| "recently_commented_on=\"N\"": { | |
| "prefix": "recently_commented_on=\"N\"", | |
| "body": [ | |
| "recently_commented_on=\"${1:N}\"" | |
| ] | |
| }, | |
| "range_incl=\"\"": { | |
| "prefix": "range_incl=\"\"", | |
| "body": [ | |
| "range_incl=\"${1:}\"" | |
| ] | |
| }, | |
| "preserve_spaces=\"1\"": { | |
| "prefix": "preserve_spaces=\"1\"", | |
| "body": [ | |
| "preserve_spaces=\"${1:1}\"" | |
| ] | |
| }, | |
| "prepend=\"1\"": { | |
| "prefix": "prepend=\"1\"", | |
| "body": [ | |
| "prepend=\"${1:1}\"" | |
| ] | |
| }, | |
| "plural=\"text\"": { | |
| "prefix": "plural=\"text\"", | |
| "body": [ | |
| "plural=\"${1:text}\"" | |
| ] | |
| }, | |
| "period=\"Sec\"": { | |
| "prefix": "period=\"Sec\"", | |
| "body": [ | |
| "period=\"${1:Sec}\"" | |
| ] | |
| }, | |
| "parent=\"1\"": { | |
| "prefix": "parent=\"1\"", | |
| "body": [ | |
| "parent=\"${1:1}\"" | |
| ] | |
| }, | |
| "offset=\"N\"": { | |
| "prefix": "offset=\"N\"", | |
| "body": [ | |
| "offset=\"${1:N}\"" | |
| ] | |
| }, | |
| "object_type=\"foo\"": { | |
| "prefix": "object_type=\"foo\"", | |
| "body": [ | |
| "object_type=\"${1:foo}\"" | |
| ] | |
| }, | |
| "object_id=\"ID\"": { | |
| "prefix": "object_id=\"ID\"", | |
| "body": [ | |
| "object_id=\"${1:id}\"" | |
| ] | |
| }, | |
| "object_ds=\"\"": { | |
| "prefix": "object_ds=\"\"", | |
| "body": [ | |
| "object_ds=\"${1:}\"" | |
| ] | |
| }, | |
| "none=\"text\"": { | |
| "prefix": "none=\"text\"", | |
| "body": [ | |
| "none=\"${1:text}\"" | |
| ] | |
| }, | |
| "no_folder=\"1\"": { | |
| "prefix": "no_folder=\"1\"", | |
| "body": [ | |
| "no_folder=\"${1:1}\"" | |
| ] | |
| }, | |
| "namespace=\"foo\"": { | |
| "prefix": "namespace=\"foo\"", | |
| "body": [ | |
| "namespace=\"${1:foo}\"" | |
| ] | |
| }, | |
| "name=\"foo\"": { | |
| "prefix": "name=\"foo\"", | |
| "body": [ | |
| "name=\"${1:foo}\"" | |
| ] | |
| }, | |
| "method=\"post\"": { | |
| "prefix": "method=\"post\"", | |
| "body": [ | |
| "method=\"${1:post}\"" | |
| ] | |
| }, | |
| "method=\"get\"": { | |
| "prefix": "method=\"get\"", | |
| "body": [ | |
| "method=\"${1:get}\"" | |
| ] | |
| }, | |
| "limit=\"N\"": { | |
| "prefix": "limit=\"N\"", | |
| "body": [ | |
| "limit=\"${1:N}\"" | |
| ] | |
| }, | |
| "lastn=\"N\"": { | |
| "prefix": "lastn=\"N\"", | |
| "body": [ | |
| "lastn=\"${1:N}\"" | |
| ] | |
| }, | |
| "key=\"cache_key\"": { | |
| "prefix": "key=\"cache_key\"", | |
| "body": [ | |
| "key=\"${1:cache_key}\"" | |
| ] | |
| }, | |
| "include_subfolders=\"1\"": { | |
| "prefix": "include_subfolders=\"1\"", | |
| "body": [ | |
| "include_subfolders=\"${1:1}\"" | |
| ] | |
| }, | |
| "identifier=\"index_template_identifier\"": { | |
| "prefix": "identifier=\"index_template_identifier\"", | |
| "body": [ | |
| "identifier=\"${1:index_template_identifier}\"" | |
| ] | |
| }, | |
| "id=\"ID\"": { | |
| "prefix": "id=\"ID\"", | |
| "body": [ | |
| "id=\"${1:id}\"" | |
| ] | |
| }, | |
| "html_tag=\"element_foo\"": { | |
| "prefix": "html_tag=\"element_foo\"", | |
| "body": [ | |
| "html_tag=\"${1:element_foo}\"" | |
| ] | |
| }, | |
| "head_offset=\"N\"": { | |
| "prefix": "head_offset=\"N\"", | |
| "body": [ | |
| "head_offset=\"${1:N}\"" | |
| ] | |
| }, | |
| "glue=\"foo\"": { | |
| "prefix": "glue=\"foo\"", | |
| "body": [ | |
| "glue=\"${1:foo}\"" | |
| ] | |
| }, | |
| "global=\"1\"": { | |
| "prefix": "global=\"1\"", | |
| "body": [ | |
| "global=\"${1:1}\"" | |
| ] | |
| }, | |
| "format=\"format\"": { | |
| "prefix": "format=\"format\"", | |
| "body": [ | |
| "format=\"${1:format}\"" | |
| ] | |
| }, | |
| "format_name=\"format_name\"": { | |
| "prefix": "format_name=\"format_name\"", | |
| "body": [ | |
| "format_name=\"${1:format_name}\"" | |
| ] | |
| }, | |
| "folder=\"folder_foo\"": { | |
| "prefix": "folder=\"folder_foo\"", | |
| "body": [ | |
| "folder=\"${1:folder_foo}\"" | |
| ] | |
| }, | |
| "flavor=\"xhtml2\"": { | |
| "prefix": "flavor=\"xhtml2\"", | |
| "body": [ | |
| "flavor=\"${1:xhtml2}\"" | |
| ] | |
| }, | |
| "flavor=\"xhtml1\"": { | |
| "prefix": "flavor=\"xhtml1\"", | |
| "body": [ | |
| "flavor=\"${1:xhtml1}\"" | |
| ] | |
| }, | |
| "flavor=\"html/css\"": { | |
| "prefix": "flavor=\"html/css\"", | |
| "body": [ | |
| "flavor=\"${1:html/css}\"" | |
| ] | |
| }, | |
| "flavor=\"html\"": { | |
| "prefix": "flavor=\"html\"", | |
| "body": [ | |
| "flavor=\"${1:html}\"" | |
| ] | |
| }, | |
| "field:customfieldbasename=\"foo\"": { | |
| "prefix": "field:customfieldbasename=\"foo\"", | |
| "body": [ | |
| "field:customfieldbasename=\"${1:foo}\"" | |
| ] | |
| }, | |
| "enctype=\"enctype_foo\"": { | |
| "prefix": "enctype=\"enctype_foo\"", | |
| "body": [ | |
| "enctype=\"${1:enctype_foo}\"" | |
| ] | |
| }, | |
| "element_id=\"ID\"": { | |
| "prefix": "element_id=\"ID\"", | |
| "body": [ | |
| "element_id=\"${1:id}\"" | |
| ] | |
| }, | |
| "display_names=\"display_name\"": { | |
| "prefix": "display_names=\"display_name\"", | |
| "body": [ | |
| "display_names=\"${1:display_name}\"" | |
| ] | |
| }, | |
| "display_name=\"display_name\"": { | |
| "prefix": "display_name=\"display_name\"", | |
| "body": [ | |
| "display_name=\"${1:display_name}\"" | |
| ] | |
| }, | |
| "direction=\"ascend\"": { | |
| "prefix": "direction=\"ascend\"", | |
| "body": [ | |
| "direction=\"${1:ascend}\"" | |
| ] | |
| }, | |
| "direction=\"descend\"": { | |
| "prefix": "direction=\"descend\"", | |
| "body": [ | |
| "direction=\"${1:descend}\"" | |
| ] | |
| }, | |
| "days=\"N\"": { | |
| "prefix": "days=\"N\"", | |
| "body": [ | |
| "days=\"${1:N}\"" | |
| ] | |
| }, | |
| "cache=\"1\"": { | |
| "prefix": "cache=\"1\"", | |
| "body": [ | |
| "cache=\"${1:1}\"" | |
| ] | |
| }, | |
| "cache_prefix=\"key_foo\"": { | |
| "prefix": "cache_prefix=\"key_foo\"", | |
| "body": [ | |
| "cache_prefix=\"${1:key_foo}\"" | |
| ] | |
| }, | |
| "cache_key=\"cache_key\"": { | |
| "prefix": "cache_key=\"cache_key\"", | |
| "body": [ | |
| "cache_key=\"${1:cache_key}\"" | |
| ] | |
| }, | |
| "by=\"actioN\"": { | |
| "prefix": "by=\"actioN\"", | |
| "body": [ | |
| "by=\"${1:action}\"" | |
| ] | |
| }, | |
| "by=\"stream\"": { | |
| "prefix": "by=\"stream\"", | |
| "body": [ | |
| "by=\"${1:stream}\"" | |
| ] | |
| }, | |
| "by=\"service\"": { | |
| "prefix": "by=\"service\"", | |
| "body": [ | |
| "by=\"${1:service}\"" | |
| ] | |
| }, | |
| "by=\"date\"": { | |
| "prefix": "by=\"date\"", | |
| "body": [ | |
| "by=\"${1:date}\"" | |
| ] | |
| }, | |
| "by_user=\"1\"": { | |
| "prefix": "by_user=\"1\"", | |
| "body": [ | |
| "by_user=\"${1:1}\"" | |
| ] | |
| }, | |
| "by_blog=\"1\"": { | |
| "prefix": "by_blog=\"1\"", | |
| "body": [ | |
| "by_blog=\"${1:1}\"" | |
| ] | |
| }, | |
| "blog_id=\"ID\"": { | |
| "prefix": "blog_id=\"ID\"", | |
| "body": [ | |
| "blog_id=\"${1:id}\"" | |
| ] | |
| }, | |
| "authors=\"author_user_name\"": { | |
| "prefix": "authors=\"author_user_name\"", | |
| "body": [ | |
| "authors=\"${1:author_user_name}\"" | |
| ] | |
| }, | |
| "author=\"author_user_name\"": { | |
| "prefix": "author=\"author_user_name\"", | |
| "body": [ | |
| "author=\"${1:author_user_name}\"" | |
| ] | |
| }, | |
| "author=\"author_foo\"": { | |
| "prefix": "author=\"author_foo\"", | |
| "body": [ | |
| "author=\"${1:author_foo}\"" | |
| ] | |
| }, | |
| "author_ids=\"author_ID\"": { | |
| "prefix": "author_ids=\"author_ID\"", | |
| "body": [ | |
| "author_ids=\"${1:author_id}\"" | |
| ] | |
| }, | |
| "author_id=\"ID\"": { | |
| "prefix": "author_id=\"ID\"", | |
| "body": [ | |
| "author_id=\"${1:id}\"" | |
| ] | |
| }, | |
| "append=\"1\"": { | |
| "prefix": "append=\"1\"", | |
| "body": [ | |
| "append=\"${1:1}\"" | |
| ] | |
| }, | |
| "action=\"url\"": { | |
| "prefix": "action=\"url\"", | |
| "body": [ | |
| "action=\"${1:url}\"" | |
| ] | |
| }, | |
| "__odd__": { | |
| "prefix": "__odd__", | |
| "body": [ | |
| "__odd__" | |
| ] | |
| }, | |
| "__last__": { | |
| "prefix": "__last__", | |
| "body": [ | |
| "__last__" | |
| ] | |
| }, | |
| "__first__": { | |
| "prefix": "__first__", | |
| "body": [ | |
| "__first__" | |
| ] | |
| }, | |
| "__even__": { | |
| "prefix": "__even__", | |
| "body": [ | |
| "__even__" | |
| ] | |
| }, | |
| "__counter__": { | |
| "prefix": "__counter__", | |
| "body": [ | |
| "__counter__" | |
| ] | |
| }, | |
| "trim_to=\"N+\"": { | |
| "prefix": "trim_to=\"N+\"", | |
| "body": [ | |
| "trim_to=\"${1:N}+${2}\"" | |
| ] | |
| }, | |
| "escape=\"mail\"": { | |
| "prefix": "escape=\"mail\"", | |
| "body": [ | |
| "escape=\"mail\"" | |
| ] | |
| }, | |
| "escape=\"javascript\"": { | |
| "prefix": "escape=\"javascript\"", | |
| "body": [ | |
| "escape=\"javascript\"" | |
| ] | |
| }, | |
| "escape=\"html\"": { | |
| "prefix": "escape=\"html\"", | |
| "body": [ | |
| "escape=\"html\"" | |
| ] | |
| }, | |
| "mt:AccessibleBlock": { | |
| "prefix": "mt:AccessibleBlock", | |
| "body": [ | |
| "mt:AccessibleBlock${1}>${2}</mt:AccessibleBlock>" | |
| ] | |
| }, | |
| "mtml": { | |
| "prefix": "mtml", | |
| "body": [ | |
| "MTML tag=\"${1:/}mt:${2:TagName}\"${3: params=\"\"}>" | |
| ] | |
| }, | |
| "mt:If else": { | |
| "prefix": "mt:If else", | |
| "body": [ | |
| "mt:If name=\"${1:VarName}\">${2}<mt:Else>${3}</mt:If>" | |
| ] | |
| }, | |
| "mt:If tag else": { | |
| "prefix": "mt:If tag else", | |
| "body": [ | |
| "mt:If tag=\"${1:TagName}\">${2}<mt:Else>${3}</mt:If>" | |
| ] | |
| }, | |
| "regex_replace=\"//\",\"\"": { | |
| "prefix": "regex_replace=\"//\",\"\"", | |
| "body": [ | |
| "regex_replace=\"/${1:RegExp}/\",\"${2:Replacement}\"" | |
| ] | |
| }, | |
| "mt:GroupBlogsWebsitesFooter": { | |
| "prefix": "mt:GroupBlogsWebsitesFooter", | |
| "body": [ | |
| "mt:GroupBlogsWebsitesFooter>${1}</mt:GroupBlogsWebsitesFooter>" | |
| ] | |
| }, | |
| "mt:GroupBlogsWebsitesHeader": { | |
| "prefix": "mt:GroupBlogsWebsitesHeader", | |
| "body": [ | |
| "mt:GroupBlogsWebsitesHeader>${1}</mt:GroupBlogsWebsitesHeader>" | |
| ] | |
| }, | |
| "mt:GroupBlogsWebsites": { | |
| "prefix": "mt:GroupBlogsWebsites", | |
| "body": [ | |
| "mt:GroupBlogsWebsites${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupBlogsWebsites>" | |
| ] | |
| }, | |
| "mt:GroupWebsitesFooter": { | |
| "prefix": "mt:GroupWebsitesFooter", | |
| "body": [ | |
| "mt:GroupWebsitesFooter>${1}</mt:GroupWebsitesFooter>" | |
| ] | |
| }, | |
| "mt:GroupWebsitesHeader": { | |
| "prefix": "mt:GroupWebsitesHeader", | |
| "body": [ | |
| "mt:GroupWebsitesHeader>${1}</mt:GroupWebsitesHeader>" | |
| ] | |
| }, | |
| "mt:GroupWebsites": { | |
| "prefix": "mt:GroupWebsites", | |
| "body": [ | |
| "mt:GroupWebsites${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupWebsites>" | |
| ] | |
| }, | |
| "mt:GroupBlogsFooter": { | |
| "prefix": "mt:GroupBlogsFooter", | |
| "body": [ | |
| "mt:GroupBlogsFooter>${1}</mt:GroupBlogsFooter>" | |
| ] | |
| }, | |
| "mt:GroupBlogsHeader": { | |
| "prefix": "mt:GroupBlogsHeader", | |
| "body": [ | |
| "mt:GroupBlogsHeader>${1}</mt:GroupBlogsHeader>" | |
| ] | |
| }, | |
| "mt:GroupBlogs": { | |
| "prefix": "mt:GroupBlogs", | |
| "body": [ | |
| "mt:GroupBlogs${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupBlogs>" | |
| ] | |
| }, | |
| "mt:GroupCategoriesFoldersFooter": { | |
| "prefix": "mt:GroupCategoriesFoldersFooter", | |
| "body": [ | |
| "mt:GroupCategoriesFoldersFooter>${1}</mt:GroupCategoriesFoldersFooter>" | |
| ] | |
| }, | |
| "mt:GroupCategoriesFoldersHeader": { | |
| "prefix": "mt:GroupCategoriesFoldersHeader", | |
| "body": [ | |
| "mt:GroupCategoriesFoldersHeader>${1}</mt:GroupCategoriesFoldersHeader>" | |
| ] | |
| }, | |
| "mt:GroupCategoriesFolders": { | |
| "prefix": "mt:GroupCategoriesFolders", | |
| "body": [ | |
| "mt:GroupCategoriesFolders${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupCategoriesFolders>" | |
| ] | |
| }, | |
| "mt:GroupFoldersFooter": { | |
| "prefix": "mt:GroupFoldersFooter", | |
| "body": [ | |
| "mt:GroupFoldersFooter>${1}</mt:GroupFoldersFooter>" | |
| ] | |
| }, | |
| "mt:GroupFoldersHeader": { | |
| "prefix": "mt:GroupFoldersHeader", | |
| "body": [ | |
| "mt:GroupFoldersHeader>${1}</mt:GroupFoldersHeader>" | |
| ] | |
| }, | |
| "mt:GroupFolders": { | |
| "prefix": "mt:GroupFolders", | |
| "body": [ | |
| "mt:GroupFolders${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupFolders>" | |
| ] | |
| }, | |
| "mt:GroupCategoriesFooter": { | |
| "prefix": "mt:GroupCategoriesFooter", | |
| "body": [ | |
| "mt:GroupCategoriesFooter>${1}</mt:GroupCategoriesFooter>" | |
| ] | |
| }, | |
| "mt:GroupCategoriesHeader": { | |
| "prefix": "mt:GroupCategoriesHeader", | |
| "body": [ | |
| "mt:GroupCategoriesHeader>${1}</mt:GroupCategoriesHeader>" | |
| ] | |
| }, | |
| "mt:GroupCategories": { | |
| "prefix": "mt:GroupCategories", | |
| "body": [ | |
| "mt:GroupCategories${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupCategories>" | |
| ] | |
| }, | |
| "mt:GroupEntriesPagesFooter": { | |
| "prefix": "mt:GroupEntriesPagesFooter", | |
| "body": [ | |
| "mt:GroupEntriesPagesFooter>${1}</mt:GroupEntriesPagesFooter>" | |
| ] | |
| }, | |
| "mt:GroupEntriesPagesHeader": { | |
| "prefix": "mt:GroupEntriesPagesHeader", | |
| "body": [ | |
| "mt:GroupEntriesPagesHeader>${1}</mt:GroupEntriesPagesHeader>" | |
| ] | |
| }, | |
| "mt:GroupEntriesPages": { | |
| "prefix": "mt:GroupEntriesPages", | |
| "body": [ | |
| "mt:GroupEntriesPages${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupEntriesPages>" | |
| ] | |
| }, | |
| "mt:GroupPagesFooter": { | |
| "prefix": "mt:GroupPagesFooter", | |
| "body": [ | |
| "mt:GroupPagesFooter>${1}</mt:GroupPagesFooter>" | |
| ] | |
| }, | |
| "mt:GroupPagesHeader": { | |
| "prefix": "mt:GroupPagesHeader", | |
| "body": [ | |
| "mt:GroupPagesHeader>${1}</mt:GroupPagesHeader>" | |
| ] | |
| }, | |
| "mt:GroupPages": { | |
| "prefix": "mt:GroupPages", | |
| "body": [ | |
| "mt:GroupPages${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupPages>" | |
| ] | |
| }, | |
| "mt:GroupEntriesFooter": { | |
| "prefix": "mt:GroupEntriesFooter", | |
| "body": [ | |
| "mt:GroupEntriesFooter>${1}</mt:GroupEntriesFooter>" | |
| ] | |
| }, | |
| "mt:GroupEntriesHeader": { | |
| "prefix": "mt:GroupEntriesHeader", | |
| "body": [ | |
| "mt:GroupEntriesHeader>${1}</mt:GroupEntriesHeader>" | |
| ] | |
| }, | |
| "mt:GroupEntries": { | |
| "prefix": "mt:GroupEntries", | |
| "body": [ | |
| "mt:GroupEntries${1: group=\"\"}${2: group_id=\"\"}${3: blog_id=\"\"}>${4}</mt:GroupEntries>" | |
| ] | |
| }, | |
| "zero_pad=\"N\"": { | |
| "prefix": "zero_pad=\"N\"", | |
| "body": [ | |
| "zero_pad=\"${1:N}\"" | |
| ] | |
| }, | |
| "wrap_text=\"N\"": { | |
| "prefix": "wrap_text=\"N\"", | |
| "body": [ | |
| "wrap_text=\"${1:N}\"" | |
| ] | |
| }, | |
| "upper_case=\"1\"": { | |
| "prefix": "upper_case=\"1\"", | |
| "body": [ | |
| "upper_case=\"1\"" | |
| ] | |
| }, | |
| "trim_to=\"N\"": { | |
| "prefix": "trim_to=\"N\"", | |
| "body": [ | |
| "trim_to=\"${1:N}\"" | |
| ] | |
| }, | |
| "trim=\"1\"": { | |
| "prefix": "trim=\"1\"", | |
| "body": [ | |
| "trim=\"1\"" | |
| ] | |
| }, | |
| "strip_tags=\"1\"": { | |
| "prefix": "strip_tags=\"1\"", | |
| "body": [ | |
| "strip_tags=\"1\"" | |
| ] | |
| }, | |
| "strip_linefeeds=\"1\"": { | |
| "prefix": "strip_linefeeds=\"1\"", | |
| "body": [ | |
| "strip_linefeeds=\"1\"" | |
| ] | |
| }, | |
| "strip=\"\"": { | |
| "prefix": "strip=\"\"", | |
| "body": [ | |
| "strip=\"${1}\"" | |
| ] | |
| }, | |
| "string_format=\"\"": { | |
| "prefix": "string_format=\"\"", | |
| "body": [ | |
| "string_format=\"${1}\"" | |
| ] | |
| }, | |
| "sprintf=\"\"": { | |
| "prefix": "sprintf=\"\"", | |
| "body": [ | |
| "sprintf=\"${1}\"" | |
| ] | |
| }, | |
| "spam_protect=\"1\"": { | |
| "prefix": "spam_protect=\"1\"", | |
| "body": [ | |
| "spam_protect=\"1\"" | |
| ] | |
| }, | |
| "spacify=\"\"": { | |
| "prefix": "spacify=\"\"", | |
| "body": [ | |
| "spacify=\"${1}\"" | |
| ] | |
| }, | |
| "space_pad=\"N\"": { | |
| "prefix": "space_pad=\"N\"", | |
| "body": [ | |
| "space_pad=\"${1:N}\"" | |
| ] | |
| }, | |
| "smarty_pants=\"1\"": { | |
| "prefix": "smarty_pants=\"1\"", | |
| "body": [ | |
| "smarty_pants=\"1\"" | |
| ] | |
| }, | |
| "smart_quotes=\"1\"": { | |
| "prefix": "smart_quotes=\"1\"", | |
| "body": [ | |
| "smart_quotes=\"1\"" | |
| ] | |
| }, | |
| "smart_ellipses=\"1\"": { | |
| "prefix": "smart_ellipses=\"1\"", | |
| "body": [ | |
| "smart_ellipses=\"1\"" | |
| ] | |
| }, | |
| "smart_dashes=\"1\"": { | |
| "prefix": "smart_dashes=\"1\"", | |
| "body": [ | |
| "smart_dashes=\"1\"" | |
| ] | |
| }, | |
| "setvar=\"\"": { | |
| "prefix": "setvar=\"\"", | |
| "body": [ | |
| "setvar=\"${1}\"" | |
| ] | |
| }, | |
| "sanitize=\"1\"": { | |
| "prefix": "sanitize=\"1\"", | |
| "body": [ | |
| "sanitize=\"${1:1}\"" | |
| ] | |
| }, | |
| "rtrim=\"1\"": { | |
| "prefix": "rtrim=\"1\"", | |
| "body": [ | |
| "rtrim=\"1\"" | |
| ] | |
| }, | |
| "replace=\"\"": { | |
| "prefix": "replace=\"\"", | |
| "body": [ | |
| "replace=\"${1}\"" | |
| ] | |
| }, | |
| "remove_html=\"1\"": { | |
| "prefix": "remove_html=\"1\"", | |
| "body": [ | |
| "remove_html=\"1\"" | |
| ] | |
| }, | |
| "regex_replace=\"\"": { | |
| "prefix": "regex_replace=\"\"", | |
| "body": [ | |
| "regex_replace=\"${1}\"" | |
| ] | |
| }, | |
| "numify=\"1\"": { | |
| "prefix": "numify=\"1\"", | |
| "body": [ | |
| "numify=\"1\"" | |
| ] | |
| }, | |
| "nofollowfy=\"1\"": { | |
| "prefix": "nofollowfy=\"1\"", | |
| "body": [ | |
| "nofollowfy=\"1\"" | |
| ] | |
| }, | |
| "nl2br=\"xhtml\"": { | |
| "prefix": "nl2br=\"xhtml\"", | |
| "body": [ | |
| "nl2br=\"${1:xhtml}\"" | |
| ] | |
| }, | |
| "mteval=\"1\"": { | |
| "prefix": "mteval=\"1\"", | |
| "body": [ | |
| "mteval=\"1\"" | |
| ] | |
| }, | |
| "ltrim=\"1\"": { | |
| "prefix": "ltrim=\"1\"", | |
| "body": [ | |
| "ltrim=\"1\"" | |
| ] | |
| }, | |
| "lower_case=\"1\"": { | |
| "prefix": "lower_case=\"1\"", | |
| "body": [ | |
| "lower_case=\"1\"" | |
| ] | |
| }, | |
| "indent=\"1\"": { | |
| "prefix": "indent=\"1\"", | |
| "body": [ | |
| "indent=\"1\"" | |
| ] | |
| }, | |
| "filters=\"\"": { | |
| "prefix": "filters=\"\"", | |
| "body": [ | |
| "filters=\"${1}\"" | |
| ] | |
| }, | |
| "escape=\"url\"": { | |
| "prefix": "escape=\"url\"", | |
| "body": [ | |
| "escape=\"url\"" | |
| ] | |
| }, | |
| "encode_xml=\"1\"": { | |
| "prefix": "encode_xml=\"1\"", | |
| "body": [ | |
| "encode_xml=\"1\"" | |
| ] | |
| }, | |
| "encode_url=\"1\"": { | |
| "prefix": "encode_url=\"1\"", | |
| "body": [ | |
| "encode_url=\"1\"" | |
| ] | |
| }, | |
| "encode_sha1=\"1\"": { | |
| "prefix": "encode_sha1=\"1\"", | |
| "body": [ | |
| "encode_sha1=\"1\"" | |
| ] | |
| }, | |
| "encode_php=\"1\"": { | |
| "prefix": "encode_php=\"1\"", | |
| "body": [ | |
| "encode_php=\"1\"" | |
| ] | |
| }, | |
| "encode_js=\"1\"": { | |
| "prefix": "encode_js=\"1\"", | |
| "body": [ | |
| "encode_js=\"1\"" | |
| ] | |
| }, | |
| "dirify=\"1\"": { | |
| "prefix": "dirify=\"1\"", | |
| "body": [ | |
| "dirify=\"1\"" | |
| ] | |
| }, | |
| "decode_xml=\"1\"": { | |
| "prefix": "decode_xml=\"1\"", | |
| "body": [ | |
| "decode_xml=\"1\"" | |
| ] | |
| }, | |
| "decode_html=\"1\"": { | |
| "prefix": "decode_html=\"1\"", | |
| "body": [ | |
| "decode_html=\"1\"" | |
| ] | |
| }, | |
| "count_words=\"\"": { | |
| "prefix": "count_words=\"\"", | |
| "body": [ | |
| "count_words=\"${1}\"" | |
| ] | |
| }, | |
| "count_paragraphs=\"1\"": { | |
| "prefix": "count_paragraphs=\"1\"", | |
| "body": [ | |
| "count_paragraphs=\"1\"" | |
| ] | |
| }, | |
| "count_characters=\"1\"": { | |
| "prefix": "count_characters=\"1\"", | |
| "body": [ | |
| "count_characters=\"1\"" | |
| ] | |
| }, | |
| "cat=\"\"": { | |
| "prefix": "cat=\"\"", | |
| "body": [ | |
| "cat=\"${1}\"" | |
| ] | |
| }, | |
| "capitalize=\"1\"": { | |
| "prefix": "capitalize=\"1\"", | |
| "body": [ | |
| "capitalize=\"1\"" | |
| ] | |
| }, | |
| "mt:ViewerScript": { | |
| "prefix": "mt:ViewerScript", | |
| "body": [ | |
| "mt:ViewerScript${1} />" | |
| ] | |
| }, | |
| "mt:IfEnableEdit": { | |
| "prefix": "mt:IfEnableEdit", | |
| "body": [ | |
| "mt:IfEnableEdit${1}>${2}</mt:IfEnableEdit>" | |
| ] | |
| }, | |
| "mt:ViewerUserContext": { | |
| "prefix": "mt:ViewerUserContext", | |
| "body": [ | |
| "mt:ViewerUserContext${1}>${2}</mt:ViewerUserContext>" | |
| ] | |
| }, | |
| "mt:CookieDump": { | |
| "prefix": "mt:CookieDump", | |
| "body": [ | |
| "mt:CookieDump${1} />" | |
| ] | |
| }, | |
| "mt:VarDump": { | |
| "prefix": "mt:VarDump", | |
| "body": [ | |
| "mt:VarDump${1} />" | |
| ] | |
| }, | |
| "mt:EnvDump": { | |
| "prefix": "mt:EnvDump", | |
| "body": [ | |
| "mt:EnvDump${1} />" | |
| ] | |
| }, | |
| "mt:QueryDump": { | |
| "prefix": "mt:QueryDump", | |
| "body": [ | |
| "mt:QueryDump${1} />" | |
| ] | |
| }, | |
| "trimj_to=\"\"": { | |
| "prefix": "trimj_to=\"\"", | |
| "body": [ | |
| "trimj_to=\"${1}\"" | |
| ] | |
| }, | |
| "mt:EntryTemplateName": { | |
| "prefix": "mt:EntryTemplateName", | |
| "body": [ | |
| "mt:EntryTemplateName${1} />" | |
| ] | |
| }, | |
| "mt:TemplateSelector": { | |
| "prefix": "mt:TemplateSelector", | |
| "body": [ | |
| "mt:TemplateSelector${1}>${2}</mt:TemplateSelector>" | |
| ] | |
| }, | |
| "mt:IfTemplateSelectorBlock": { | |
| "prefix": "mt:IfTemplateSelectorBlock", | |
| "body": [ | |
| "mt:IfTemplateSelectorBlock${1}>${2}</mt:IfTemplateSelectorBlock>" | |
| ] | |
| }, | |
| "mt:IfTemplateSelector": { | |
| "prefix": "mt:IfTemplateSelector", | |
| "body": [ | |
| "mt:IfTemplateSelector${1}>${2}</mt:IfTemplateSelector>" | |
| ] | |
| }, | |
| "mt:TemplateOutput": { | |
| "prefix": "mt:TemplateOutput", | |
| "body": [ | |
| "mt:TemplateOutput${1} />" | |
| ] | |
| }, | |
| "mt:TemplateGroupFieldScope": { | |
| "prefix": "mt:TemplateGroupFieldScope", | |
| "body": [ | |
| "mt:TemplateGroupFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:TemplateText": { | |
| "prefix": "mt:TemplateText", | |
| "body": [ | |
| "mt:TemplateText${1} />" | |
| ] | |
| }, | |
| "mt:TemplateName": { | |
| "prefix": "mt:TemplateName", | |
| "body": [ | |
| "mt:TemplateName${1} />" | |
| ] | |
| }, | |
| "mt:TemplatesFooter": { | |
| "prefix": "mt:TemplatesFooter", | |
| "body": [ | |
| "mt:TemplatesFooter>${1}</mt:TemplatesFooter>" | |
| ] | |
| }, | |
| "mt:Templates": { | |
| "prefix": "mt:Templates", | |
| "body": [ | |
| "mt:Templates${1}>${2}</mt:Templates>" | |
| ] | |
| }, | |
| "mt:TemplatesHeader": { | |
| "prefix": "mt:TemplatesHeader", | |
| "body": [ | |
| "mt:TemplatesHeader>${1}</mt:TemplatesHeader>" | |
| ] | |
| }, | |
| "mt:IfNotSent": { | |
| "prefix": "mt:IfNotSent", | |
| "body": [ | |
| "mt:IfNotSent${1}>${2}</mt:IfNotSent>" | |
| ] | |
| }, | |
| "mt:SetTagContext": { | |
| "prefix": "mt:SetTagContext", | |
| "body": [ | |
| "mt:SetTagContext${1}>${2}</mt:SetTagContext>" | |
| ] | |
| }, | |
| "mt:SidebarAssetCount": { | |
| "prefix": "mt:SidebarAssetCount", | |
| "body": [ | |
| "mt:SidebarAssetCount${1} />" | |
| ] | |
| }, | |
| "mt:IfAuthorCanDropBox": { | |
| "prefix": "mt:IfAuthorCanDropBox", | |
| "body": [ | |
| "mt:IfAuthorCanDropBox${1}>${2}</mt:IfAuthorCanDropBox>" | |
| ] | |
| }, | |
| "mt:SearchEntryField": { | |
| "prefix": "mt:SearchEntryField", | |
| "body": [ | |
| "mt:SearchEntryField${1}>${2}</mt:SearchEntryField>" | |
| ] | |
| }, | |
| "mt:RequestCache": { | |
| "prefix": "mt:RequestCache", | |
| "body": [ | |
| "mt:RequestCache${1}>${2}</mt:RequestCache>" | |
| ] | |
| }, | |
| "mt:RebuildIndexById": { | |
| "prefix": "mt:RebuildIndexById", | |
| "body": [ | |
| "mt:RebuildIndexById${1} />" | |
| ] | |
| }, | |
| "mt:RebuildBlog": { | |
| "prefix": "mt:RebuildBlog", | |
| "body": [ | |
| "mt:RebuildBlog${1} />" | |
| ] | |
| }, | |
| "mt:RebuildIndexByBlogId": { | |
| "prefix": "mt:RebuildIndexByBlogId", | |
| "body": [ | |
| "mt:RebuildIndexByBlogId${1} />" | |
| ] | |
| }, | |
| "highlight=\"\"": { | |
| "prefix": "highlight=\"\"", | |
| "body": [ | |
| "highlight=\"${1}\"" | |
| ] | |
| }, | |
| "hilight=\"\"": { | |
| "prefix": "hilight=\"\"", | |
| "body": [ | |
| "hilight=\"${1}\"" | |
| ] | |
| }, | |
| "is_draft=\"\"": { | |
| "prefix": "is_draft=\"\"", | |
| "body": [ | |
| "is_draft=\"${1}\"" | |
| ] | |
| }, | |
| "mt:EstResultEntryBlogID": { | |
| "prefix": "mt:EstResultEntryBlogID", | |
| "body": [ | |
| "mt:EstResultEntryBlogID${1} />" | |
| ] | |
| }, | |
| "mt:EstCmdPath": { | |
| "prefix": "mt:EstCmdPath", | |
| "body": [ | |
| "mt:EstCmdPath${1} />" | |
| ] | |
| }, | |
| "mt:EstDbPath": { | |
| "prefix": "mt:EstDbPath", | |
| "body": [ | |
| "mt:EstDbPath${1} />" | |
| ] | |
| }, | |
| "mt:EstResultURL": { | |
| "prefix": "mt:EstResultURL", | |
| "body": [ | |
| "mt:EstResultURL${1} />" | |
| ] | |
| }, | |
| "mt:EstResultExcerpt": { | |
| "prefix": "mt:EstResultExcerpt", | |
| "body": [ | |
| "mt:EstResultExcerpt${1} />" | |
| ] | |
| }, | |
| "mt:EstResultEntryID": { | |
| "prefix": "mt:EstResultEntryID", | |
| "body": [ | |
| "mt:EstResultEntryID${1} />" | |
| ] | |
| }, | |
| "mt:EstResultAttribute": { | |
| "prefix": "mt:EstResultAttribute", | |
| "body": [ | |
| "mt:EstResultAttribute${1} />" | |
| ] | |
| }, | |
| "mt:EstraierScript": { | |
| "prefix": "mt:EstraierScript", | |
| "body": [ | |
| "mt:EstraierScript${1} />" | |
| ] | |
| }, | |
| "mt:EstResultTitle": { | |
| "prefix": "mt:EstResultTitle", | |
| "body": [ | |
| "mt:EstResultTitle${1} />" | |
| ] | |
| }, | |
| "mt:EstResultDate": { | |
| "prefix": "mt:EstResultDate", | |
| "body": [ | |
| "mt:EstResultDate${1} />" | |
| ] | |
| }, | |
| "mt:EstResultCount": { | |
| "prefix": "mt:EstResultCount", | |
| "body": [ | |
| "mt:EstResultCount${1} />" | |
| ] | |
| }, | |
| "mt:EstraierTarget": { | |
| "prefix": "mt:EstraierTarget", | |
| "body": [ | |
| "mt:EstraierTarget${1}>${2}</mt:EstraierTarget>" | |
| ] | |
| }, | |
| "mt:EstResultPager": { | |
| "prefix": "mt:EstResultPager", | |
| "body": [ | |
| "mt:EstResultPager${1}>${2}</mt:EstResultPager>" | |
| ] | |
| }, | |
| "mt:EstResultPagerHeader": { | |
| "prefix": "mt:EstResultPagerHeader", | |
| "body": [ | |
| "mt:EstResultPagerHeader>${1}</mt:EstResultPagerHeader>" | |
| ] | |
| }, | |
| "mt:EstraierResults": { | |
| "prefix": "mt:EstraierResults", | |
| "body": [ | |
| "mt:EstraierResults${1}>${2}</mt:EstraierResults>" | |
| ] | |
| }, | |
| "mt:EstResultPagerFooter": { | |
| "prefix": "mt:EstResultPagerFooter", | |
| "body": [ | |
| "mt:EstResultPagerFooter>${1}</mt:EstResultPagerFooter>" | |
| ] | |
| }, | |
| "mt:IfEstResultNext": { | |
| "prefix": "mt:IfEstResultNext", | |
| "body": [ | |
| "mt:IfEstResultNext${1}>${2}</mt:IfEstResultNext>" | |
| ] | |
| }, | |
| "mt:IfEstResultMatch": { | |
| "prefix": "mt:IfEstResultMatch", | |
| "body": [ | |
| "mt:IfEstResultMatch${1}>${2}</mt:IfEstResultMatch>" | |
| ] | |
| }, | |
| "mt:IfEstResultPrev": { | |
| "prefix": "mt:IfEstResultPrev", | |
| "body": [ | |
| "mt:IfEstResultPrev${1}>${2}</mt:IfEstResultPrev>" | |
| ] | |
| }, | |
| "mt:EstResultEntryCtx": { | |
| "prefix": "mt:EstResultEntryCtx", | |
| "body": [ | |
| "mt:EstResultEntryCtx${1}>${2}</mt:EstResultEntryCtx>" | |
| ] | |
| }, | |
| "mt:EstraierSuffix": { | |
| "prefix": "mt:EstraierSuffix", | |
| "body": [ | |
| "mt:EstraierSuffix${1}>${2}</mt:EstraierSuffix>" | |
| ] | |
| }, | |
| "mt:EstResultHeader": { | |
| "prefix": "mt:EstResultHeader", | |
| "body": [ | |
| "mt:EstResultHeader>${1}</mt:EstResultHeader>" | |
| ] | |
| }, | |
| "mt:EstResultFooter": { | |
| "prefix": "mt:EstResultFooter", | |
| "body": [ | |
| "mt:EstResultFooter>${1}</mt:EstResultFooter>" | |
| ] | |
| }, | |
| "mt:EstraierMeta": { | |
| "prefix": "mt:EstraierMeta", | |
| "body": [ | |
| "mt:EstraierMeta${1}>${2}</mt:EstraierMeta>" | |
| ] | |
| }, | |
| "mt:EstraierBlock": { | |
| "prefix": "mt:EstraierBlock", | |
| "body": [ | |
| "mt:EstraierBlock${1}>${2}</mt:EstraierBlock>" | |
| ] | |
| }, | |
| "mt:EstResultBlogCtx": { | |
| "prefix": "mt:EstResultBlogCtx", | |
| "body": [ | |
| "mt:EstResultBlogCtx${1}>${2}</mt:EstResultBlogCtx>" | |
| ] | |
| }, | |
| "mt:LatestRevisionValue": { | |
| "prefix": "mt:LatestRevisionValue", | |
| "body": [ | |
| "mt:LatestRevisionValue${1} />" | |
| ] | |
| }, | |
| "mt:RevisionCount": { | |
| "prefix": "mt:RevisionCount", | |
| "body": [ | |
| "mt:RevisionCount${1} />" | |
| ] | |
| }, | |
| "set_loop=\"\"": { | |
| "prefix": "set_loop=\"\"", | |
| "body": [ | |
| "set_loop=\"${1}\"" | |
| ] | |
| }, | |
| "translate_templatized=\"\"": { | |
| "prefix": "translate_templatized=\"\"", | |
| "body": [ | |
| "translate_templatized=\"${1}\"" | |
| ] | |
| }, | |
| "table2tag=\"\"": { | |
| "prefix": "table2tag=\"\"", | |
| "body": [ | |
| "table2tag=\"${1}\"" | |
| ] | |
| }, | |
| "strip_emptylines=\"\"": { | |
| "prefix": "strip_emptylines=\"\"", | |
| "body": [ | |
| "strip_emptylines=\"${1}\"" | |
| ] | |
| }, | |
| "tab2table=\"\"": { | |
| "prefix": "tab2table=\"\"", | |
| "body": [ | |
| "tab2table=\"${1}\"" | |
| ] | |
| }, | |
| "mt:TableColumnValue": { | |
| "prefix": "mt:TableColumnValue", | |
| "body": [ | |
| "mt:TableColumnValue${1} />" | |
| ] | |
| }, | |
| "mt:TabSplitLine": { | |
| "prefix": "mt:TabSplitLine", | |
| "body": [ | |
| "mt:TabSplitLine${1} />" | |
| ] | |
| }, | |
| "mt:BlogIsMembersOnly": { | |
| "prefix": "mt:BlogIsMembersOnly", | |
| "body": [ | |
| "mt:BlogIsMembersOnly${1} />" | |
| ] | |
| }, | |
| "mt:ThisURL": { | |
| "prefix": "mt:ThisURL", | |
| "body": [ | |
| "mt:ThisURL${1} />" | |
| ] | |
| }, | |
| "mt:PluginSetting": { | |
| "prefix": "mt:PluginSetting", | |
| "body": [ | |
| "mt:PluginSetting${1} />" | |
| ] | |
| }, | |
| "mt:PowerCMSEdition": { | |
| "prefix": "mt:PowerCMSEdition", | |
| "body": [ | |
| "mt:PowerCMSEdition${1} />" | |
| ] | |
| }, | |
| "mt:CGIMaxUpload": { | |
| "prefix": "mt:CGIMaxUpload", | |
| "body": [ | |
| "mt:CGIMaxUpload${1} />" | |
| ] | |
| }, | |
| "mt:PowerCMSVersion": { | |
| "prefix": "mt:PowerCMSVersion", | |
| "body": [ | |
| "mt:PowerCMSVersion${1} />" | |
| ] | |
| }, | |
| "mt:EntryStatus": { | |
| "prefix": "mt:EntryStatus", | |
| "body": [ | |
| "mt:EntryStatus${1} />" | |
| ] | |
| }, | |
| "mt:CMSParam": { | |
| "prefix": "mt:CMSParam", | |
| "body": [ | |
| "mt:CMSParam${1} />" | |
| ] | |
| }, | |
| "mt:PowerCMSFilesDir": { | |
| "prefix": "mt:PowerCMSFilesDir", | |
| "body": [ | |
| "mt:PowerCMSFilesDir${1} />" | |
| ] | |
| }, | |
| "mt:IfModule": { | |
| "prefix": "mt:IfModule", | |
| "body": [ | |
| "mt:IfModule${1}>${2}</mt:IfModule>" | |
| ] | |
| }, | |
| "mt:IfPerlModule": { | |
| "prefix": "mt:IfPerlModule", | |
| "body": [ | |
| "mt:IfPerlModule${1}>${2}</mt:IfPerlModule>" | |
| ] | |
| }, | |
| "mt:TabSplitDatas": { | |
| "prefix": "mt:TabSplitDatas", | |
| "body": [ | |
| "mt:TabSplitDatas${1}>${2}</mt:TabSplitDatas>" | |
| ] | |
| }, | |
| "mt:IfUserRole": { | |
| "prefix": "mt:IfUserRole", | |
| "body": [ | |
| "mt:IfUserRole${1}>${2}</mt:IfUserRole>" | |
| ] | |
| }, | |
| "mt:IfCMSParam": { | |
| "prefix": "mt:IfCMSParam", | |
| "body": [ | |
| "mt:IfCMSParam${1}>${2}</mt:IfCMSParam>" | |
| ] | |
| }, | |
| "mt:IfComponent": { | |
| "prefix": "mt:IfComponent", | |
| "body": [ | |
| "mt:IfComponent${1}>${2}</mt:IfComponent>" | |
| ] | |
| }, | |
| "mt:IfPowerCMSFiles": { | |
| "prefix": "mt:IfPowerCMSFiles", | |
| "body": [ | |
| "mt:IfPowerCMSFiles${1}>${2}</mt:IfPowerCMSFiles>" | |
| ] | |
| }, | |
| "mt:CMSContext": { | |
| "prefix": "mt:CMSContext", | |
| "body": [ | |
| "mt:CMSContext${1}>${2}</mt:CMSContext>" | |
| ] | |
| }, | |
| "mt:TabSplitData": { | |
| "prefix": "mt:TabSplitData", | |
| "body": [ | |
| "mt:TabSplitData${1}>${2}</mt:TabSplitData>" | |
| ] | |
| }, | |
| "mt:IfEntryIsinCategory": { | |
| "prefix": "mt:IfEntryIsinCategory", | |
| "body": [ | |
| "mt:IfEntryIsinCategory${1}>${2}</mt:IfEntryIsinCategory>" | |
| ] | |
| }, | |
| "mt:IfUserCan": { | |
| "prefix": "mt:IfUserCan", | |
| "body": [ | |
| "mt:IfUserCan${1}>${2}</mt:IfUserCan>" | |
| ] | |
| }, | |
| "mt:IfPlugin": { | |
| "prefix": "mt:IfPlugin", | |
| "body": [ | |
| "mt:IfPlugin${1}>${2}</mt:IfPlugin>" | |
| ] | |
| }, | |
| "mt:IfCMS": { | |
| "prefix": "mt:IfCMS", | |
| "body": [ | |
| "mt:IfCMS${1}>${2}</mt:IfCMS>" | |
| ] | |
| }, | |
| "mt:IfSecure": { | |
| "prefix": "mt:IfSecure", | |
| "body": [ | |
| "mt:IfSecure${1}>${2}</mt:IfSecure>" | |
| ] | |
| }, | |
| "mt:PagerCurrent": { | |
| "prefix": "mt:PagerCurrent", | |
| "body": [ | |
| "mt:PagerCurrent${1} />" | |
| ] | |
| }, | |
| "mt:PagerLink": { | |
| "prefix": "mt:PagerLink", | |
| "body": [ | |
| "mt:PagerLink${1} />" | |
| ] | |
| }, | |
| "mt:PagerPrevLink": { | |
| "prefix": "mt:PagerPrevLink", | |
| "body": [ | |
| "mt:PagerPrevLink${1} />" | |
| ] | |
| }, | |
| "mt:PagerTotal": { | |
| "prefix": "mt:PagerTotal", | |
| "body": [ | |
| "mt:PagerTotal${1} />" | |
| ] | |
| }, | |
| "mt:PagerCounter": { | |
| "prefix": "mt:PagerCounter", | |
| "body": [ | |
| "mt:PagerCounter${1} />" | |
| ] | |
| }, | |
| "mt:PagerNextLink": { | |
| "prefix": "mt:PagerNextLink", | |
| "body": [ | |
| "mt:PagerNextLink${1} />" | |
| ] | |
| }, | |
| "mt:IfPagerHeader": { | |
| "prefix": "mt:IfPagerHeader", | |
| "body": [ | |
| "mt:IfPagerHeader>${1}</mt:IfPagerHeader>" | |
| ] | |
| }, | |
| "mt:IfPagerCurrent": { | |
| "prefix": "mt:IfPagerCurrent", | |
| "body": [ | |
| "mt:IfPagerCurrent${1}>${2}</mt:IfPagerCurrent>" | |
| ] | |
| }, | |
| "mt:PagerBlock": { | |
| "prefix": "mt:PagerBlock", | |
| "body": [ | |
| "mt:PagerBlock${1}>${2}</mt:PagerBlock>" | |
| ] | |
| }, | |
| "mt:IfPagerFooter": { | |
| "prefix": "mt:IfPagerFooter", | |
| "body": [ | |
| "mt:IfPagerFooter>${1}</mt:IfPagerFooter>" | |
| ] | |
| }, | |
| "mt:IfPagerPrev": { | |
| "prefix": "mt:IfPagerPrev", | |
| "body": [ | |
| "mt:IfPagerPrev${1}>${2}</mt:IfPagerPrev>" | |
| ] | |
| }, | |
| "mt:Pager": { | |
| "prefix": "mt:Pager", | |
| "body": [ | |
| "mt:Pager${1}>${2}</mt:Pager>" | |
| ] | |
| }, | |
| "mt:IfPagerNext": { | |
| "prefix": "mt:IfPagerNext", | |
| "body": [ | |
| "mt:IfPagerNext${1}>${2}</mt:IfPagerNext>" | |
| ] | |
| }, | |
| "mt:ObjectGroupItemClass": { | |
| "prefix": "mt:ObjectGroupItemClass", | |
| "body": [ | |
| "mt:ObjectGroupItemClass${1} />" | |
| ] | |
| }, | |
| "mt:OGBlogs": { | |
| "prefix": "mt:OGBlogs", | |
| "body": [ | |
| "mt:OGBlogs${1}>${2}</mt:OGBlogs>" | |
| ] | |
| }, | |
| "mt:OGEntries": { | |
| "prefix": "mt:OGEntries", | |
| "body": [ | |
| "mt:OGEntries${1}>${2}</mt:OGEntries>" | |
| ] | |
| }, | |
| "mt:IfObjectGroupItemIsEntry": { | |
| "prefix": "mt:IfObjectGroupItemIsEntry", | |
| "body": [ | |
| "mt:IfObjectGroupItemIsEntry${1}>${2}</mt:IfObjectGroupItemIsEntry>" | |
| ] | |
| }, | |
| "mt:OGCategories": { | |
| "prefix": "mt:OGCategories", | |
| "body": [ | |
| "mt:OGCategories${1}>${2}</mt:OGCategories>" | |
| ] | |
| }, | |
| "mt:ObjectGroupItems": { | |
| "prefix": "mt:ObjectGroupItems", | |
| "body": [ | |
| "mt:ObjectGroupItems${1}>${2}</mt:ObjectGroupItems>" | |
| ] | |
| }, | |
| "mt:IfObjectGroupItemIsCategory": { | |
| "prefix": "mt:IfObjectGroupItemIsCategory", | |
| "body": [ | |
| "mt:IfObjectGroupItemIsCategory${1}>${2}</mt:IfObjectGroupItemIsCategory>" | |
| ] | |
| }, | |
| "mt:IfObjectGroupItemIsBlog": { | |
| "prefix": "mt:IfObjectGroupItemIsBlog", | |
| "body": [ | |
| "mt:IfObjectGroupItemIsBlog${1}>${2}</mt:IfObjectGroupItemIsBlog>" | |
| ] | |
| }, | |
| "abs_addslash=\"\"": { | |
| "prefix": "abs_addslash=\"\"", | |
| "body": [ | |
| "abs_addslash=\"${1}\"" | |
| ] | |
| }, | |
| "cut_firstslash=\"\"": { | |
| "prefix": "cut_firstslash=\"\"", | |
| "body": [ | |
| "cut_firstslash=\"${1}\"" | |
| ] | |
| }, | |
| "mt:CSSCompressor": { | |
| "prefix": "mt:CSSCompressor", | |
| "body": [ | |
| "mt:CSSCompressor${1}>${2}</mt:CSSCompressor>" | |
| ] | |
| }, | |
| "mt:JSCompressor": { | |
| "prefix": "mt:JSCompressor", | |
| "body": [ | |
| "mt:JSCompressor${1}>${2}</mt:JSCompressor>" | |
| ] | |
| }, | |
| "add_session_for_mobile=\"\"": { | |
| "prefix": "add_session_for_mobile=\"\"", | |
| "body": [ | |
| "add_session_for_mobile=\"${1}\"" | |
| ] | |
| }, | |
| "external_link_for_mobile=\"\"": { | |
| "prefix": "external_link_for_mobile=\"\"", | |
| "body": [ | |
| "external_link_for_mobile=\"${1}\"" | |
| ] | |
| }, | |
| "mt:AuthorMobileEmail": { | |
| "prefix": "mt:AuthorMobileEmail", | |
| "body": [ | |
| "mt:AuthorMobileEmail${1} />" | |
| ] | |
| }, | |
| "mt:AuthorMobileToken": { | |
| "prefix": "mt:AuthorMobileToken", | |
| "body": [ | |
| "mt:AuthorMobileToken${1} />" | |
| ] | |
| }, | |
| "mt:MembersScript": { | |
| "prefix": "mt:MembersScript", | |
| "body": [ | |
| "mt:MembersScript${1} />" | |
| ] | |
| }, | |
| "mt:MembersLoginCheck": { | |
| "prefix": "mt:MembersLoginCheck", | |
| "body": [ | |
| "mt:MembersLoginCheck${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldQuery": { | |
| "prefix": "mt:CustomFieldQuery", | |
| "body": [ | |
| "mt:CustomFieldQuery${1} />" | |
| ] | |
| }, | |
| "mt:IfMemberLogin": { | |
| "prefix": "mt:IfMemberLogin", | |
| "body": [ | |
| "mt:IfMemberLogin${1}>${2}</mt:IfMemberLogin>" | |
| ] | |
| }, | |
| "mt:MailMagazineNumber": { | |
| "prefix": "mt:MailMagazineNumber", | |
| "body": [ | |
| "mt:MailMagazineNumber${1} />" | |
| ] | |
| }, | |
| "mt:CurrentDate": { | |
| "prefix": "mt:CurrentDate", | |
| "body": [ | |
| "mt:CurrentDate${1} />" | |
| ] | |
| }, | |
| "mt:LinkTarget": { | |
| "prefix": "mt:LinkTarget", | |
| "body": [ | |
| "mt:LinkTarget${1} />" | |
| ] | |
| }, | |
| "mt:LinkAuthoredOn": { | |
| "prefix": "mt:LinkAuthoredOn", | |
| "body": [ | |
| "mt:LinkAuthoredOn${1} />" | |
| ] | |
| }, | |
| "mt:LinkName": { | |
| "prefix": "mt:LinkName", | |
| "body": [ | |
| "mt:LinkName${1} />" | |
| ] | |
| }, | |
| "mt:LinkRSSUpdatedOn": { | |
| "prefix": "mt:LinkRSSUpdatedOn", | |
| "body": [ | |
| "mt:LinkRSSUpdatedOn${1} />" | |
| ] | |
| }, | |
| "mt:LinkURLUpdatedOn": { | |
| "prefix": "mt:LinkURLUpdatedOn", | |
| "body": [ | |
| "mt:LinkURLUpdatedOn${1} />" | |
| ] | |
| }, | |
| "mt:LinkAuthorDisplayName": { | |
| "prefix": "mt:LinkAuthorDisplayName", | |
| "body": [ | |
| "mt:LinkAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:LinkNotes": { | |
| "prefix": "mt:LinkNotes", | |
| "body": [ | |
| "mt:LinkNotes${1} />" | |
| ] | |
| }, | |
| "mt:LinkDescription": { | |
| "prefix": "mt:LinkDescription", | |
| "body": [ | |
| "mt:LinkDescription${1} />" | |
| ] | |
| }, | |
| "mt:LinkImageAddress": { | |
| "prefix": "mt:LinkImageAddress", | |
| "body": [ | |
| "mt:LinkImageAddress${1} />" | |
| ] | |
| }, | |
| "mt:LinkRSSAddress": { | |
| "prefix": "mt:LinkRSSAddress", | |
| "body": [ | |
| "mt:LinkRSSAddress${1} />" | |
| ] | |
| }, | |
| "mt:LinkRel": { | |
| "prefix": "mt:LinkRel", | |
| "body": [ | |
| "mt:LinkRel${1} />" | |
| ] | |
| }, | |
| "mt:LinkFieldScope": { | |
| "prefix": "mt:LinkFieldScope", | |
| "body": [ | |
| "mt:LinkFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:LinkBlogID": { | |
| "prefix": "mt:LinkBlogID", | |
| "body": [ | |
| "mt:LinkBlogID${1} />" | |
| ] | |
| }, | |
| "mt:LinkRating": { | |
| "prefix": "mt:LinkRating", | |
| "body": [ | |
| "mt:LinkRating${1} />" | |
| ] | |
| }, | |
| "mt:LinkURL": { | |
| "prefix": "mt:LinkURL", | |
| "body": [ | |
| "mt:LinkURL${1} />" | |
| ] | |
| }, | |
| "mt:LinkHTML": { | |
| "prefix": "mt:LinkHTML", | |
| "body": [ | |
| "mt:LinkHTML${1} />" | |
| ] | |
| }, | |
| "mt:LinkTitle": { | |
| "prefix": "mt:LinkTitle", | |
| "body": [ | |
| "mt:LinkTitle${1} />" | |
| ] | |
| }, | |
| "mt:LinkCreatedOn": { | |
| "prefix": "mt:LinkCreatedOn", | |
| "body": [ | |
| "mt:LinkCreatedOn${1} />" | |
| ] | |
| }, | |
| "mt:LinkModifiedOn": { | |
| "prefix": "mt:LinkModifiedOn", | |
| "body": [ | |
| "mt:LinkModifiedOn${1} />" | |
| ] | |
| }, | |
| "mt:IfActiveLink": { | |
| "prefix": "mt:IfActiveLink", | |
| "body": [ | |
| "mt:IfActiveLink${1}>${2}</mt:IfActiveLink>" | |
| ] | |
| }, | |
| "mt:IfActiveImage": { | |
| "prefix": "mt:IfActiveImage", | |
| "body": [ | |
| "mt:IfActiveImage${1}>${2}</mt:IfActiveImage>" | |
| ] | |
| }, | |
| "mt:LinksFooter": { | |
| "prefix": "mt:LinksFooter", | |
| "body": [ | |
| "mt:LinksFooter>${1}</mt:LinksFooter>" | |
| ] | |
| }, | |
| "mt:Links": { | |
| "prefix": "mt:Links", | |
| "body": [ | |
| "mt:Links${1}>${2}</mt:Links>" | |
| ] | |
| }, | |
| "mt:LinkBlock": { | |
| "prefix": "mt:LinkBlock", | |
| "body": [ | |
| "mt:LinkBlock${1}>${2}</mt:LinkBlock>" | |
| ] | |
| }, | |
| "mt:IfActiveRSS": { | |
| "prefix": "mt:IfActiveRSS", | |
| "body": [ | |
| "mt:IfActiveRSS${1}>${2}</mt:IfActiveRSS>" | |
| ] | |
| }, | |
| "mt:IfBrokenRSS": { | |
| "prefix": "mt:IfBrokenRSS", | |
| "body": [ | |
| "mt:IfBrokenRSS${1}>${2}</mt:IfBrokenRSS>" | |
| ] | |
| }, | |
| "mt:LinkIfTagged": { | |
| "prefix": "mt:LinkIfTagged", | |
| "body": [ | |
| "mt:LinkIfTagged${1}>${2}</mt:LinkIfTagged>" | |
| ] | |
| }, | |
| "mt:LinkAuthor": { | |
| "prefix": "mt:LinkAuthor", | |
| "body": [ | |
| "mt:LinkAuthor${1}>${2}</mt:LinkAuthor>" | |
| ] | |
| }, | |
| "mt:IfBrokenLink": { | |
| "prefix": "mt:IfBrokenLink", | |
| "body": [ | |
| "mt:IfBrokenLink${1}>${2}</mt:IfBrokenLink>" | |
| ] | |
| }, | |
| "mt:LinkTags": { | |
| "prefix": "mt:LinkTags", | |
| "body": [ | |
| "mt:LinkTags${1}>${2}</mt:LinkTags>" | |
| ] | |
| }, | |
| "mt:LinksHeader": { | |
| "prefix": "mt:LinksHeader", | |
| "body": [ | |
| "mt:LinksHeader>${1}</mt:LinksHeader>" | |
| ] | |
| }, | |
| "mt:IfBrokenImage": { | |
| "prefix": "mt:IfBrokenImage", | |
| "body": [ | |
| "mt:IfBrokenImage${1}>${2}</mt:IfBrokenImage>" | |
| ] | |
| }, | |
| "convert2thumbnail=\"\"": { | |
| "prefix": "convert2thumbnail=\"\"", | |
| "body": [ | |
| "convert2thumbnail=\"${1}\"" | |
| ] | |
| }, | |
| "z2h=\"\"": { | |
| "prefix": "z2h=\"\"", | |
| "body": [ | |
| "z2h=\"${1}\"" | |
| ] | |
| }, | |
| "str2keitai=\"\"": { | |
| "prefix": "str2keitai=\"\"", | |
| "body": [ | |
| "str2keitai=\"${1}\"" | |
| ] | |
| }, | |
| "emoticon2mtml=\"\"": { | |
| "prefix": "emoticon2mtml=\"\"", | |
| "body": [ | |
| "emoticon2mtml=\"${1}\"" | |
| ] | |
| }, | |
| "tel2link=\"\"": { | |
| "prefix": "tel2link=\"\"", | |
| "body": [ | |
| "tel2link=\"${1}\"" | |
| ] | |
| }, | |
| "convertthumbnail=\"\"": { | |
| "prefix": "convertthumbnail=\"\"", | |
| "body": [ | |
| "convertthumbnail=\"${1}\"" | |
| ] | |
| }, | |
| "mt:GetUnicodeEmoji": { | |
| "prefix": "mt:GetUnicodeEmoji", | |
| "body": [ | |
| "mt:GetUnicodeEmoji${1} />" | |
| ] | |
| }, | |
| "mt:GetCareer": { | |
| "prefix": "mt:GetCareer", | |
| "body": [ | |
| "mt:GetCareer${1} />" | |
| ] | |
| }, | |
| "mt:KeitaiPageNumber": { | |
| "prefix": "mt:KeitaiPageNumber", | |
| "body": [ | |
| "mt:KeitaiPageNumber${1} />" | |
| ] | |
| }, | |
| "mt:GetEmoji": { | |
| "prefix": "mt:GetEmoji", | |
| "body": [ | |
| "mt:GetEmoji${1} />" | |
| ] | |
| }, | |
| "mt:KeitaiPageCount": { | |
| "prefix": "mt:KeitaiPageCount", | |
| "body": [ | |
| "mt:KeitaiPageCount${1} />" | |
| ] | |
| }, | |
| "mt:GetEmojiRegacy": { | |
| "prefix": "mt:GetEmojiRegacy", | |
| "body": [ | |
| "mt:GetEmojiRegacy${1} />" | |
| ] | |
| }, | |
| "mt:KeitaiPageLink": { | |
| "prefix": "mt:KeitaiPageLink", | |
| "body": [ | |
| "mt:KeitaiPageLink${1} />" | |
| ] | |
| }, | |
| "mt:KeitaiPagePrevLink": { | |
| "prefix": "mt:KeitaiPagePrevLink", | |
| "body": [ | |
| "mt:KeitaiPagePrevLink${1} />" | |
| ] | |
| }, | |
| "mt:XMLDocument": { | |
| "prefix": "mt:XMLDocument", | |
| "body": [ | |
| "mt:XMLDocument${1} />" | |
| ] | |
| }, | |
| "mt:GetEmojiLegacy": { | |
| "prefix": "mt:GetEmojiLegacy", | |
| "body": [ | |
| "mt:GetEmojiLegacy${1} />" | |
| ] | |
| }, | |
| "mt:KeitaiPageNextLink": { | |
| "prefix": "mt:KeitaiPageNextLink", | |
| "body": [ | |
| "mt:KeitaiPageNextLink${1} />" | |
| ] | |
| }, | |
| "mt:KeitaiEmoticonSize": { | |
| "prefix": "mt:KeitaiEmoticonSize", | |
| "body": [ | |
| "mt:KeitaiEmoticonSize${1} />" | |
| ] | |
| }, | |
| "mt:GetEmojiUnicode": { | |
| "prefix": "mt:GetEmojiUnicode", | |
| "body": [ | |
| "mt:GetEmojiUnicode${1} />" | |
| ] | |
| }, | |
| "mt:GetEmoticon": { | |
| "prefix": "mt:GetEmoticon", | |
| "body": [ | |
| "mt:GetEmoticon${1} />" | |
| ] | |
| }, | |
| "mt:IfKeitaiPagePrev": { | |
| "prefix": "mt:IfKeitaiPagePrev", | |
| "body": [ | |
| "mt:IfKeitaiPagePrev${1}>${2}</mt:IfKeitaiPagePrev>" | |
| ] | |
| }, | |
| "mt:KeitaiContentBody": { | |
| "prefix": "mt:KeitaiContentBody", | |
| "body": [ | |
| "mt:KeitaiContentBody${1}>${2}</mt:KeitaiContentBody>" | |
| ] | |
| }, | |
| "mt:KeitaiContentPageList": { | |
| "prefix": "mt:KeitaiContentPageList", | |
| "body": [ | |
| "mt:KeitaiContentPageList${1}>${2}</mt:KeitaiContentPageList>" | |
| ] | |
| }, | |
| "mt:KeitaiContentPageListFooter": { | |
| "prefix": "mt:KeitaiContentPageListFooter", | |
| "body": [ | |
| "mt:KeitaiContentPageListFooter>${1}</mt:KeitaiContentPageListFooter>" | |
| ] | |
| }, | |
| "mt:KeitaiContentPageListHeader": { | |
| "prefix": "mt:KeitaiContentPageListHeader", | |
| "body": [ | |
| "mt:KeitaiContentPageListHeader>${1}</mt:KeitaiContentPageListHeader>" | |
| ] | |
| }, | |
| "mt:IfKeitai": { | |
| "prefix": "mt:IfKeitai", | |
| "body": [ | |
| "mt:IfKeitai${1}>${2}</mt:IfKeitai>" | |
| ] | |
| }, | |
| "mt:IfAndroid": { | |
| "prefix": "mt:IfAndroid", | |
| "body": [ | |
| "mt:IfAndroid${1}>${2}</mt:IfAndroid>" | |
| ] | |
| }, | |
| "mt:IfPC": { | |
| "prefix": "mt:IfPC", | |
| "body": [ | |
| "mt:IfPC${1}>${2}</mt:IfPC>" | |
| ] | |
| }, | |
| "mt:Emoticon2emoji": { | |
| "prefix": "mt:Emoticon2emoji", | |
| "body": [ | |
| "mt:Emoticon2emoji${1}>${2}</mt:Emoticon2emoji>" | |
| ] | |
| }, | |
| "mt:StripLineFeeds": { | |
| "prefix": "mt:StripLineFeeds", | |
| "body": [ | |
| "mt:StripLineFeeds${1}>${2}</mt:StripLineFeeds>" | |
| ] | |
| }, | |
| "mt:IfTablet": { | |
| "prefix": "mt:IfTablet", | |
| "body": [ | |
| "mt:IfTablet${1}>${2}</mt:IfTablet>" | |
| ] | |
| }, | |
| "mt:KeitaiContent": { | |
| "prefix": "mt:KeitaiContent", | |
| "body": [ | |
| "mt:KeitaiContent${1}>${2}</mt:KeitaiContent>" | |
| ] | |
| }, | |
| "mt:IfKeitaiPageCurrent": { | |
| "prefix": "mt:IfKeitaiPageCurrent", | |
| "body": [ | |
| "mt:IfKeitaiPageCurrent${1}>${2}</mt:IfKeitaiPageCurrent>" | |
| ] | |
| }, | |
| "mt:IfiPhone": { | |
| "prefix": "mt:IfiPhone", | |
| "body": [ | |
| "mt:IfiPhone${1}>${2}</mt:IfiPhone>" | |
| ] | |
| }, | |
| "mt:IfKeitaiPageNext": { | |
| "prefix": "mt:IfKeitaiPageNext", | |
| "body": [ | |
| "mt:IfKeitaiPageNext${1}>${2}</mt:IfKeitaiPageNext>" | |
| ] | |
| }, | |
| "mt:IfSmartphone": { | |
| "prefix": "mt:IfSmartphone", | |
| "body": [ | |
| "mt:IfSmartphone${1}>${2}</mt:IfSmartphone>" | |
| ] | |
| }, | |
| "mt:IfiPad": { | |
| "prefix": "mt:IfiPad", | |
| "body": [ | |
| "mt:IfiPad${1}>${2}</mt:IfiPad>" | |
| ] | |
| }, | |
| "mt:ConvertSJIS": { | |
| "prefix": "mt:ConvertSJIS", | |
| "body": [ | |
| "mt:ConvertSJIS${1}>${2}</mt:ConvertSJIS>" | |
| ] | |
| }, | |
| "mt:IfTheURLFound": { | |
| "prefix": "mt:IfTheURLFound", | |
| "body": [ | |
| "mt:IfTheURLFound${1}>${2}</mt:IfTheURLFound>" | |
| ] | |
| }, | |
| "mt:IfURLFound": { | |
| "prefix": "mt:IfURLFound", | |
| "body": [ | |
| "mt:IfURLFound${1}>${2}</mt:IfURLFound>" | |
| ] | |
| }, | |
| "mt:GAHotEntriesCount": { | |
| "prefix": "mt:GAHotEntriesCount", | |
| "body": [ | |
| "mt:GAHotEntriesCount${1} />" | |
| ] | |
| }, | |
| "mt:GATrackingCode": { | |
| "prefix": "mt:GATrackingCode", | |
| "body": [ | |
| "mt:GATrackingCode${1} />" | |
| ] | |
| }, | |
| "mt:GALastUpdateTs": { | |
| "prefix": "mt:GALastUpdateTs", | |
| "body": [ | |
| "mt:GALastUpdateTs${1} />" | |
| ] | |
| }, | |
| "mt:IfCMSIsBlog": { | |
| "prefix": "mt:IfCMSIsBlog", | |
| "body": [ | |
| "mt:IfCMSIsBlog${1}>${2}</mt:IfCMSIsBlog>" | |
| ] | |
| }, | |
| "mt:GAHotEntries": { | |
| "prefix": "mt:GAHotEntries", | |
| "body": [ | |
| "mt:GAHotEntries${1}>${2}</mt:GAHotEntries>" | |
| ] | |
| }, | |
| "mt:GetCookie": { | |
| "prefix": "mt:GetCookie", | |
| "body": [ | |
| "mt:GetCookie${1} />" | |
| ] | |
| }, | |
| "mt:GetEnv": { | |
| "prefix": "mt:GetEnv", | |
| "body": [ | |
| "mt:GetEnv${1} />" | |
| ] | |
| }, | |
| "mt:SetFolderContext": { | |
| "prefix": "mt:SetFolderContext", | |
| "body": [ | |
| "mt:SetFolderContext${1}>${2}</mt:SetFolderContext>" | |
| ] | |
| }, | |
| "mt:FormScript": { | |
| "prefix": "mt:FormScript", | |
| "body": [ | |
| "mt:FormScript${1} />" | |
| ] | |
| }, | |
| "mt:PostFieldsAsStr": { | |
| "prefix": "mt:PostFieldsAsStr", | |
| "body": [ | |
| "mt:PostFieldsAsStr${1} />" | |
| ] | |
| }, | |
| "mt:EntryPostCount": { | |
| "prefix": "mt:EntryPostCount", | |
| "body": [ | |
| "mt:EntryPostCount${1} />" | |
| ] | |
| }, | |
| "mt:PagePostCount": { | |
| "prefix": "mt:PagePostCount", | |
| "body": [ | |
| "mt:PagePostCount${1} />" | |
| ] | |
| }, | |
| "mt:EntryPosts": { | |
| "prefix": "mt:EntryPosts", | |
| "body": [ | |
| "mt:EntryPosts${1}>${2}</mt:EntryPosts>" | |
| ] | |
| }, | |
| "mt:ExtFieldFileDate": { | |
| "prefix": "mt:ExtFieldFileDate", | |
| "body": [ | |
| "mt:ExtFieldFileDate${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldFileSize": { | |
| "prefix": "mt:ExtFieldFileSize", | |
| "body": [ | |
| "mt:ExtFieldFileSize${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldImageWidth": { | |
| "prefix": "mt:ExtFieldImageWidth", | |
| "body": [ | |
| "mt:ExtFieldImageWidth${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldValue": { | |
| "prefix": "mt:ExtFieldValue", | |
| "body": [ | |
| "mt:ExtFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldNum": { | |
| "prefix": "mt:ExtFieldNum", | |
| "body": [ | |
| "mt:ExtFieldNum${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldDescription": { | |
| "prefix": "mt:ExtFieldDescription", | |
| "body": [ | |
| "mt:ExtFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldThumbnailHeight": { | |
| "prefix": "mt:ExtFieldThumbnailHeight", | |
| "body": [ | |
| "mt:ExtFieldThumbnailHeight${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldImageHeight": { | |
| "prefix": "mt:ExtFieldImageHeight", | |
| "body": [ | |
| "mt:ExtFieldImageHeight${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldMultiValue": { | |
| "prefix": "mt:ExtFieldMultiValue", | |
| "body": [ | |
| "mt:ExtFieldMultiValue${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldFileSuffix": { | |
| "prefix": "mt:ExtFieldFileSuffix", | |
| "body": [ | |
| "mt:ExtFieldFileSuffix${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldAlt": { | |
| "prefix": "mt:ExtFieldAlt", | |
| "body": [ | |
| "mt:ExtFieldAlt${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldThumbnailWidth": { | |
| "prefix": "mt:ExtFieldThumbnailWidth", | |
| "body": [ | |
| "mt:ExtFieldThumbnailWidth${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldFileThumbnail": { | |
| "prefix": "mt:ExtFieldFileThumbnail", | |
| "body": [ | |
| "mt:ExtFieldFileThumbnail${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldExportData": { | |
| "prefix": "mt:ExtFieldExportData", | |
| "body": [ | |
| "mt:ExtFieldExportData${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldName": { | |
| "prefix": "mt:ExtFieldName", | |
| "body": [ | |
| "mt:ExtFieldName${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldCBLabel": { | |
| "prefix": "mt:ExtFieldCBLabel", | |
| "body": [ | |
| "mt:ExtFieldCBLabel${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldID": { | |
| "prefix": "mt:ExtFieldID", | |
| "body": [ | |
| "mt:ExtFieldID${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldFileName": { | |
| "prefix": "mt:ExtFieldFileName", | |
| "body": [ | |
| "mt:ExtFieldFileName${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldFilePath": { | |
| "prefix": "mt:ExtFieldFilePath", | |
| "body": [ | |
| "mt:ExtFieldFilePath${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldLabel": { | |
| "prefix": "mt:ExtFieldLabel", | |
| "body": [ | |
| "mt:ExtFieldLabel${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldText": { | |
| "prefix": "mt:ExtFieldText", | |
| "body": [ | |
| "mt:ExtFieldText${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldCount": { | |
| "prefix": "mt:ExtFieldCount", | |
| "body": [ | |
| "mt:ExtFieldCount${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldCounter": { | |
| "prefix": "mt:ExtFieldCounter", | |
| "body": [ | |
| "mt:ExtFieldCounter${1} />" | |
| ] | |
| }, | |
| "mt:EntryExtDatas": { | |
| "prefix": "mt:EntryExtDatas", | |
| "body": [ | |
| "mt:EntryExtDatas${1} />" | |
| ] | |
| }, | |
| "mt:ExtFieldThumbnail": { | |
| "prefix": "mt:ExtFieldThumbnail", | |
| "body": [ | |
| "mt:ExtFieldThumbnail${1} />" | |
| ] | |
| }, | |
| "mt:IfExtFieldType": { | |
| "prefix": "mt:IfExtFieldType", | |
| "body": [ | |
| "mt:IfExtFieldType${1}>${2}</mt:IfExtFieldType>" | |
| ] | |
| }, | |
| "mt:IfExtField": { | |
| "prefix": "mt:IfExtField", | |
| "body": [ | |
| "mt:IfExtField${1}>${2}</mt:IfExtField>" | |
| ] | |
| }, | |
| "mt:IfExtFieldTypeImage": { | |
| "prefix": "mt:IfExtFieldTypeImage", | |
| "body": [ | |
| "mt:IfExtFieldTypeImage${1}>${2}</mt:IfExtFieldTypeImage>" | |
| ] | |
| }, | |
| "mt:IfExtFieldFileExists": { | |
| "prefix": "mt:IfExtFieldFileExists", | |
| "body": [ | |
| "mt:IfExtFieldFileExists${1}>${2}</mt:IfExtFieldFileExists>" | |
| ] | |
| }, | |
| "mt:ExtFields": { | |
| "prefix": "mt:ExtFields", | |
| "body": [ | |
| "mt:ExtFields${1}>${2}</mt:ExtFields>" | |
| ] | |
| }, | |
| "mt:IfExtFieldThumbnailExists": { | |
| "prefix": "mt:IfExtFieldThumbnailExists", | |
| "body": [ | |
| "mt:IfExtFieldThumbnailExists${1}>${2}</mt:IfExtFieldThumbnailExists>" | |
| ] | |
| }, | |
| "mt:IfExtFieldCompare": { | |
| "prefix": "mt:IfExtFieldCompare", | |
| "body": [ | |
| "mt:IfExtFieldCompare${1}>${2}</mt:IfExtFieldCompare>" | |
| ] | |
| }, | |
| "mt:IfEntryIsDynamic": { | |
| "prefix": "mt:IfEntryIsDynamic", | |
| "body": [ | |
| "mt:IfEntryIsDynamic${1}>${2}</mt:IfEntryIsDynamic>" | |
| ] | |
| }, | |
| "mt:ExtFieldAsset": { | |
| "prefix": "mt:ExtFieldAsset", | |
| "body": [ | |
| "mt:ExtFieldAsset${1}>${2}</mt:ExtFieldAsset>" | |
| ] | |
| }, | |
| "mt:IfExtFieldNonEmpty": { | |
| "prefix": "mt:IfExtFieldNonEmpty", | |
| "body": [ | |
| "mt:IfExtFieldNonEmpty${1}>${2}</mt:IfExtFieldNonEmpty>" | |
| ] | |
| }, | |
| "mt:ExtFieldsMultiValues": { | |
| "prefix": "mt:ExtFieldsMultiValues", | |
| "body": [ | |
| "mt:ExtFieldsMultiValues${1}>${2}</mt:ExtFieldsMultiValues>" | |
| ] | |
| }, | |
| "mt:IfExtFieldSelected": { | |
| "prefix": "mt:IfExtFieldSelected", | |
| "body": [ | |
| "mt:IfExtFieldSelected${1}>${2}</mt:IfExtFieldSelected>" | |
| ] | |
| }, | |
| "mt:EntryCreatorID": { | |
| "prefix": "mt:EntryCreatorID", | |
| "body": [ | |
| "mt:EntryCreatorID${1} />" | |
| ] | |
| }, | |
| "mt:EntryCreatorDisplayName": { | |
| "prefix": "mt:EntryCreatorDisplayName", | |
| "body": [ | |
| "mt:EntryCreatorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:IfEntryCanEditable": { | |
| "prefix": "mt:IfEntryCanEditable", | |
| "body": [ | |
| "mt:IfEntryCanEditable${1}>${2}</mt:IfEntryCanEditable>" | |
| ] | |
| }, | |
| "mt:IfAuthorPostLimitInBlog": { | |
| "prefix": "mt:IfAuthorPostLimitInBlog", | |
| "body": [ | |
| "mt:IfAuthorPostLimitInBlog${1}>${2}</mt:IfAuthorPostLimitInBlog>" | |
| ] | |
| }, | |
| "mt:IfCanCreateInCategory": { | |
| "prefix": "mt:IfCanCreateInCategory", | |
| "body": [ | |
| "mt:IfCanCreateInCategory${1}>${2}</mt:IfCanCreateInCategory>" | |
| ] | |
| }, | |
| "mt:EntryCreatorContext": { | |
| "prefix": "mt:EntryCreatorContext", | |
| "body": [ | |
| "mt:EntryCreatorContext${1}>${2}</mt:EntryCreatorContext>" | |
| ] | |
| }, | |
| "mt:EntryPublishedOn": { | |
| "prefix": "mt:EntryPublishedOn", | |
| "body": [ | |
| "mt:EntryPublishedOn${1} />" | |
| ] | |
| }, | |
| "mt:EntryUnpublishedOn": { | |
| "prefix": "mt:EntryUnpublishedOn", | |
| "body": [ | |
| "mt:EntryUnpublishedOn${1} />" | |
| ] | |
| }, | |
| "mt:IfEntryUnpublished": { | |
| "prefix": "mt:IfEntryUnpublished", | |
| "body": [ | |
| "mt:IfEntryUnpublished${1}>${2}</mt:IfEntryUnpublished>" | |
| ] | |
| }, | |
| "mt:IfEntryPublished": { | |
| "prefix": "mt:IfEntryPublished", | |
| "body": [ | |
| "mt:IfEntryPublished${1}>${2}</mt:IfEntryPublished>" | |
| ] | |
| }, | |
| "mt:Permalink": { | |
| "prefix": "mt:Permalink", | |
| "body": [ | |
| "mt:Permalink${1} />" | |
| ] | |
| }, | |
| "mt:EntryChildrenCounter": { | |
| "prefix": "mt:EntryChildrenCounter", | |
| "body": [ | |
| "mt:EntryChildrenCounter${1} />" | |
| ] | |
| }, | |
| "mt:EntryParentID": { | |
| "prefix": "mt:EntryParentID", | |
| "body": [ | |
| "mt:EntryParentID${1} />" | |
| ] | |
| }, | |
| "mt:EntryChildrenPagesFooter": { | |
| "prefix": "mt:EntryChildrenPagesFooter", | |
| "body": [ | |
| "mt:EntryChildrenPagesFooter>${1}</mt:EntryChildrenPagesFooter>" | |
| ] | |
| }, | |
| "mt:IfEntryChildrenFooter": { | |
| "prefix": "mt:IfEntryChildrenFooter", | |
| "body": [ | |
| "mt:IfEntryChildrenFooter>${1}</mt:IfEntryChildrenFooter>" | |
| ] | |
| }, | |
| "mt:EntryChildrenPages": { | |
| "prefix": "mt:EntryChildrenPages", | |
| "body": [ | |
| "mt:EntryChildrenPages${1}>${2}</mt:EntryChildrenPages>" | |
| ] | |
| }, | |
| "mt:PageParentEntry": { | |
| "prefix": "mt:PageParentEntry", | |
| "body": [ | |
| "mt:PageParentEntry${1}>${2}</mt:PageParentEntry>" | |
| ] | |
| }, | |
| "mt:EntryChildrenPrev": { | |
| "prefix": "mt:EntryChildrenPrev", | |
| "body": [ | |
| "mt:EntryChildrenPrev${1}>${2}</mt:EntryChildrenPrev>" | |
| ] | |
| }, | |
| "mt:EntryChildrenPagesHeader": { | |
| "prefix": "mt:EntryChildrenPagesHeader", | |
| "body": [ | |
| "mt:EntryChildrenPagesHeader>${1}</mt:EntryChildrenPagesHeader>" | |
| ] | |
| }, | |
| "mt:IfEntryChildrenHeader": { | |
| "prefix": "mt:IfEntryChildrenHeader", | |
| "body": [ | |
| "mt:IfEntryChildrenHeader>${1}</mt:IfEntryChildrenHeader>" | |
| ] | |
| }, | |
| "mt:EntryChildrenNext": { | |
| "prefix": "mt:EntryChildrenNext", | |
| "body": [ | |
| "mt:EntryChildrenNext${1}>${2}</mt:EntryChildrenNext>" | |
| ] | |
| }, | |
| "pickup_extension=\"\"": { | |
| "prefix": "pickup_extension=\"\"", | |
| "body": [ | |
| "pickup_extension=\"${1}\"" | |
| ] | |
| }, | |
| "make_seo_basename=\"\"": { | |
| "prefix": "make_seo_basename=\"\"", | |
| "body": [ | |
| "make_seo_basename=\"${1}\"" | |
| ] | |
| }, | |
| "build_mtml=\"\"": { | |
| "prefix": "build_mtml=\"\"", | |
| "body": [ | |
| "build_mtml=\"${1}\"" | |
| ] | |
| }, | |
| "trimwhitespace=\"\"": { | |
| "prefix": "trimwhitespace=\"\"", | |
| "body": [ | |
| "trimwhitespace=\"${1}\"" | |
| ] | |
| }, | |
| "intval=\"\"": { | |
| "prefix": "intval=\"\"", | |
| "body": [ | |
| "intval=\"${1}\"" | |
| ] | |
| }, | |
| "highlightingsearchword=\"\"": { | |
| "prefix": "highlightingsearchword=\"\"", | |
| "body": [ | |
| "highlightingsearchword=\"${1}\"" | |
| ] | |
| }, | |
| "mt:BlogDynamicMTMLConditional": { | |
| "prefix": "mt:BlogDynamicMTMLConditional", | |
| "body": [ | |
| "mt:BlogDynamicMTMLConditional${1} />" | |
| ] | |
| }, | |
| "mt:CurrentArchiveURL": { | |
| "prefix": "mt:CurrentArchiveURL", | |
| "body": [ | |
| "mt:CurrentArchiveURL${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicConditional": { | |
| "prefix": "mt:BlogDynamicConditional", | |
| "body": [ | |
| "mt:BlogDynamicConditional${1} />" | |
| ] | |
| }, | |
| "mt:AuthorLanguage": { | |
| "prefix": "mt:AuthorLanguage", | |
| "body": [ | |
| "mt:AuthorLanguage${1} />" | |
| ] | |
| }, | |
| "mt:ReferralKeyword": { | |
| "prefix": "mt:ReferralKeyword", | |
| "body": [ | |
| "mt:ReferralKeyword${1} />" | |
| ] | |
| }, | |
| "mt:Rand": { | |
| "prefix": "mt:Rand", | |
| "body": [ | |
| "mt:Rand${1} />" | |
| ] | |
| }, | |
| "mt:BlogFilesDirective": { | |
| "prefix": "mt:BlogFilesDirective", | |
| "body": [ | |
| "mt:BlogFilesDirective${1} />" | |
| ] | |
| }, | |
| "mt:BlogFilesMatch": { | |
| "prefix": "mt:BlogFilesMatch", | |
| "body": [ | |
| "mt:BlogFilesMatch${1} />" | |
| ] | |
| }, | |
| "mt:Trans": { | |
| "prefix": "mt:Trans", | |
| "body": [ | |
| "mt:Trans${1} />" | |
| ] | |
| }, | |
| "mt:FileGetContents": { | |
| "prefix": "mt:FileGetContents", | |
| "body": [ | |
| "mt:FileGetContents${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicSearchConditional": { | |
| "prefix": "mt:BlogDynamicSearchConditional", | |
| "body": [ | |
| "mt:BlogDynamicSearchConditional${1} />" | |
| ] | |
| }, | |
| "mt:DynamicSiteBootstrapper": { | |
| "prefix": "mt:DynamicSiteBootstrapper", | |
| "body": [ | |
| "mt:DynamicSiteBootstrapper${1} />" | |
| ] | |
| }, | |
| "mt:UserAgent": { | |
| "prefix": "mt:UserAgent", | |
| "body": [ | |
| "mt:UserAgent${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicMTMLCache": { | |
| "prefix": "mt:BlogDynamicMTMLCache", | |
| "body": [ | |
| "mt:BlogDynamicMTMLCache${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicCache": { | |
| "prefix": "mt:BlogDynamicCache", | |
| "body": [ | |
| "mt:BlogDynamicCache${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicExcludeExtension": { | |
| "prefix": "mt:BlogDynamicExcludeExtension", | |
| "body": [ | |
| "mt:BlogDynamicExcludeExtension${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicExtension": { | |
| "prefix": "mt:BlogDynamicExtension", | |
| "body": [ | |
| "mt:BlogDynamicExtension${1} />" | |
| ] | |
| }, | |
| "mt:CurrentArchiveFile": { | |
| "prefix": "mt:CurrentArchiveFile", | |
| "body": [ | |
| "mt:CurrentArchiveFile${1} />" | |
| ] | |
| }, | |
| "mt:BlogFilesMatchDirective": { | |
| "prefix": "mt:BlogFilesMatchDirective", | |
| "body": [ | |
| "mt:BlogFilesMatchDirective${1} />" | |
| ] | |
| }, | |
| "mt:PluginVersion": { | |
| "prefix": "mt:PluginVersion", | |
| "body": [ | |
| "mt:PluginVersion${1} />" | |
| ] | |
| }, | |
| "mt:Query": { | |
| "prefix": "mt:Query", | |
| "body": [ | |
| "mt:Query${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicSearchCacheExpiration": { | |
| "prefix": "mt:BlogDynamicSearchCacheExpiration", | |
| "body": [ | |
| "mt:BlogDynamicSearchCacheExpiration${1} />" | |
| ] | |
| }, | |
| "mt:Error": { | |
| "prefix": "mt:Error", | |
| "body": [ | |
| "mt:Error${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicSearchCache": { | |
| "prefix": "mt:BlogDynamicSearchCache", | |
| "body": [ | |
| "mt:BlogDynamicSearchCache${1} />" | |
| ] | |
| }, | |
| "mt:BlogDynamicDirectoryIndex": { | |
| "prefix": "mt:BlogDynamicDirectoryIndex", | |
| "body": [ | |
| "mt:BlogDynamicDirectoryIndex${1} />" | |
| ] | |
| }, | |
| "mt:PluginPath": { | |
| "prefix": "mt:PluginPath", | |
| "body": [ | |
| "mt:PluginPath${1} />" | |
| ] | |
| }, | |
| "mt:CommentStrip": { | |
| "prefix": "mt:CommentStrip", | |
| "body": [ | |
| "mt:CommentStrip${1}>${2}</mt:CommentStrip>" | |
| ] | |
| }, | |
| "mt:LoginAuthorCtx": { | |
| "prefix": "mt:LoginAuthorCtx", | |
| "body": [ | |
| "mt:LoginAuthorCtx${1}>${2}</mt:LoginAuthorCtx>" | |
| ] | |
| }, | |
| "mt:IfUserHasPermission": { | |
| "prefix": "mt:IfUserHasPermission", | |
| "body": [ | |
| "mt:IfUserHasPermission${1}>${2}</mt:IfUserHasPermission>" | |
| ] | |
| }, | |
| "mt:CommentOut": { | |
| "prefix": "mt:CommentOut", | |
| "body": [ | |
| "mt:CommentOut${1}>${2}</mt:CommentOut>" | |
| ] | |
| }, | |
| "mt:ReferralKeywords": { | |
| "prefix": "mt:ReferralKeywords", | |
| "body": [ | |
| "mt:ReferralKeywords${1}>${2}</mt:ReferralKeywords>" | |
| ] | |
| }, | |
| "mt:StripTags": { | |
| "prefix": "mt:StripTags", | |
| "body": [ | |
| "mt:StripTags${1}>${2}</mt:StripTags>" | |
| ] | |
| }, | |
| "mt:QueryLoop": { | |
| "prefix": "mt:QueryLoop", | |
| "body": [ | |
| "mt:QueryLoop${1}>${2}</mt:QueryLoop>" | |
| ] | |
| }, | |
| "mt:NonDynamicMTML": { | |
| "prefix": "mt:NonDynamicMTML", | |
| "body": [ | |
| "mt:NonDynamicMTML${1}>${2}</mt:NonDynamicMTML>" | |
| ] | |
| }, | |
| "mt:IfBlogDynamicConditional": { | |
| "prefix": "mt:IfBlogDynamicConditional", | |
| "body": [ | |
| "mt:IfBlogDynamicConditional${1}>${2}</mt:IfBlogDynamicConditional>" | |
| ] | |
| }, | |
| "mt:EntryCategoryBlock": { | |
| "prefix": "mt:EntryCategoryBlock", | |
| "body": [ | |
| "mt:EntryCategoryBlock${1}>${2}</mt:EntryCategoryBlock>" | |
| ] | |
| }, | |
| "mt:DynamicMTML": { | |
| "prefix": "mt:DynamicMTML", | |
| "body": [ | |
| "mt:DynamicMTML>${1}</mt:DynamicMTML>" | |
| ] | |
| }, | |
| "mt:SetErrorHandler": { | |
| "prefix": "mt:SetErrorHandler", | |
| "body": [ | |
| "mt:SetErrorHandler${1}>${2}</mt:SetErrorHandler>" | |
| ] | |
| }, | |
| "mt:ClientAuthorBlock": { | |
| "prefix": "mt:ClientAuthorBlock", | |
| "body": [ | |
| "mt:ClientAuthorBlock${1}>${2}</mt:ClientAuthorBlock>" | |
| ] | |
| }, | |
| "mt:BuildRecurs": { | |
| "prefix": "mt:BuildRecurs", | |
| "body": [ | |
| "mt:BuildRecurs${1}>${2}</mt:BuildRecurs>" | |
| ] | |
| }, | |
| "mt:QueryVars": { | |
| "prefix": "mt:QueryVars", | |
| "body": [ | |
| "mt:QueryVars${1}>${2}</mt:QueryVars>" | |
| ] | |
| }, | |
| "mt:IfBlogDynamicCache": { | |
| "prefix": "mt:IfBlogDynamicCache", | |
| "body": [ | |
| "mt:IfBlogDynamicCache${1}>${2}</mt:IfBlogDynamicCache>" | |
| ] | |
| }, | |
| "mt:SplitVars": { | |
| "prefix": "mt:SplitVars", | |
| "body": [ | |
| "mt:SplitVars${1}>${2}</mt:SplitVars>" | |
| ] | |
| }, | |
| "mt:SearchEntries": { | |
| "prefix": "mt:SearchEntries", | |
| "body": [ | |
| "mt:SearchEntries${1}>${2}</mt:SearchEntries>" | |
| ] | |
| }, | |
| "mt:RawMTML": { | |
| "prefix": "mt:RawMTML", | |
| "body": [ | |
| "mt:RawMTML${1}>${2}</mt:RawMTML>" | |
| ] | |
| }, | |
| "mt:IfUserAgent": { | |
| "prefix": "mt:IfUserAgent", | |
| "body": [ | |
| "mt:IfUserAgent${1}>${2}</mt:IfUserAgent>" | |
| ] | |
| }, | |
| "mt:SetQueryVars": { | |
| "prefix": "mt:SetQueryVars", | |
| "body": [ | |
| "mt:SetQueryVars${1}>${2}</mt:SetQueryVars>" | |
| ] | |
| }, | |
| "mt:IfBlogDynamicMTML": { | |
| "prefix": "mt:IfBlogDynamicMTML", | |
| "body": [ | |
| "mt:IfBlogDynamicMTML${1}>${2}</mt:IfBlogDynamicMTML>" | |
| ] | |
| }, | |
| "mt:CustomObjectBasename": { | |
| "prefix": "mt:CustomObjectBasename", | |
| "body": [ | |
| "mt:CustomObjectBasename${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectID": { | |
| "prefix": "mt:CustomObjectID", | |
| "body": [ | |
| "mt:CustomObjectID${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectLabel": { | |
| "prefix": "mt:CustomObjectLabel", | |
| "body": [ | |
| "mt:CustomObjectLabel${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectColumnValue": { | |
| "prefix": "mt:CustomObjectColumnValue", | |
| "body": [ | |
| "mt:CustomObjectColumnValue${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectAuthoredOn": { | |
| "prefix": "mt:CustomObjectAuthoredOn", | |
| "body": [ | |
| "mt:CustomObjectAuthoredOn${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectAuthorDisplayName": { | |
| "prefix": "mt:CustomObjectAuthorDisplayName", | |
| "body": [ | |
| "mt:CustomObjectAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectBody": { | |
| "prefix": "mt:CustomObjectBody", | |
| "body": [ | |
| "mt:CustomObjectBody${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectColumnName": { | |
| "prefix": "mt:CustomObjectColumnName", | |
| "body": [ | |
| "mt:CustomObjectColumnName${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldColumnValue": { | |
| "prefix": "mt:CustomFieldColumnValue", | |
| "body": [ | |
| "mt:CustomFieldColumnValue${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectsCount": { | |
| "prefix": "mt:CustomObjectsCount", | |
| "body": [ | |
| "mt:CustomObjectsCount${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectColumn": { | |
| "prefix": "mt:CustomObjectColumn", | |
| "body": [ | |
| "mt:CustomObjectColumn${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectFieldScope": { | |
| "prefix": "mt:CustomObjectFieldScope", | |
| "body": [ | |
| "mt:CustomObjectFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectPermalink": { | |
| "prefix": "mt:CustomObjectPermalink", | |
| "body": [ | |
| "mt:CustomObjectPermalink${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectName": { | |
| "prefix": "mt:CustomObjectName", | |
| "body": [ | |
| "mt:CustomObjectName${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectModifiedOn": { | |
| "prefix": "mt:CustomObjectModifiedOn", | |
| "body": [ | |
| "mt:CustomObjectModifiedOn${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectFolderLink": { | |
| "prefix": "mt:CustomObjectFolderLink", | |
| "body": [ | |
| "mt:CustomObjectFolderLink${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectKeywords": { | |
| "prefix": "mt:CustomObjectKeywords", | |
| "body": [ | |
| "mt:CustomObjectKeywords${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectPeriodOn": { | |
| "prefix": "mt:CustomObjectPeriodOn", | |
| "body": [ | |
| "mt:CustomObjectPeriodOn${1} />" | |
| ] | |
| }, | |
| "mt:ComponentPath": { | |
| "prefix": "mt:ComponentPath", | |
| "body": [ | |
| "mt:ComponentPath${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectBlogID": { | |
| "prefix": "mt:CustomObjectBlogID", | |
| "body": [ | |
| "mt:CustomObjectBlogID${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectCreatedOn": { | |
| "prefix": "mt:CustomObjectCreatedOn", | |
| "body": [ | |
| "mt:CustomObjectCreatedOn${1} />" | |
| ] | |
| }, | |
| "mt:CustomObjectAuthor": { | |
| "prefix": "mt:CustomObjectAuthor", | |
| "body": [ | |
| "mt:CustomObjectAuthor${1}>${2}</mt:CustomObjectAuthor>" | |
| ] | |
| }, | |
| "mt:CustomObjectTags": { | |
| "prefix": "mt:CustomObjectTags", | |
| "body": [ | |
| "mt:CustomObjectTags${1}>${2}</mt:CustomObjectTags>" | |
| ] | |
| }, | |
| "mt:IfNonSystemScope": { | |
| "prefix": "mt:IfNonSystemScope", | |
| "body": [ | |
| "mt:IfNonSystemScope${1}>${2}</mt:IfNonSystemScope>" | |
| ] | |
| }, | |
| "mt:IfHyperion": { | |
| "prefix": "mt:IfHyperion", | |
| "body": [ | |
| "mt:IfHyperion${1}>${2}</mt:IfHyperion>" | |
| ] | |
| }, | |
| "mt:CustomObjects": { | |
| "prefix": "mt:CustomObjects", | |
| "body": [ | |
| "mt:CustomObjects${1}>${2}</mt:CustomObjects>" | |
| ] | |
| }, | |
| "mt:CustomObjectColumnsHeader": { | |
| "prefix": "mt:CustomObjectColumnsHeader", | |
| "body": [ | |
| "mt:CustomObjectColumnsHeader>${1}</mt:CustomObjectColumnsHeader>" | |
| ] | |
| }, | |
| "mt:CustomObjectsHeader": { | |
| "prefix": "mt:CustomObjectsHeader", | |
| "body": [ | |
| "mt:CustomObjectsHeader>${1}</mt:CustomObjectsHeader>" | |
| ] | |
| }, | |
| "mt:CustomObjectColumnsFooter": { | |
| "prefix": "mt:CustomObjectColumnsFooter", | |
| "body": [ | |
| "mt:CustomObjectColumnsFooter>${1}</mt:CustomObjectColumnsFooter>" | |
| ] | |
| }, | |
| "mt:SetContext": { | |
| "prefix": "mt:SetContext", | |
| "body": [ | |
| "mt:SetContext${1}>${2}</mt:SetContext>" | |
| ] | |
| }, | |
| "mt:CustomObjectFolder": { | |
| "prefix": "mt:CustomObjectFolder", | |
| "body": [ | |
| "mt:CustomObjectFolder${1}>${2}</mt:CustomObjectFolder>" | |
| ] | |
| }, | |
| "mt:CustomObject": { | |
| "prefix": "mt:CustomObject", | |
| "body": [ | |
| "mt:CustomObject${1}>${2}</mt:CustomObject>" | |
| ] | |
| }, | |
| "mt:CustomObjectColumns": { | |
| "prefix": "mt:CustomObjectColumns", | |
| "body": [ | |
| "mt:CustomObjectColumns${1}>${2}</mt:CustomObjectColumns>" | |
| ] | |
| }, | |
| "mt:CustomObjectIfTagged": { | |
| "prefix": "mt:CustomObjectIfTagged", | |
| "body": [ | |
| "mt:CustomObjectIfTagged${1}>${2}</mt:CustomObjectIfTagged>" | |
| ] | |
| }, | |
| "mt:CustomObjectsFooter": { | |
| "prefix": "mt:CustomObjectsFooter", | |
| "body": [ | |
| "mt:CustomObjectsFooter>${1}</mt:CustomObjectsFooter>" | |
| ] | |
| }, | |
| "mt:CategoryClass": { | |
| "prefix": "mt:CategoryClass", | |
| "body": [ | |
| "mt:CategoryClass${1} />" | |
| ] | |
| }, | |
| "mt:ItemGroupBlogsCount": { | |
| "prefix": "mt:ItemGroupBlogsCount", | |
| "body": [ | |
| "mt:ItemGroupBlogsCount${1} />" | |
| ] | |
| }, | |
| "mt:ItemGroupCategoriesCount": { | |
| "prefix": "mt:ItemGroupCategoriesCount", | |
| "body": [ | |
| "mt:ItemGroupCategoriesCount${1} />" | |
| ] | |
| }, | |
| "mt:ItemGroupEntriesCount": { | |
| "prefix": "mt:ItemGroupEntriesCount", | |
| "body": [ | |
| "mt:ItemGroupEntriesCount${1} />" | |
| ] | |
| }, | |
| "mt:ItemGroupEntriesFooter": { | |
| "prefix": "mt:ItemGroupEntriesFooter", | |
| "body": [ | |
| "mt:ItemGroupEntriesFooter>${1}</mt:ItemGroupEntriesFooter>" | |
| ] | |
| }, | |
| "mt:ItemGroupCategoriesFooter": { | |
| "prefix": "mt:ItemGroupCategoriesFooter", | |
| "body": [ | |
| "mt:ItemGroupCategoriesFooter>${1}</mt:ItemGroupCategoriesFooter>" | |
| ] | |
| }, | |
| "mt:ItemGroupBlogsFooter": { | |
| "prefix": "mt:ItemGroupBlogsFooter", | |
| "body": [ | |
| "mt:ItemGroupBlogsFooter>${1}</mt:ItemGroupBlogsFooter>" | |
| ] | |
| }, | |
| "mt:ItemGroupBlogs": { | |
| "prefix": "mt:ItemGroupBlogs", | |
| "body": [ | |
| "mt:ItemGroupBlogs${1}>${2}</mt:ItemGroupBlogs>" | |
| ] | |
| }, | |
| "mt:ItemGroupBlogsHeader": { | |
| "prefix": "mt:ItemGroupBlogsHeader", | |
| "body": [ | |
| "mt:ItemGroupBlogsHeader>${1}</mt:ItemGroupBlogsHeader>" | |
| ] | |
| }, | |
| "mt:ItemGroupCategoriesHeader": { | |
| "prefix": "mt:ItemGroupCategoriesHeader", | |
| "body": [ | |
| "mt:ItemGroupCategoriesHeader>${1}</mt:ItemGroupCategoriesHeader>" | |
| ] | |
| }, | |
| "mt:ItemGroupEntriesHeader": { | |
| "prefix": "mt:ItemGroupEntriesHeader", | |
| "body": [ | |
| "mt:ItemGroupEntriesHeader>${1}</mt:ItemGroupEntriesHeader>" | |
| ] | |
| }, | |
| "mt:ItemGroupEntries": { | |
| "prefix": "mt:ItemGroupEntries", | |
| "body": [ | |
| "mt:ItemGroupEntries${1}>${2}</mt:ItemGroupEntries>" | |
| ] | |
| }, | |
| "mt:ItemGroupCategories": { | |
| "prefix": "mt:ItemGroupCategories", | |
| "body": [ | |
| "mt:ItemGroupCategories${1}>${2}</mt:ItemGroupCategories>" | |
| ] | |
| }, | |
| "mt:CustomGroupFieldScope": { | |
| "prefix": "mt:CustomGroupFieldScope", | |
| "body": [ | |
| "mt:CustomGroupFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:GetObjectChildLabel": { | |
| "prefix": "mt:GetObjectChildLabel", | |
| "body": [ | |
| "mt:GetObjectChildLabel${1} />" | |
| ] | |
| }, | |
| "mt:CustomGroupName": { | |
| "prefix": "mt:CustomGroupName", | |
| "body": [ | |
| "mt:CustomGroupName${1} />" | |
| ] | |
| }, | |
| "mt:GetObjectClassLabel": { | |
| "prefix": "mt:GetObjectClassLabel", | |
| "body": [ | |
| "mt:GetObjectClassLabel${1} />" | |
| ] | |
| }, | |
| "mt:CustomGroupOrder": { | |
| "prefix": "mt:CustomGroupOrder", | |
| "body": [ | |
| "mt:CustomGroupOrder${1} />" | |
| ] | |
| }, | |
| "mt:ItemGroupBlogPrevious": { | |
| "prefix": "mt:ItemGroupBlogPrevious", | |
| "body": [ | |
| "mt:ItemGroupBlogPrevious${1}>${2}</mt:ItemGroupBlogPrevious>" | |
| ] | |
| }, | |
| "mt:ItemGroupEntryNext": { | |
| "prefix": "mt:ItemGroupEntryNext", | |
| "body": [ | |
| "mt:ItemGroupEntryNext${1}>${2}</mt:ItemGroupEntryNext>" | |
| ] | |
| }, | |
| "mt:ItemGroupEntryPrevious": { | |
| "prefix": "mt:ItemGroupEntryPrevious", | |
| "body": [ | |
| "mt:ItemGroupEntryPrevious${1}>${2}</mt:ItemGroupEntryPrevious>" | |
| ] | |
| }, | |
| "mt:ItemGroupBlogNext": { | |
| "prefix": "mt:ItemGroupBlogNext", | |
| "body": [ | |
| "mt:ItemGroupBlogNext${1}>${2}</mt:ItemGroupBlogNext>" | |
| ] | |
| }, | |
| "mt:CustomGroupsFooter": { | |
| "prefix": "mt:CustomGroupsFooter", | |
| "body": [ | |
| "mt:CustomGroupsFooter>${1}</mt:CustomGroupsFooter>" | |
| ] | |
| }, | |
| "mt:ItemGroupCategoryPrevious": { | |
| "prefix": "mt:ItemGroupCategoryPrevious", | |
| "body": [ | |
| "mt:ItemGroupCategoryPrevious${1}>${2}</mt:ItemGroupCategoryPrevious>" | |
| ] | |
| }, | |
| "mt:CustomGroups": { | |
| "prefix": "mt:CustomGroups", | |
| "body": [ | |
| "mt:CustomGroups${1}>${2}</mt:CustomGroups>" | |
| ] | |
| }, | |
| "mt:ItemGroupCategoryNext": { | |
| "prefix": "mt:ItemGroupCategoryNext", | |
| "body": [ | |
| "mt:ItemGroupCategoryNext${1}>${2}</mt:ItemGroupCategoryNext>" | |
| ] | |
| }, | |
| "mt:IfCMSWebSite": { | |
| "prefix": "mt:IfCMSWebSite", | |
| "body": [ | |
| "mt:IfCMSWebSite${1}>${2}</mt:IfCMSWebSite>" | |
| ] | |
| }, | |
| "mt:CustomGroupsHeader": { | |
| "prefix": "mt:CustomGroupsHeader", | |
| "body": [ | |
| "mt:CustomGroupsHeader>${1}</mt:CustomGroupsHeader>" | |
| ] | |
| }, | |
| "mt:CustomConfigID": { | |
| "prefix": "mt:CustomConfigID", | |
| "body": [ | |
| "mt:CustomConfigID${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigCreatedOn": { | |
| "prefix": "mt:CustomConfigCreatedOn", | |
| "body": [ | |
| "mt:CustomConfigCreatedOn${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigAuthorDisplayName": { | |
| "prefix": "mt:CustomConfigAuthorDisplayName", | |
| "body": [ | |
| "mt:CustomConfigAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigKey": { | |
| "prefix": "mt:CustomConfigKey", | |
| "body": [ | |
| "mt:CustomConfigKey${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigValue": { | |
| "prefix": "mt:CustomConfigValue", | |
| "body": [ | |
| "mt:CustomConfigValue${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigPriority": { | |
| "prefix": "mt:CustomConfigPriority", | |
| "body": [ | |
| "mt:CustomConfigPriority${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigName": { | |
| "prefix": "mt:CustomConfigName", | |
| "body": [ | |
| "mt:CustomConfigName${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfigModifiedOn": { | |
| "prefix": "mt:CustomConfigModifiedOn", | |
| "body": [ | |
| "mt:CustomConfigModifiedOn${1} />" | |
| ] | |
| }, | |
| "mt:CustomConfig": { | |
| "prefix": "mt:CustomConfig", | |
| "body": [ | |
| "mt:CustomConfig${1}>${2}</mt:CustomConfig>" | |
| ] | |
| }, | |
| "mt:CustomConfigLoop": { | |
| "prefix": "mt:CustomConfigLoop", | |
| "body": [ | |
| "mt:CustomConfigLoop${1}>${2}</mt:CustomConfigLoop>" | |
| ] | |
| }, | |
| "mt:CountGroupCount": { | |
| "prefix": "mt:CountGroupCount", | |
| "body": [ | |
| "mt:CountGroupCount${1} />" | |
| ] | |
| }, | |
| "mt:CountGroupValue": { | |
| "prefix": "mt:CountGroupValue", | |
| "body": [ | |
| "mt:CountGroupValue${1} />" | |
| ] | |
| }, | |
| "mt:CountGroupBy": { | |
| "prefix": "mt:CountGroupBy", | |
| "body": [ | |
| "mt:CountGroupBy${1}>${2}</mt:CountGroupBy>" | |
| ] | |
| }, | |
| "format_ts=\"\"": { | |
| "prefix": "format_ts=\"\"", | |
| "body": [ | |
| "format_ts=\"${1}\"" | |
| ] | |
| }, | |
| "mt:FormElementDescription": { | |
| "prefix": "mt:FormElementDescription", | |
| "body": [ | |
| "mt:FormElementDescription${1} />" | |
| ] | |
| }, | |
| "mt:FormElementBasename": { | |
| "prefix": "mt:FormElementBasename", | |
| "body": [ | |
| "mt:FormElementBasename${1} />" | |
| ] | |
| }, | |
| "mt:FormElementOption": { | |
| "prefix": "mt:FormElementOption", | |
| "body": [ | |
| "mt:FormElementOption${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormStaticLink": { | |
| "prefix": "mt:ContactFormStaticLink", | |
| "body": [ | |
| "mt:ContactFormStaticLink${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackClosedMessage": { | |
| "prefix": "mt:FeedbackClosedMessage", | |
| "body": [ | |
| "mt:FeedbackClosedMessage${1} />" | |
| ] | |
| }, | |
| "mt:FormCMSFormStatusMsg": { | |
| "prefix": "mt:FormCMSFormStatusMsg", | |
| "body": [ | |
| "mt:FormCMSFormStatusMsg${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormAuthorDisplayName": { | |
| "prefix": "mt:ContactFormAuthorDisplayName", | |
| "body": [ | |
| "mt:ContactFormAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackInformationMessage": { | |
| "prefix": "mt:FeedbackInformationMessage", | |
| "body": [ | |
| "mt:FeedbackInformationMessage${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackConfirmMessage": { | |
| "prefix": "mt:FeedbackConfirmMessage", | |
| "body": [ | |
| "mt:FeedbackConfirmMessage${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormColumn": { | |
| "prefix": "mt:ContactFormColumn", | |
| "body": [ | |
| "mt:ContactFormColumn${1} />" | |
| ] | |
| }, | |
| "mt:FormElementColumn": { | |
| "prefix": "mt:FormElementColumn", | |
| "body": [ | |
| "mt:FormElementColumn${1} />" | |
| ] | |
| }, | |
| "mt:FormElementDefault": { | |
| "prefix": "mt:FormElementDefault", | |
| "body": [ | |
| "mt:FormElementDefault${1} />" | |
| ] | |
| }, | |
| "mt:FormElementType": { | |
| "prefix": "mt:FormElementType", | |
| "body": [ | |
| "mt:FormElementType${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormID": { | |
| "prefix": "mt:ContactFormID", | |
| "body": [ | |
| "mt:ContactFormID${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackPreOpenMessage": { | |
| "prefix": "mt:FeedbackPreOpenMessage", | |
| "body": [ | |
| "mt:FeedbackPreOpenMessage${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackCount": { | |
| "prefix": "mt:FeedbackCount", | |
| "body": [ | |
| "mt:FeedbackCount${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormFieldScope": { | |
| "prefix": "mt:ContactFormFieldScope", | |
| "body": [ | |
| "mt:ContactFormFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:FormElementName": { | |
| "prefix": "mt:FormElementName", | |
| "body": [ | |
| "mt:FormElementName${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackThanksMessage": { | |
| "prefix": "mt:FeedbackThanksMessage", | |
| "body": [ | |
| "mt:FeedbackThanksMessage${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackErrorMessage": { | |
| "prefix": "mt:FeedbackErrorMessage", | |
| "body": [ | |
| "mt:FeedbackErrorMessage${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormScript": { | |
| "prefix": "mt:ContactFormScript", | |
| "body": [ | |
| "mt:ContactFormScript${1} />" | |
| ] | |
| }, | |
| "mt:ContactFormName": { | |
| "prefix": "mt:ContactFormName", | |
| "body": [ | |
| "mt:ContactFormName${1} />" | |
| ] | |
| }, | |
| "mt:FormElementSize": { | |
| "prefix": "mt:FormElementSize", | |
| "body": [ | |
| "mt:FormElementSize${1} />" | |
| ] | |
| }, | |
| "mt:FormCMSHTML": { | |
| "prefix": "mt:FormCMSHTML", | |
| "body": [ | |
| "mt:FormCMSHTML${1} />" | |
| ] | |
| }, | |
| "mt:FormElementHTML": { | |
| "prefix": "mt:FormElementHTML", | |
| "body": [ | |
| "mt:FormElementHTML${1} />" | |
| ] | |
| }, | |
| "mt:IfContactFormIsClosed": { | |
| "prefix": "mt:IfContactFormIsClosed", | |
| "body": [ | |
| "mt:IfContactFormIsClosed${1}>${2}</mt:IfContactFormIsClosed>" | |
| ] | |
| }, | |
| "mt:IfFeedbackAlreadyPosted": { | |
| "prefix": "mt:IfFeedbackAlreadyPosted", | |
| "body": [ | |
| "mt:IfFeedbackAlreadyPosted${1}>${2}</mt:IfFeedbackAlreadyPosted>" | |
| ] | |
| }, | |
| "mt:ContactForms": { | |
| "prefix": "mt:ContactForms", | |
| "body": [ | |
| "mt:ContactForms${1}>${2}</mt:ContactForms>" | |
| ] | |
| }, | |
| "mt:IfFormElementValidate": { | |
| "prefix": "mt:IfFormElementValidate", | |
| "body": [ | |
| "mt:IfFormElementValidate${1}>${2}</mt:IfFormElementValidate>" | |
| ] | |
| }, | |
| "mt:IfFormElementColumn": { | |
| "prefix": "mt:IfFormElementColumn", | |
| "body": [ | |
| "mt:IfFormElementColumn${1}>${2}</mt:IfFormElementColumn>" | |
| ] | |
| }, | |
| "mt:IfContactFormIsPreOpen": { | |
| "prefix": "mt:IfContactFormIsPreOpen", | |
| "body": [ | |
| "mt:IfContactFormIsPreOpen${1}>${2}</mt:IfContactFormIsPreOpen>" | |
| ] | |
| }, | |
| "mt:IfContactFormIsOpen": { | |
| "prefix": "mt:IfContactFormIsOpen", | |
| "body": [ | |
| "mt:IfContactFormIsOpen${1}>${2}</mt:IfContactFormIsOpen>" | |
| ] | |
| }, | |
| "mt:FormElementOptions": { | |
| "prefix": "mt:FormElementOptions", | |
| "body": [ | |
| "mt:FormElementOptions${1}>${2}</mt:FormElementOptions>" | |
| ] | |
| }, | |
| "mt:IfFormElementRequired": { | |
| "prefix": "mt:IfFormElementRequired", | |
| "body": [ | |
| "mt:IfFormElementRequired${1}>${2}</mt:IfFormElementRequired>" | |
| ] | |
| }, | |
| "mt:CampaignRedirect": { | |
| "prefix": "mt:CampaignRedirect", | |
| "body": [ | |
| "mt:CampaignRedirect${1} />" | |
| ] | |
| }, | |
| "mt:BannerCounter": { | |
| "prefix": "mt:BannerCounter", | |
| "body": [ | |
| "mt:BannerCounter${1} />" | |
| ] | |
| }, | |
| "mt:BannerUniqClicks": { | |
| "prefix": "mt:BannerUniqClicks", | |
| "body": [ | |
| "mt:BannerUniqClicks${1} />" | |
| ] | |
| }, | |
| "mt:BannerDisplays": { | |
| "prefix": "mt:BannerDisplays", | |
| "body": [ | |
| "mt:BannerDisplays${1} />" | |
| ] | |
| }, | |
| "mt:CampaignConversionCounter": { | |
| "prefix": "mt:CampaignConversionCounter", | |
| "body": [ | |
| "mt:CampaignConversionCounter${1} />" | |
| ] | |
| }, | |
| "mt:BannerPublishingOn": { | |
| "prefix": "mt:BannerPublishingOn", | |
| "body": [ | |
| "mt:BannerPublishingOn${1} />" | |
| ] | |
| }, | |
| "mt:BannerText": { | |
| "prefix": "mt:BannerText", | |
| "body": [ | |
| "mt:BannerText${1} />" | |
| ] | |
| }, | |
| "mt:BannerURL": { | |
| "prefix": "mt:BannerURL", | |
| "body": [ | |
| "mt:BannerURL${1} />" | |
| ] | |
| }, | |
| "mt:CampaignCounter": { | |
| "prefix": "mt:CampaignCounter", | |
| "body": [ | |
| "mt:CampaignCounter${1} />" | |
| ] | |
| }, | |
| "mt:CampaignBannerWidth": { | |
| "prefix": "mt:CampaignBannerWidth", | |
| "body": [ | |
| "mt:CampaignBannerWidth${1} />" | |
| ] | |
| }, | |
| "mt:CampaignAuthorDisplayName": { | |
| "prefix": "mt:CampaignAuthorDisplayName", | |
| "body": [ | |
| "mt:CampaignAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:BannerBannerHeight": { | |
| "prefix": "mt:BannerBannerHeight", | |
| "body": [ | |
| "mt:BannerBannerHeight${1} />" | |
| ] | |
| }, | |
| "mt:BannerMaxUniqDisplays": { | |
| "prefix": "mt:BannerMaxUniqDisplays", | |
| "body": [ | |
| "mt:BannerMaxUniqDisplays${1} />" | |
| ] | |
| }, | |
| "mt:CampaignTitle": { | |
| "prefix": "mt:CampaignTitle", | |
| "body": [ | |
| "mt:CampaignTitle${1} />" | |
| ] | |
| }, | |
| "mt:CampaignMaxDisplays": { | |
| "prefix": "mt:CampaignMaxDisplays", | |
| "body": [ | |
| "mt:CampaignMaxDisplays${1} />" | |
| ] | |
| }, | |
| "mt:CampaignConversion": { | |
| "prefix": "mt:CampaignConversion", | |
| "body": [ | |
| "mt:CampaignConversion${1} />" | |
| ] | |
| }, | |
| "mt:CampaignCreatedOn": { | |
| "prefix": "mt:CampaignCreatedOn", | |
| "body": [ | |
| "mt:CampaignCreatedOn${1} />" | |
| ] | |
| }, | |
| "mt:BannerMemo": { | |
| "prefix": "mt:BannerMemo", | |
| "body": [ | |
| "mt:BannerMemo${1} />" | |
| ] | |
| }, | |
| "mt:CampaignBannerURL": { | |
| "prefix": "mt:CampaignBannerURL", | |
| "body": [ | |
| "mt:CampaignBannerURL${1} />" | |
| ] | |
| }, | |
| "mt:BannerConversionView": { | |
| "prefix": "mt:BannerConversionView", | |
| "body": [ | |
| "mt:BannerConversionView${1} />" | |
| ] | |
| }, | |
| "mt:CampaignConversionView": { | |
| "prefix": "mt:CampaignConversionView", | |
| "body": [ | |
| "mt:CampaignConversionView${1} />" | |
| ] | |
| }, | |
| "mt:CampaignUniqDisplays": { | |
| "prefix": "mt:CampaignUniqDisplays", | |
| "body": [ | |
| "mt:CampaignUniqDisplays${1} />" | |
| ] | |
| }, | |
| "mt:CampaignDisplays": { | |
| "prefix": "mt:CampaignDisplays", | |
| "body": [ | |
| "mt:CampaignDisplays${1} />" | |
| ] | |
| }, | |
| "mt:CampaignMaxClicks": { | |
| "prefix": "mt:CampaignMaxClicks", | |
| "body": [ | |
| "mt:CampaignMaxClicks${1} />" | |
| ] | |
| }, | |
| "mt:BannerPeriodOn": { | |
| "prefix": "mt:BannerPeriodOn", | |
| "body": [ | |
| "mt:BannerPeriodOn${1} />" | |
| ] | |
| }, | |
| "mt:BannerRedirect": { | |
| "prefix": "mt:BannerRedirect", | |
| "body": [ | |
| "mt:BannerRedirect${1} />" | |
| ] | |
| }, | |
| "mt:BannerMaxClicks": { | |
| "prefix": "mt:BannerMaxClicks", | |
| "body": [ | |
| "mt:BannerMaxClicks${1} />" | |
| ] | |
| }, | |
| "mt:CampaignBannerHeight": { | |
| "prefix": "mt:CampaignBannerHeight", | |
| "body": [ | |
| "mt:CampaignBannerHeight${1} />" | |
| ] | |
| }, | |
| "mt:BannerTitle": { | |
| "prefix": "mt:BannerTitle", | |
| "body": [ | |
| "mt:BannerTitle${1} />" | |
| ] | |
| }, | |
| "mt:CampaignUniqClicks": { | |
| "prefix": "mt:CampaignUniqClicks", | |
| "body": [ | |
| "mt:CampaignUniqClicks${1} />" | |
| ] | |
| }, | |
| "mt:CampaignText": { | |
| "prefix": "mt:CampaignText", | |
| "body": [ | |
| "mt:CampaignText${1} />" | |
| ] | |
| }, | |
| "mt:CampaignID": { | |
| "prefix": "mt:CampaignID", | |
| "body": [ | |
| "mt:CampaignID${1} />" | |
| ] | |
| }, | |
| "mt:CampaignClicks": { | |
| "prefix": "mt:CampaignClicks", | |
| "body": [ | |
| "mt:CampaignClicks${1} />" | |
| ] | |
| }, | |
| "mt:BannerScript": { | |
| "prefix": "mt:BannerScript", | |
| "body": [ | |
| "mt:BannerScript${1} />" | |
| ] | |
| }, | |
| "mt:CampaignFieldScope": { | |
| "prefix": "mt:CampaignFieldScope", | |
| "body": [ | |
| "mt:CampaignFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:CampaignScript": { | |
| "prefix": "mt:CampaignScript", | |
| "body": [ | |
| "mt:CampaignScript${1} />" | |
| ] | |
| }, | |
| "mt:BannerClicks": { | |
| "prefix": "mt:BannerClicks", | |
| "body": [ | |
| "mt:BannerClicks${1} />" | |
| ] | |
| }, | |
| "mt:BannerConversion": { | |
| "prefix": "mt:BannerConversion", | |
| "body": [ | |
| "mt:BannerConversion${1} />" | |
| ] | |
| }, | |
| "mt:BannerConversionCounter": { | |
| "prefix": "mt:BannerConversionCounter", | |
| "body": [ | |
| "mt:BannerConversionCounter${1} />" | |
| ] | |
| }, | |
| "mt:BannerCreatedOn": { | |
| "prefix": "mt:BannerCreatedOn", | |
| "body": [ | |
| "mt:BannerCreatedOn${1} />" | |
| ] | |
| }, | |
| "mt:CampaignPeriodOn": { | |
| "prefix": "mt:CampaignPeriodOn", | |
| "body": [ | |
| "mt:CampaignPeriodOn${1} />" | |
| ] | |
| }, | |
| "mt:CampaignMaxUniqDisplays": { | |
| "prefix": "mt:CampaignMaxUniqDisplays", | |
| "body": [ | |
| "mt:CampaignMaxUniqDisplays${1} />" | |
| ] | |
| }, | |
| "mt:BannerBannerWidth": { | |
| "prefix": "mt:BannerBannerWidth", | |
| "body": [ | |
| "mt:BannerBannerWidth${1} />" | |
| ] | |
| }, | |
| "mt:BannerFieldScope": { | |
| "prefix": "mt:BannerFieldScope", | |
| "body": [ | |
| "mt:BannerFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:BannerBasename": { | |
| "prefix": "mt:BannerBasename", | |
| "body": [ | |
| "mt:BannerBasename${1} />" | |
| ] | |
| }, | |
| "mt:BannerMaxUniqClicks": { | |
| "prefix": "mt:BannerMaxUniqClicks", | |
| "body": [ | |
| "mt:BannerMaxUniqClicks${1} />" | |
| ] | |
| }, | |
| "mt:BannerMaxDisplays": { | |
| "prefix": "mt:BannerMaxDisplays", | |
| "body": [ | |
| "mt:BannerMaxDisplays${1} />" | |
| ] | |
| }, | |
| "mt:BannerBannerURL": { | |
| "prefix": "mt:BannerBannerURL", | |
| "body": [ | |
| "mt:BannerBannerURL${1} />" | |
| ] | |
| }, | |
| "mt:BannerID": { | |
| "prefix": "mt:BannerID", | |
| "body": [ | |
| "mt:BannerID${1} />" | |
| ] | |
| }, | |
| "mt:CampaignPublishingOn": { | |
| "prefix": "mt:CampaignPublishingOn", | |
| "body": [ | |
| "mt:CampaignPublishingOn${1} />" | |
| ] | |
| }, | |
| "mt:CampaignMemo": { | |
| "prefix": "mt:CampaignMemo", | |
| "body": [ | |
| "mt:CampaignMemo${1} />" | |
| ] | |
| }, | |
| "mt:CampaignMaxUniqClicks": { | |
| "prefix": "mt:CampaignMaxUniqClicks", | |
| "body": [ | |
| "mt:CampaignMaxUniqClicks${1} />" | |
| ] | |
| }, | |
| "mt:CampaignBasename": { | |
| "prefix": "mt:CampaignBasename", | |
| "body": [ | |
| "mt:CampaignBasename${1} />" | |
| ] | |
| }, | |
| "mt:CampaignMovieURL": { | |
| "prefix": "mt:CampaignMovieURL", | |
| "body": [ | |
| "mt:CampaignMovieURL${1} />" | |
| ] | |
| }, | |
| "mt:BannerAuthorDisplayName": { | |
| "prefix": "mt:BannerAuthorDisplayName", | |
| "body": [ | |
| "mt:BannerAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:BannerUniqDisplays": { | |
| "prefix": "mt:BannerUniqDisplays", | |
| "body": [ | |
| "mt:BannerUniqDisplays${1} />" | |
| ] | |
| }, | |
| "mt:CampaignURL": { | |
| "prefix": "mt:CampaignURL", | |
| "body": [ | |
| "mt:CampaignURL${1} />" | |
| ] | |
| }, | |
| "mt:BannerMovieURL": { | |
| "prefix": "mt:BannerMovieURL", | |
| "body": [ | |
| "mt:BannerMovieURL${1} />" | |
| ] | |
| }, | |
| "mt:IfCampaignHasImage": { | |
| "prefix": "mt:IfCampaignHasImage", | |
| "body": [ | |
| "mt:IfCampaignHasImage${1}>${2}</mt:IfCampaignHasImage>" | |
| ] | |
| }, | |
| "mt:CampaignTags": { | |
| "prefix": "mt:CampaignTags", | |
| "body": [ | |
| "mt:CampaignTags${1}>${2}</mt:CampaignTags>" | |
| ] | |
| }, | |
| "mt:CampaignIfTagged": { | |
| "prefix": "mt:CampaignIfTagged", | |
| "body": [ | |
| "mt:CampaignIfTagged${1}>${2}</mt:CampaignIfTagged>" | |
| ] | |
| }, | |
| "mt:IfBannerActive": { | |
| "prefix": "mt:IfBannerActive", | |
| "body": [ | |
| "mt:IfBannerActive${1}>${2}</mt:IfBannerActive>" | |
| ] | |
| }, | |
| "mt:IfBannerHasMovie": { | |
| "prefix": "mt:IfBannerHasMovie", | |
| "body": [ | |
| "mt:IfBannerHasMovie${1}>${2}</mt:IfBannerHasMovie>" | |
| ] | |
| }, | |
| "mt:Banner": { | |
| "prefix": "mt:Banner", | |
| "body": [ | |
| "mt:Banner${1}>${2}</mt:Banner>" | |
| ] | |
| }, | |
| "mt:BannerTags": { | |
| "prefix": "mt:BannerTags", | |
| "body": [ | |
| "mt:BannerTags${1}>${2}</mt:BannerTags>" | |
| ] | |
| }, | |
| "mt:IfIE": { | |
| "prefix": "mt:IfIE", | |
| "body": [ | |
| "mt:IfIE${1}>${2}</mt:IfIE>" | |
| ] | |
| }, | |
| "mt:CampaignsFooter": { | |
| "prefix": "mt:CampaignsFooter", | |
| "body": [ | |
| "mt:CampaignsFooter>${1}</mt:CampaignsFooter>" | |
| ] | |
| }, | |
| "mt:IfCampaignActive": { | |
| "prefix": "mt:IfCampaignActive", | |
| "body": [ | |
| "mt:IfCampaignActive${1}>${2}</mt:IfCampaignActive>" | |
| ] | |
| }, | |
| "mt:Banners": { | |
| "prefix": "mt:Banners", | |
| "body": [ | |
| "mt:Banners${1}>${2}</mt:Banners>" | |
| ] | |
| }, | |
| "mt:BannersFooter": { | |
| "prefix": "mt:BannersFooter", | |
| "body": [ | |
| "mt:BannersFooter>${1}</mt:BannersFooter>" | |
| ] | |
| }, | |
| "mt:Campaigns": { | |
| "prefix": "mt:Campaigns", | |
| "body": [ | |
| "mt:Campaigns${1}>${2}</mt:Campaigns>" | |
| ] | |
| }, | |
| "mt:CampaignsHeader": { | |
| "prefix": "mt:CampaignsHeader", | |
| "body": [ | |
| "mt:CampaignsHeader>${1}</mt:CampaignsHeader>" | |
| ] | |
| }, | |
| "mt:BannerAsset": { | |
| "prefix": "mt:BannerAsset", | |
| "body": [ | |
| "mt:BannerAsset${1}>${2}</mt:BannerAsset>" | |
| ] | |
| }, | |
| "mt:BannerIfTagged": { | |
| "prefix": "mt:BannerIfTagged", | |
| "body": [ | |
| "mt:BannerIfTagged${1}>${2}</mt:BannerIfTagged>" | |
| ] | |
| }, | |
| "mt:BannersHeader": { | |
| "prefix": "mt:BannersHeader", | |
| "body": [ | |
| "mt:BannersHeader>${1}</mt:BannersHeader>" | |
| ] | |
| }, | |
| "mt:IfCampaignHasMovie": { | |
| "prefix": "mt:IfCampaignHasMovie", | |
| "body": [ | |
| "mt:IfCampaignHasMovie${1}>${2}</mt:IfCampaignHasMovie>" | |
| ] | |
| }, | |
| "mt:Campaign": { | |
| "prefix": "mt:Campaign", | |
| "body": [ | |
| "mt:Campaign${1}>${2}</mt:Campaign>" | |
| ] | |
| }, | |
| "mt:CampaignAuthor": { | |
| "prefix": "mt:CampaignAuthor", | |
| "body": [ | |
| "mt:CampaignAuthor${1}>${2}</mt:CampaignAuthor>" | |
| ] | |
| }, | |
| "mt:IfBannerHasImage": { | |
| "prefix": "mt:IfBannerHasImage", | |
| "body": [ | |
| "mt:IfBannerHasImage${1}>${2}</mt:IfBannerHasImage>" | |
| ] | |
| }, | |
| "mt:CampaignRandom": { | |
| "prefix": "mt:CampaignRandom", | |
| "body": [ | |
| "mt:CampaignRandom${1}>${2}</mt:CampaignRandom>" | |
| ] | |
| }, | |
| "mt:BannerAuthor": { | |
| "prefix": "mt:BannerAuthor", | |
| "body": [ | |
| "mt:BannerAuthor${1}>${2}</mt:BannerAuthor>" | |
| ] | |
| }, | |
| "mt:BannerRandom": { | |
| "prefix": "mt:BannerRandom", | |
| "body": [ | |
| "mt:BannerRandom${1}>${2}</mt:BannerRandom>" | |
| ] | |
| }, | |
| "mt:CampaignAsset": { | |
| "prefix": "mt:CampaignAsset", | |
| "body": [ | |
| "mt:CampaignAsset${1}>${2}</mt:CampaignAsset>" | |
| ] | |
| }, | |
| "asset2url=\"\"": { | |
| "prefix": "asset2url=\"\"", | |
| "body": [ | |
| "asset2url=\"${1}\"" | |
| ] | |
| }, | |
| "exportformat=\"\"": { | |
| "prefix": "exportformat=\"\"", | |
| "body": [ | |
| "exportformat=\"${1}\"" | |
| ] | |
| }, | |
| "mt:CustomFieldType": { | |
| "prefix": "mt:CustomFieldType", | |
| "body": [ | |
| "mt:CustomFieldType${1} />" | |
| ] | |
| }, | |
| "mt:ExportEntries": { | |
| "prefix": "mt:ExportEntries", | |
| "body": [ | |
| "mt:ExportEntries${1}>${2}</mt:ExportEntries>" | |
| ] | |
| }, | |
| "mt:CMSCacheBlock": { | |
| "prefix": "mt:CMSCacheBlock", | |
| "body": [ | |
| "mt:CMSCacheBlock${1}>${2}</mt:CMSCacheBlock>" | |
| ] | |
| }, | |
| "mt:RequestCacheBlock": { | |
| "prefix": "mt:RequestCacheBlock", | |
| "body": [ | |
| "mt:RequestCacheBlock${1}>${2}</mt:RequestCacheBlock>" | |
| ] | |
| }, | |
| "mt:ContactFormFileAsset": { | |
| "prefix": "mt:ContactFormFileAsset", | |
| "body": [ | |
| "mt:ContactFormFileAsset${1}>${2}</mt:ContactFormFileAsset>" | |
| ] | |
| }, | |
| "mt:BreadcrumbsLabel": { | |
| "prefix": "mt:BreadcrumbsLabel", | |
| "body": [ | |
| "mt:BreadcrumbsLabel${1} />" | |
| ] | |
| }, | |
| "mt:BreadcrumbsTitle": { | |
| "prefix": "mt:BreadcrumbsTitle", | |
| "body": [ | |
| "mt:BreadcrumbsTitle${1} />" | |
| ] | |
| }, | |
| "mt:BreadcrumbsLink": { | |
| "prefix": "mt:BreadcrumbsLink", | |
| "body": [ | |
| "mt:BreadcrumbsLink${1} />" | |
| ] | |
| }, | |
| "mt:BreadcrumbsURL": { | |
| "prefix": "mt:BreadcrumbsURL", | |
| "body": [ | |
| "mt:BreadcrumbsURL${1} />" | |
| ] | |
| }, | |
| "mt:Breadcrumbs": { | |
| "prefix": "mt:Breadcrumbs", | |
| "body": [ | |
| "mt:Breadcrumbs${1}>${2}</mt:Breadcrumbs>" | |
| ] | |
| }, | |
| "mt:UserBookmarks": { | |
| "prefix": "mt:UserBookmarks", | |
| "body": [ | |
| "mt:UserBookmarks${1}>${2}</mt:UserBookmarks>" | |
| ] | |
| }, | |
| "mt:BlogTreeBlogNameTrim": { | |
| "prefix": "mt:BlogTreeBlogNameTrim", | |
| "body": [ | |
| "mt:BlogTreeBlogNameTrim${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreePingCount": { | |
| "prefix": "mt:BlogTreePingCount", | |
| "body": [ | |
| "mt:BlogTreePingCount${1} />" | |
| ] | |
| }, | |
| "mt:AdminFullURL": { | |
| "prefix": "mt:AdminFullURL", | |
| "body": [ | |
| "mt:AdminFullURL${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeEntiesLastn": { | |
| "prefix": "mt:BlogTreeEntiesLastn", | |
| "body": [ | |
| "mt:BlogTreeEntiesLastn${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeFormDataCount": { | |
| "prefix": "mt:BlogTreeFormDataCount", | |
| "body": [ | |
| "mt:BlogTreeFormDataCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeDashboardCSS": { | |
| "prefix": "mt:BlogTreeDashboardCSS", | |
| "body": [ | |
| "mt:BlogTreeDashboardCSS${1} />" | |
| ] | |
| }, | |
| "mt:ISCreatePosts": { | |
| "prefix": "mt:ISCreatePosts", | |
| "body": [ | |
| "mt:ISCreatePosts${1} />" | |
| ] | |
| }, | |
| "mt:StaticFullURL": { | |
| "prefix": "mt:StaticFullURL", | |
| "body": [ | |
| "mt:StaticFullURL${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeFolderCount": { | |
| "prefix": "mt:BlogTreeFolderCount", | |
| "body": [ | |
| "mt:BlogTreeFolderCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeCatMaxDisplay": { | |
| "prefix": "mt:BlogTreeCatMaxDisplay", | |
| "body": [ | |
| "mt:BlogTreeCatMaxDisplay${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeEntryTitleTrim": { | |
| "prefix": "mt:BlogTreeEntryTitleTrim", | |
| "body": [ | |
| "mt:BlogTreeEntryTitleTrim${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeTagCount": { | |
| "prefix": "mt:BlogTreeTagCount", | |
| "body": [ | |
| "mt:BlogTreeTagCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeCommentCount": { | |
| "prefix": "mt:BlogTreeCommentCount", | |
| "body": [ | |
| "mt:BlogTreeCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeEntriesCount": { | |
| "prefix": "mt:BlogTreeEntriesCount", | |
| "body": [ | |
| "mt:BlogTreeEntriesCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeCatMaxDepth": { | |
| "prefix": "mt:BlogTreeCatMaxDepth", | |
| "body": [ | |
| "mt:BlogTreeCatMaxDepth${1} />" | |
| ] | |
| }, | |
| "mt:BlogTreeEntries": { | |
| "prefix": "mt:BlogTreeEntries", | |
| "body": [ | |
| "mt:BlogTreeEntries${1}>${2}</mt:BlogTreeEntries>" | |
| ] | |
| }, | |
| "mt:IfUserCanCreatePage": { | |
| "prefix": "mt:IfUserCanCreatePage", | |
| "body": [ | |
| "mt:IfUserCanCreatePage${1}>${2}</mt:IfUserCanCreatePage>" | |
| ] | |
| }, | |
| "mt:BlogTreeAssets": { | |
| "prefix": "mt:BlogTreeAssets", | |
| "body": [ | |
| "mt:BlogTreeAssets${1}>${2}</mt:BlogTreeAssets>" | |
| ] | |
| }, | |
| "mt:IfBlogTree": { | |
| "prefix": "mt:IfBlogTree", | |
| "body": [ | |
| "mt:IfBlogTree${1}>${2}</mt:IfBlogTree>" | |
| ] | |
| }, | |
| "mt:IfBlogTreeEntryPublished": { | |
| "prefix": "mt:IfBlogTreeEntryPublished", | |
| "body": [ | |
| "mt:IfBlogTreeEntryPublished${1}>${2}</mt:IfBlogTreeEntryPublished>" | |
| ] | |
| }, | |
| "mt:BlogTreeAssetsFooter": { | |
| "prefix": "mt:BlogTreeAssetsFooter", | |
| "body": [ | |
| "mt:BlogTreeAssetsFooter>${1}</mt:BlogTreeAssetsFooter>" | |
| ] | |
| }, | |
| "mt:IfUserCanCreateEntry": { | |
| "prefix": "mt:IfUserCanCreateEntry", | |
| "body": [ | |
| "mt:IfUserCanCreateEntry${1}>${2}</mt:IfUserCanCreateEntry>" | |
| ] | |
| }, | |
| "mt:CMSBlogContext": { | |
| "prefix": "mt:CMSBlogContext", | |
| "body": [ | |
| "mt:CMSBlogContext${1}>${2}</mt:CMSBlogContext>" | |
| ] | |
| }, | |
| "mt:IfUserIsSuperuser": { | |
| "prefix": "mt:IfUserIsSuperuser", | |
| "body": [ | |
| "mt:IfUserIsSuperuser${1}>${2}</mt:IfUserIsSuperuser>" | |
| ] | |
| }, | |
| "mt:IfChildBlog": { | |
| "prefix": "mt:IfChildBlog", | |
| "body": [ | |
| "mt:IfChildBlog${1}>${2}</mt:IfChildBlog>" | |
| ] | |
| }, | |
| "mt:BlogTreeEntriesHeader": { | |
| "prefix": "mt:BlogTreeEntriesHeader", | |
| "body": [ | |
| "mt:BlogTreeEntriesHeader>${1}</mt:BlogTreeEntriesHeader>" | |
| ] | |
| }, | |
| "mt:BlogTreeAssetsHeader": { | |
| "prefix": "mt:BlogTreeAssetsHeader", | |
| "body": [ | |
| "mt:BlogTreeAssetsHeader>${1}</mt:BlogTreeAssetsHeader>" | |
| ] | |
| }, | |
| "mt:IfUserHasPerm": { | |
| "prefix": "mt:IfUserHasPerm", | |
| "body": [ | |
| "mt:IfUserHasPerm${1}>${2}</mt:IfUserHasPerm>" | |
| ] | |
| }, | |
| "mt:RemoveReturn": { | |
| "prefix": "mt:RemoveReturn", | |
| "body": [ | |
| "mt:RemoveReturn${1}>${2}</mt:RemoveReturn>" | |
| ] | |
| }, | |
| "mt:BlogTreeEntriesFooter": { | |
| "prefix": "mt:BlogTreeEntriesFooter", | |
| "body": [ | |
| "mt:BlogTreeEntriesFooter>${1}</mt:BlogTreeEntriesFooter>" | |
| ] | |
| }, | |
| "mt:IfCategoryIsTopLevel": { | |
| "prefix": "mt:IfCategoryIsTopLevel", | |
| "body": [ | |
| "mt:IfCategoryIsTopLevel${1}>${2}</mt:IfCategoryIsTopLevel>" | |
| ] | |
| }, | |
| "asset_id=\"\"": { | |
| "prefix": "asset_id=\"\"", | |
| "body": [ | |
| "asset_id=\"${1}\"" | |
| ] | |
| }, | |
| "path2url=\"\"": { | |
| "prefix": "path2url=\"\"", | |
| "body": [ | |
| "path2url=\"${1}\"" | |
| ] | |
| }, | |
| "get_basename=\"\"": { | |
| "prefix": "get_basename=\"\"", | |
| "body": [ | |
| "get_basename=\"${1}\"" | |
| ] | |
| }, | |
| "HTMLImageElement=\"\"": { | |
| "prefix": "HTMLImageElement=\"\"", | |
| "body": [ | |
| "HTMLImageElement=\"${1}\"" | |
| ] | |
| }, | |
| "mt:EntryAttachFile": { | |
| "prefix": "mt:EntryAttachFile", | |
| "body": [ | |
| "mt:EntryAttachFile${1} />" | |
| ] | |
| }, | |
| "mt:AttachFileCounter": { | |
| "prefix": "mt:AttachFileCounter", | |
| "body": [ | |
| "mt:AttachFileCounter${1} />" | |
| ] | |
| }, | |
| "mt:EntryAttachFilesValues": { | |
| "prefix": "mt:EntryAttachFilesValues", | |
| "body": [ | |
| "mt:EntryAttachFilesValues${1} />" | |
| ] | |
| }, | |
| "mt:IfBlogAttachFile": { | |
| "prefix": "mt:IfBlogAttachFile", | |
| "body": [ | |
| "mt:IfBlogAttachFile${1}>${2}</mt:IfBlogAttachFile>" | |
| ] | |
| }, | |
| "mt:EntryAttachFiles": { | |
| "prefix": "mt:EntryAttachFiles", | |
| "body": [ | |
| "mt:EntryAttachFiles${1}>${2}</mt:EntryAttachFiles>" | |
| ] | |
| }, | |
| "mt:IfCategoryAttachFile": { | |
| "prefix": "mt:IfCategoryAttachFile", | |
| "body": [ | |
| "mt:IfCategoryAttachFile${1}>${2}</mt:IfCategoryAttachFile>" | |
| ] | |
| }, | |
| "mt:CategoryAttachFiles": { | |
| "prefix": "mt:CategoryAttachFiles", | |
| "body": [ | |
| "mt:CategoryAttachFiles${1}>${2}</mt:CategoryAttachFiles>" | |
| ] | |
| }, | |
| "mt:BlogAttachFiles": { | |
| "prefix": "mt:BlogAttachFiles", | |
| "body": [ | |
| "mt:BlogAttachFiles${1}>${2}</mt:BlogAttachFiles>" | |
| ] | |
| }, | |
| "mt:IfEntryAttachFile": { | |
| "prefix": "mt:IfEntryAttachFile", | |
| "body": [ | |
| "mt:IfEntryAttachFile${1}>${2}</mt:IfEntryAttachFile>" | |
| ] | |
| }, | |
| "mt:AssetGroupFieldScope": { | |
| "prefix": "mt:AssetGroupFieldScope", | |
| "body": [ | |
| "mt:AssetGroupFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:GroupAssetsHeader": { | |
| "prefix": "mt:GroupAssetsHeader", | |
| "body": [ | |
| "mt:GroupAssetsHeader>${1}</mt:GroupAssetsHeader>" | |
| ] | |
| }, | |
| "mt:ItemGroupAssetsHeader": { | |
| "prefix": "mt:ItemGroupAssetsHeader", | |
| "body": [ | |
| "mt:ItemGroupAssetsHeader>${1}</mt:ItemGroupAssetsHeader>" | |
| ] | |
| }, | |
| "mt:GroupAssets": { | |
| "prefix": "mt:GroupAssets", | |
| "body": [ | |
| "mt:GroupAssets${1}>${2}</mt:GroupAssets>" | |
| ] | |
| }, | |
| "mt:GroupAssetsFooter": { | |
| "prefix": "mt:GroupAssetsFooter", | |
| "body": [ | |
| "mt:GroupAssetsFooter>${1}</mt:GroupAssetsFooter>" | |
| ] | |
| }, | |
| "mt:ItemGroupAssets": { | |
| "prefix": "mt:ItemGroupAssets", | |
| "body": [ | |
| "mt:ItemGroupAssets${1}>${2}</mt:ItemGroupAssets>" | |
| ] | |
| }, | |
| "mt:ItemGroupAssetsFooter": { | |
| "prefix": "mt:ItemGroupAssetsFooter", | |
| "body": [ | |
| "mt:ItemGroupAssetsFooter>${1}</mt:ItemGroupAssetsFooter>" | |
| ] | |
| }, | |
| "url2download=\"\"": { | |
| "prefix": "url2download=\"\"", | |
| "body": [ | |
| "url2download=\"${1}\"" | |
| ] | |
| }, | |
| "mt:DownloadScript": { | |
| "prefix": "mt:DownloadScript", | |
| "body": [ | |
| "mt:DownloadScript${1} />" | |
| ] | |
| }, | |
| "absolute=\"\"": { | |
| "prefix": "absolute=\"\"", | |
| "body": [ | |
| "absolute=\"${1}\"" | |
| ] | |
| }, | |
| "mt:AltSearchParam": { | |
| "prefix": "mt:AltSearchParam", | |
| "body": [ | |
| "mt:AltSearchParam${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchNext": { | |
| "prefix": "mt:AltSearchNext", | |
| "body": [ | |
| "mt:AltSearchNext${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchPageCounter": { | |
| "prefix": "mt:AltSearchPageCounter", | |
| "body": [ | |
| "mt:AltSearchPageCounter${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchCategoryID": { | |
| "prefix": "mt:AltSearchCategoryID", | |
| "body": [ | |
| "mt:AltSearchCategoryID${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchMatch": { | |
| "prefix": "mt:AltSearchMatch", | |
| "body": [ | |
| "mt:AltSearchMatch${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchCategoryLabel": { | |
| "prefix": "mt:AltSearchCategoryLabel", | |
| "body": [ | |
| "mt:AltSearchCategoryLabel${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchFrom": { | |
| "prefix": "mt:AltSearchFrom", | |
| "body": [ | |
| "mt:AltSearchFrom${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchOffset": { | |
| "prefix": "mt:AltSearchOffset", | |
| "body": [ | |
| "mt:AltSearchOffset${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchLast": { | |
| "prefix": "mt:AltSearchLast", | |
| "body": [ | |
| "mt:AltSearchLast${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchPages": { | |
| "prefix": "mt:AltSearchPages", | |
| "body": [ | |
| "mt:AltSearchPages${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchResultOffset": { | |
| "prefix": "mt:AltSearchResultOffset", | |
| "body": [ | |
| "mt:AltSearchResultOffset${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchSort_order": { | |
| "prefix": "mt:AltSearchSort_order", | |
| "body": [ | |
| "mt:AltSearchSort_order${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchQuery": { | |
| "prefix": "mt:AltSearchQuery", | |
| "body": [ | |
| "mt:AltSearchQuery${1} />" | |
| ] | |
| }, | |
| "mt:Year": { | |
| "prefix": "mt:Year", | |
| "body": [ | |
| "mt:Year${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchCurrent": { | |
| "prefix": "mt:AltSearchCurrent", | |
| "body": [ | |
| "mt:AltSearchCurrent${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchCategories_and_or": { | |
| "prefix": "mt:AltSearchCategories_and_or", | |
| "body": [ | |
| "mt:AltSearchCategories_and_or${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchFeedPath": { | |
| "prefix": "mt:AltSearchFeedPath", | |
| "body": [ | |
| "mt:AltSearchFeedPath${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchResultNumber": { | |
| "prefix": "mt:AltSearchResultNumber", | |
| "body": [ | |
| "mt:AltSearchResultNumber${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchTo": { | |
| "prefix": "mt:AltSearchTo", | |
| "body": [ | |
| "mt:AltSearchTo${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchAnd_or": { | |
| "prefix": "mt:AltSearchAnd_or", | |
| "body": [ | |
| "mt:AltSearchAnd_or${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchSort_by": { | |
| "prefix": "mt:AltSearchSort_by", | |
| "body": [ | |
| "mt:AltSearchSort_by${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchLimit": { | |
| "prefix": "mt:AltSearchLimit", | |
| "body": [ | |
| "mt:AltSearchLimit${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchResultPermalink": { | |
| "prefix": "mt:AltSearchResultPermalink", | |
| "body": [ | |
| "mt:AltSearchResultPermalink${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchpath": { | |
| "prefix": "mt:AltSearchpath", | |
| "body": [ | |
| "mt:AltSearchpath${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchDate": { | |
| "prefix": "mt:AltSearchDate", | |
| "body": [ | |
| "mt:AltSearchDate${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchURL": { | |
| "prefix": "mt:AltSearchURL", | |
| "body": [ | |
| "mt:AltSearchURL${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchCategoryIDs": { | |
| "prefix": "mt:AltSearchCategoryIDs", | |
| "body": [ | |
| "mt:AltSearchCategoryIDs${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchPrev": { | |
| "prefix": "mt:AltSearchPrev", | |
| "body": [ | |
| "mt:AltSearchPrev${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchBlogID": { | |
| "prefix": "mt:AltSearchBlogID", | |
| "body": [ | |
| "mt:AltSearchBlogID${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchDateParams": { | |
| "prefix": "mt:AltSearchDateParams", | |
| "body": [ | |
| "mt:AltSearchDateParams${1} />" | |
| ] | |
| }, | |
| "mt:AltSearchBench": { | |
| "prefix": "mt:AltSearchBench", | |
| "body": [ | |
| "mt:AltSearchBench${1} />" | |
| ] | |
| }, | |
| "mt:IfCurrentYear": { | |
| "prefix": "mt:IfCurrentYear", | |
| "body": [ | |
| "mt:IfCurrentYear${1}>${2}</mt:IfCurrentYear>" | |
| ] | |
| }, | |
| "mt:IfAltsearchParam": { | |
| "prefix": "mt:IfAltsearchParam", | |
| "body": [ | |
| "mt:IfAltsearchParam${1}>${2}</mt:IfAltsearchParam>" | |
| ] | |
| }, | |
| "mt:IfAltsearchModeIsTag": { | |
| "prefix": "mt:IfAltsearchModeIsTag", | |
| "body": [ | |
| "mt:IfAltsearchModeIsTag${1}>${2}</mt:IfAltsearchModeIsTag>" | |
| ] | |
| }, | |
| "mt:IfAltsearchCurrentCategories": { | |
| "prefix": "mt:IfAltsearchCurrentCategories", | |
| "body": [ | |
| "mt:IfAltsearchCurrentCategories${1}>${2}</mt:IfAltsearchCurrentCategories>" | |
| ] | |
| }, | |
| "mt:IfAltsearchResultCurrent": { | |
| "prefix": "mt:IfAltsearchResultCurrent", | |
| "body": [ | |
| "mt:IfAltsearchResultCurrent${1}>${2}</mt:IfAltsearchResultCurrent>" | |
| ] | |
| }, | |
| "mt:IfAltsearchSort_order": { | |
| "prefix": "mt:IfAltsearchSort_order", | |
| "body": [ | |
| "mt:IfAltsearchSort_order${1}>${2}</mt:IfAltsearchSort_order>" | |
| ] | |
| }, | |
| "mt:IfAltsearchFrom": { | |
| "prefix": "mt:IfAltsearchFrom", | |
| "body": [ | |
| "mt:IfAltsearchFrom${1}>${2}</mt:IfAltsearchFrom>" | |
| ] | |
| }, | |
| "mt:IfAltsearchCurrentCategory": { | |
| "prefix": "mt:IfAltsearchCurrentCategory", | |
| "body": [ | |
| "mt:IfAltsearchCurrentCategory${1}>${2}</mt:IfAltsearchCurrentCategory>" | |
| ] | |
| }, | |
| "mt:IfAltsearchDate": { | |
| "prefix": "mt:IfAltsearchDate", | |
| "body": [ | |
| "mt:IfAltsearchDate${1}>${2}</mt:IfAltsearchDate>" | |
| ] | |
| }, | |
| "mt:IfAltsearchMetadatasHeader": { | |
| "prefix": "mt:IfAltsearchMetadatasHeader", | |
| "body": [ | |
| "mt:IfAltsearchMetadatasHeader>${1}</mt:IfAltsearchMetadatasHeader>" | |
| ] | |
| }, | |
| "mt:IfAltsearchMatchQuery": { | |
| "prefix": "mt:IfAltsearchMatchQuery", | |
| "body": [ | |
| "mt:IfAltsearchMatchQuery${1}>${2}</mt:IfAltsearchMatchQuery>" | |
| ] | |
| }, | |
| "mt:IfAltsearchModeIsCategories": { | |
| "prefix": "mt:IfAltsearchModeIsCategories", | |
| "body": [ | |
| "mt:IfAltsearchModeIsCategories${1}>${2}</mt:IfAltsearchModeIsCategories>" | |
| ] | |
| }, | |
| "mt:IfAltsearchQuery": { | |
| "prefix": "mt:IfAltsearchQuery", | |
| "body": [ | |
| "mt:IfAltsearchQuery${1}>${2}</mt:IfAltsearchQuery>" | |
| ] | |
| }, | |
| "mt:Years": { | |
| "prefix": "mt:Years", | |
| "body": [ | |
| "mt:Years${1}>${2}</mt:Years>" | |
| ] | |
| }, | |
| "mt:IfAltsearchResultPrev": { | |
| "prefix": "mt:IfAltsearchResultPrev", | |
| "body": [ | |
| "mt:IfAltsearchResultPrev${1}>${2}</mt:IfAltsearchResultPrev>" | |
| ] | |
| }, | |
| "mt:IfAltsearchNoneMatch": { | |
| "prefix": "mt:IfAltsearchNoneMatch", | |
| "body": [ | |
| "mt:IfAltsearchNoneMatch${1}>${2}</mt:IfAltsearchNoneMatch>" | |
| ] | |
| }, | |
| "mt:IfAltsearchModeIsSubCategory": { | |
| "prefix": "mt:IfAltsearchModeIsSubCategory", | |
| "body": [ | |
| "mt:IfAltsearchModeIsSubCategory${1}>${2}</mt:IfAltsearchModeIsSubCategory>" | |
| ] | |
| }, | |
| "mt:IfAltsearchCategories_and_or": { | |
| "prefix": "mt:IfAltsearchCategories_and_or", | |
| "body": [ | |
| "mt:IfAltsearchCategories_and_or${1}>${2}</mt:IfAltsearchCategories_and_or>" | |
| ] | |
| }, | |
| "mt:IfAltsearchSort_by": { | |
| "prefix": "mt:IfAltsearchSort_by", | |
| "body": [ | |
| "mt:IfAltsearchSort_by${1}>${2}</mt:IfAltsearchSort_by>" | |
| ] | |
| }, | |
| "mt:AltSearchMetadatas": { | |
| "prefix": "mt:AltSearchMetadatas", | |
| "body": [ | |
| "mt:AltSearchMetadatas${1}>${2}</mt:AltSearchMetadatas>" | |
| ] | |
| }, | |
| "mt:IfAltsearchTo": { | |
| "prefix": "mt:IfAltsearchTo", | |
| "body": [ | |
| "mt:IfAltsearchTo${1}>${2}</mt:IfAltsearchTo>" | |
| ] | |
| }, | |
| "mt:IfAltSearchParamDate": { | |
| "prefix": "mt:IfAltSearchParamDate", | |
| "body": [ | |
| "mt:IfAltSearchParamDate${1}>${2}</mt:IfAltSearchParamDate>" | |
| ] | |
| }, | |
| "mt:IfAltsearchResultNext": { | |
| "prefix": "mt:IfAltsearchResultNext", | |
| "body": [ | |
| "mt:IfAltsearchResultNext${1}>${2}</mt:IfAltsearchResultNext>" | |
| ] | |
| }, | |
| "mt:IfAltsearchModeIsCategory": { | |
| "prefix": "mt:IfAltsearchModeIsCategory", | |
| "body": [ | |
| "mt:IfAltsearchModeIsCategory${1}>${2}</mt:IfAltsearchModeIsCategory>" | |
| ] | |
| }, | |
| "mt:IfAltsearchMetadatasFooter": { | |
| "prefix": "mt:IfAltsearchMetadatasFooter", | |
| "body": [ | |
| "mt:IfAltsearchMetadatasFooter>${1}</mt:IfAltsearchMetadatasFooter>" | |
| ] | |
| }, | |
| "mt:AltSearchMetadata": { | |
| "prefix": "mt:AltSearchMetadata", | |
| "body": [ | |
| "mt:AltSearchMetadata${1}>${2}</mt:AltSearchMetadata>" | |
| ] | |
| }, | |
| "mt:AltSearchResults": { | |
| "prefix": "mt:AltSearchResults", | |
| "body": [ | |
| "mt:AltSearchResults${1}>${2}</mt:AltSearchResults>" | |
| ] | |
| }, | |
| "mt:IfAltsearchAnd_or": { | |
| "prefix": "mt:IfAltsearchAnd_or", | |
| "body": [ | |
| "mt:IfAltsearchAnd_or${1}>${2}</mt:IfAltsearchAnd_or>" | |
| ] | |
| }, | |
| "mt:EntryFieldScope": { | |
| "prefix": "mt:EntryFieldScope", | |
| "body": [ | |
| "mt:EntryFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:PageFieldScope": { | |
| "prefix": "mt:PageFieldScope", | |
| "body": [ | |
| "mt:PageFieldScope${1} />" | |
| ] | |
| }, | |
| "mt:CfEntrySetContext": { | |
| "prefix": "mt:CfEntrySetContext", | |
| "body": [ | |
| "mt:CfEntrySetContext${1}>${2}</mt:CfEntrySetContext>" | |
| ] | |
| }, | |
| "accessibility=\"\"": { | |
| "prefix": "accessibility=\"\"", | |
| "body": [ | |
| "accessibility=\"${1}\"" | |
| ] | |
| }, | |
| "mt:ImgAltCheckErrorCode": { | |
| "prefix": "mt:ImgAltCheckErrorCode", | |
| "body": [ | |
| "mt:ImgAltCheckErrorCode${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckErrorCount": { | |
| "prefix": "mt:ImgAltCheckErrorCount", | |
| "body": [ | |
| "mt:ImgAltCheckErrorCount${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckImgAlt": { | |
| "prefix": "mt:ImgAltCheckImgAlt", | |
| "body": [ | |
| "mt:ImgAltCheckImgAlt${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckFilename": { | |
| "prefix": "mt:ImgAltCheckFilename", | |
| "body": [ | |
| "mt:ImgAltCheckFilename${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckImgSrc": { | |
| "prefix": "mt:ImgAltCheckImgSrc", | |
| "body": [ | |
| "mt:ImgAltCheckImgSrc${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckAlertCount": { | |
| "prefix": "mt:ImgAltCheckAlertCount", | |
| "body": [ | |
| "mt:ImgAltCheckAlertCount${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckErrorMessage": { | |
| "prefix": "mt:ImgAltCheckErrorMessage", | |
| "body": [ | |
| "mt:ImgAltCheckErrorMessage${1} />" | |
| ] | |
| }, | |
| "mt:ImgAltCheckFooter": { | |
| "prefix": "mt:ImgAltCheckFooter", | |
| "body": [ | |
| "mt:ImgAltCheckFooter>${1}</mt:ImgAltCheckFooter>" | |
| ] | |
| }, | |
| "mt:ImgAltCheckHeader": { | |
| "prefix": "mt:ImgAltCheckHeader", | |
| "body": [ | |
| "mt:ImgAltCheckHeader>${1}</mt:ImgAltCheckHeader>" | |
| ] | |
| }, | |
| "mt:ImgAltCheck": { | |
| "prefix": "mt:ImgAltCheck", | |
| "body": [ | |
| "mt:ImgAltCheck${1}>${2}</mt:ImgAltCheck>" | |
| ] | |
| }, | |
| "mt:If tag": { | |
| "prefix": "mt:If tag", | |
| "body": [ | |
| "mt:If tag=\"${1:TagName}\">${2}</mt:If>" | |
| ] | |
| }, | |
| "mt:XMLRPCScript": { | |
| "prefix": "mt:XMLRPCScript", | |
| "body": [ | |
| "mt:XMLRPCScript${1} />" | |
| ] | |
| }, | |
| "mt:WidgetSet": { | |
| "prefix": "mt:WidgetSet", | |
| "body": [ | |
| "mt:WidgetSet${1} />" | |
| ] | |
| }, | |
| "mt:WidgetManager": { | |
| "prefix": "mt:WidgetManager", | |
| "body": [ | |
| "mt:WidgetManager${1} />" | |
| ] | |
| }, | |
| "mt:Websites": { | |
| "prefix": "mt:Websites", | |
| "body": [ | |
| "mt:Websites${1}>${2}</mt:Websites>" | |
| ] | |
| }, | |
| "mt:WebsiteURL": { | |
| "prefix": "mt:WebsiteURL", | |
| "body": [ | |
| "mt:WebsiteURL${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteTimezone": { | |
| "prefix": "mt:WebsiteTimezone", | |
| "body": [ | |
| "mt:WebsiteTimezone${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteThemeID": { | |
| "prefix": "mt:WebsiteThemeID", | |
| "body": [ | |
| "mt:WebsiteThemeID${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteRelativeURL": { | |
| "prefix": "mt:WebsiteRelativeURL", | |
| "body": [ | |
| "mt:WebsiteRelativeURL${1} />" | |
| ] | |
| }, | |
| "mt:WebsitePingCount": { | |
| "prefix": "mt:WebsitePingCount", | |
| "body": [ | |
| "mt:WebsitePingCount${1} />" | |
| ] | |
| }, | |
| "mt:WebsitePath": { | |
| "prefix": "mt:WebsitePath", | |
| "body": [ | |
| "mt:WebsitePath${1} />" | |
| ] | |
| }, | |
| "mt:WebsitePageCount": { | |
| "prefix": "mt:WebsitePageCount", | |
| "body": [ | |
| "mt:WebsitePageCount${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteName": { | |
| "prefix": "mt:WebsiteName", | |
| "body": [ | |
| "mt:WebsiteName${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteLanguage": { | |
| "prefix": "mt:WebsiteLanguage", | |
| "body": [ | |
| "mt:WebsiteLanguage${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteIfCommentsOpen": { | |
| "prefix": "mt:WebsiteIfCommentsOpen", | |
| "body": [ | |
| "mt:WebsiteIfCommentsOpen${1}>${2}</mt:WebsiteIfCommentsOpen>" | |
| ] | |
| }, | |
| "mt:WebsiteIfCCLicense": { | |
| "prefix": "mt:WebsiteIfCCLicense", | |
| "body": [ | |
| "mt:WebsiteIfCCLicense${1}>${2}</mt:WebsiteIfCCLicense>" | |
| ] | |
| }, | |
| "mt:WebsiteID": { | |
| "prefix": "mt:WebsiteID", | |
| "body": [ | |
| "mt:WebsiteID${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteHost": { | |
| "prefix": "mt:WebsiteHost", | |
| "body": [ | |
| "mt:WebsiteHost${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteHasBlog": { | |
| "prefix": "mt:WebsiteHasBlog", | |
| "body": [ | |
| "mt:WebsiteHasBlog${1}>${2}</mt:WebsiteHasBlog>" | |
| ] | |
| }, | |
| "mt:WebsiteFileExtension": { | |
| "prefix": "mt:WebsiteFileExtension", | |
| "body": [ | |
| "mt:WebsiteFileExtension${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteDescription": { | |
| "prefix": "mt:WebsiteDescription", | |
| "body": [ | |
| "mt:WebsiteDescription${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteCustomFields": { | |
| "prefix": "mt:WebsiteCustomFields", | |
| "body": [ | |
| "mt:WebsiteCustomFields${1}>${2}</mt:WebsiteCustomFields>" | |
| ] | |
| }, | |
| "mt:WebsiteCustomFieldValue": { | |
| "prefix": "mt:WebsiteCustomFieldValue", | |
| "body": [ | |
| "mt:WebsiteCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteCustomFieldName": { | |
| "prefix": "mt:WebsiteCustomFieldName", | |
| "body": [ | |
| "mt:WebsiteCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteCustomFieldDescription": { | |
| "prefix": "mt:WebsiteCustomFieldDescription", | |
| "body": [ | |
| "mt:WebsiteCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteCommentCount": { | |
| "prefix": "mt:WebsiteCommentCount", | |
| "body": [ | |
| "mt:WebsiteCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteCCLicenseURL": { | |
| "prefix": "mt:WebsiteCCLicenseURL", | |
| "body": [ | |
| "mt:WebsiteCCLicenseURL${1} />" | |
| ] | |
| }, | |
| "mt:WebsiteCCLicenseImage": { | |
| "prefix": "mt:WebsiteCCLicenseImage", | |
| "body": [ | |
| "mt:WebsiteCCLicenseImage${1} />" | |
| ] | |
| }, | |
| "mt:VideoCustomFields": { | |
| "prefix": "mt:VideoCustomFields", | |
| "body": [ | |
| "mt:VideoCustomFields${1}>${2}</mt:VideoCustomFields>" | |
| ] | |
| }, | |
| "mt:VideoCustomFieldValue": { | |
| "prefix": "mt:VideoCustomFieldValue", | |
| "body": [ | |
| "mt:VideoCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:VideoCustomFieldName": { | |
| "prefix": "mt:VideoCustomFieldName", | |
| "body": [ | |
| "mt:VideoCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:VideoCustomFieldDescription": { | |
| "prefix": "mt:VideoCustomFieldDescription", | |
| "body": [ | |
| "mt:VideoCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:Version": { | |
| "prefix": "mt:Version", | |
| "body": [ | |
| "mt:Version${1} />" | |
| ] | |
| }, | |
| "mt:Unless": { | |
| "prefix": "mt:Unless", | |
| "body": [ | |
| "mt:Unless name=\"${1:VariableName}\">${2}</mt:Unless>" | |
| ] | |
| }, | |
| "mt:TypeKeyToken": { | |
| "prefix": "mt:TypeKeyToken", | |
| "body": [ | |
| "mt:TypeKeyToken${1} />" | |
| ] | |
| }, | |
| "mt:TrackbackScript": { | |
| "prefix": "mt:TrackbackScript", | |
| "body": [ | |
| "mt:TrackbackScript${1} />" | |
| ] | |
| }, | |
| "mt:TotalPages": { | |
| "prefix": "mt:TotalPages", | |
| "body": [ | |
| "mt:TotalPages${1} />" | |
| ] | |
| }, | |
| "mt:TopLevelParent": { | |
| "prefix": "mt:TopLevelParent", | |
| "body": [ | |
| "mt:TopLevelParent${1}>${2}</mt:TopLevelParent>" | |
| ] | |
| }, | |
| "mt:TopLevelFolders": { | |
| "prefix": "mt:TopLevelFolders", | |
| "body": [ | |
| "mt:TopLevelFolders${1}>${2}</mt:TopLevelFolders>" | |
| ] | |
| }, | |
| "mt:TopLevelFolder": { | |
| "prefix": "mt:TopLevelFolder", | |
| "body": [ | |
| "mt:TopLevelFolder${1}>${2}</mt:TopLevelFolder>" | |
| ] | |
| }, | |
| "mt:TopLevelCategories": { | |
| "prefix": "mt:TopLevelCategories", | |
| "body": [ | |
| "mt:TopLevelCategories${1}>${2}</mt:TopLevelCategories>" | |
| ] | |
| }, | |
| "mt:TextileOptions": { | |
| "prefix": "mt:TextileOptions", | |
| "body": [ | |
| "mt:TextileOptions${1} />" | |
| ] | |
| }, | |
| "mt:TextileHeadOffset": { | |
| "prefix": "mt:TextileHeadOffset", | |
| "body": [ | |
| "mt:TextileHeadOffset${1} />" | |
| ] | |
| }, | |
| "mt:Textile": { | |
| "prefix": "mt:Textile", | |
| "body": [ | |
| "mt:Textile${1}>${2}</mt:Textile>" | |
| ] | |
| }, | |
| "mt:TemplateNote": { | |
| "prefix": "mt:TemplateNote", | |
| "body": [ | |
| "mt:TemplateNote note=\"${1:Comment}\">" | |
| ] | |
| }, | |
| "mt:TemplateCustomFields": { | |
| "prefix": "mt:TemplateCustomFields", | |
| "body": [ | |
| "mt:TemplateCustomFields${1}>${2}</mt:TemplateCustomFields>" | |
| ] | |
| }, | |
| "mt:TemplateCustomFieldValue": { | |
| "prefix": "mt:TemplateCustomFieldValue", | |
| "body": [ | |
| "mt:TemplateCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:TemplateCustomFieldName": { | |
| "prefix": "mt:TemplateCustomFieldName", | |
| "body": [ | |
| "mt:TemplateCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:TemplateCustomFieldDescription": { | |
| "prefix": "mt:TemplateCustomFieldDescription", | |
| "body": [ | |
| "mt:TemplateCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:TemplateCreatedOn": { | |
| "prefix": "mt:TemplateCreatedOn", | |
| "body": [ | |
| "mt:TemplateCreatedOn${1} />" | |
| ] | |
| }, | |
| "mt:Tags": { | |
| "prefix": "mt:Tags", | |
| "body": [ | |
| "mt:Tags${1}>${2}</mt:Tags>" | |
| ] | |
| }, | |
| "mt:TagSearchLink": { | |
| "prefix": "mt:TagSearchLink", | |
| "body": [ | |
| "mt:TagSearchLink${1} />" | |
| ] | |
| }, | |
| "mt:TagRank": { | |
| "prefix": "mt:TagRank", | |
| "body": [ | |
| "mt:TagRank${1} />" | |
| ] | |
| }, | |
| "mt:TagName": { | |
| "prefix": "mt:TagName", | |
| "body": [ | |
| "mt:TagName${1} />" | |
| ] | |
| }, | |
| "mt:TagLabel": { | |
| "prefix": "mt:TagLabel", | |
| "body": [ | |
| "mt:TagLabel${1} />" | |
| ] | |
| }, | |
| "mt:TagID": { | |
| "prefix": "mt:TagID", | |
| "body": [ | |
| "mt:TagID${1} />" | |
| ] | |
| }, | |
| "mt:TagCount": { | |
| "prefix": "mt:TagCount", | |
| "body": [ | |
| "mt:TagCount${1} />" | |
| ] | |
| }, | |
| "mt:SupportDirectoryURL": { | |
| "prefix": "mt:SupportDirectoryURL", | |
| "body": [ | |
| "mt:SupportDirectoryURL${1} />" | |
| ] | |
| }, | |
| "mt:SubFolders": { | |
| "prefix": "mt:SubFolders", | |
| "body": [ | |
| "mt:SubFolders${1}>${2}</mt:SubFolders>" | |
| ] | |
| }, | |
| "mt:SubFolderRecurse": { | |
| "prefix": "mt:SubFolderRecurse", | |
| "body": [ | |
| "mt:SubFolderRecurse${1} />" | |
| ] | |
| }, | |
| "mt:SubCatsRecurse": { | |
| "prefix": "mt:SubCatsRecurse", | |
| "body": [ | |
| "mt:SubCatsRecurse${1} />" | |
| ] | |
| }, | |
| "mt:SubCategoryPath": { | |
| "prefix": "mt:SubCategoryPath", | |
| "body": [ | |
| "mt:SubCategoryPath${1} />" | |
| ] | |
| }, | |
| "mt:SubCategories": { | |
| "prefix": "mt:SubCategories", | |
| "body": [ | |
| "mt:SubCategories${1}>${2}</mt:SubCategories>" | |
| ] | |
| }, | |
| "mt:SubCatIsLast": { | |
| "prefix": "mt:SubCatIsLast", | |
| "body": [ | |
| "mt:SubCatIsLast${1}>${2}</mt:SubCatIsLast>" | |
| ] | |
| }, | |
| "mt:SubCatIsFirst": { | |
| "prefix": "mt:SubCatIsFirst", | |
| "body": [ | |
| "mt:SubCatIsFirst${1}>${2}</mt:SubCatIsFirst>" | |
| ] | |
| }, | |
| "mt:StreamActionVar": { | |
| "prefix": "mt:StreamActionVar", | |
| "body": [ | |
| "mt:StreamActionVar${1} />" | |
| ] | |
| }, | |
| "mt:StreamActionTitle": { | |
| "prefix": "mt:StreamActionTitle", | |
| "body": [ | |
| "mt:StreamActionTitle${1} />" | |
| ] | |
| }, | |
| "mt:StreamActionThumbnailURL": { | |
| "prefix": "mt:StreamActionThumbnailURL", | |
| "body": [ | |
| "mt:StreamActionThumbnailURL${1} />" | |
| ] | |
| }, | |
| "mt:StreamActionTags": { | |
| "prefix": "mt:StreamActionTags", | |
| "body": [ | |
| "mt:StreamActionTags${1}>${2}</mt:StreamActionTags>" | |
| ] | |
| }, | |
| "mt:StreamActionRollup": { | |
| "prefix": "mt:StreamActionRollup", | |
| "body": [ | |
| "mt:StreamActionRollup${1}>${2}</mt:StreamActionRollup>" | |
| ] | |
| }, | |
| "mt:StreamActionModifiedDate": { | |
| "prefix": "mt:StreamActionModifiedDate", | |
| "body": [ | |
| "mt:StreamActionModifiedDate${1} />" | |
| ] | |
| }, | |
| "mt:StreamActionID": { | |
| "prefix": "mt:StreamActionID", | |
| "body": [ | |
| "mt:StreamActionID${1} />" | |
| ] | |
| }, | |
| "mt:StreamActionDate": { | |
| "prefix": "mt:StreamActionDate", | |
| "body": [ | |
| "mt:StreamActionDate${1} />" | |
| ] | |
| }, | |
| "mt:StreamAction": { | |
| "prefix": "mt:StreamAction", | |
| "body": [ | |
| "mt:StreamAction${1} />" | |
| ] | |
| }, | |
| "mt:StaticWebPath": { | |
| "prefix": "mt:StaticWebPath", | |
| "body": [ | |
| "mt:StaticWebPath${1} />" | |
| ] | |
| }, | |
| "mt:StaticFilePath": { | |
| "prefix": "mt:StaticFilePath", | |
| "body": [ | |
| "mt:StaticFilePath${1} />" | |
| ] | |
| }, | |
| "mt:SmartyPantsVersion": { | |
| "prefix": "mt:SmartyPantsVersion", | |
| "body": [ | |
| "mt:SmartyPantsVersion${1} />" | |
| ] | |
| }, | |
| "mt:SignOnURL": { | |
| "prefix": "mt:SignOnURL", | |
| "body": [ | |
| "mt:SignOnURL${1} />" | |
| ] | |
| }, | |
| "mt:SetVars": { | |
| "prefix": "mt:SetVars", | |
| "body": [ | |
| "mt:SetVars>\n${1:Variable Name}=${2:Value}\n</mt:SetVars>" | |
| ] | |
| }, | |
| "mt:SetVarTemplate": { | |
| "prefix": "mt:SetVarTemplate", | |
| "body": [ | |
| "mt:SetVarTemplate name=\"${1:Variable Name}\">${2}</mt:SetVarTemplate>" | |
| ] | |
| }, | |
| "mt:SetVar": { | |
| "prefix": "mt:SetVar", | |
| "body": [ | |
| "mt:SetVar name=\"${1:VariableName}\" value=\"${2:Value}\">" | |
| ] | |
| }, | |
| "mt:SetHashVar": { | |
| "prefix": "mt:SetHashVar", | |
| "body": [ | |
| "mt:SetHashVar${1}>${2}</mt:SetHashVar>" | |
| ] | |
| }, | |
| "mt:Section": { | |
| "prefix": "mt:Section", | |
| "body": [ | |
| "mt:Section${1}>${2}</mt:Section>" | |
| ] | |
| }, | |
| "mt:SearchTemplateID": { | |
| "prefix": "mt:SearchTemplateID", | |
| "body": [ | |
| "mt:SearchTemplateID${1} />" | |
| ] | |
| }, | |
| "mt:SearchString": { | |
| "prefix": "mt:SearchString", | |
| "body": [ | |
| "mt:SearchString${1} />" | |
| ] | |
| }, | |
| "mt:SearchScript": { | |
| "prefix": "mt:SearchScript", | |
| "body": [ | |
| "mt:SearchScript${1} />" | |
| ] | |
| }, | |
| "mt:SearchResultsHeader": { | |
| "prefix": "mt:SearchResultsHeader", | |
| "body": [ | |
| "mt:SearchResultsHeader${1}>${2}</mt:SearchResultsHeader>" | |
| ] | |
| }, | |
| "mt:SearchResultsFooter": { | |
| "prefix": "mt:SearchResultsFooter", | |
| "body": [ | |
| "mt:SearchResultsFooter${1}>${2}</mt:SearchResultsFooter>" | |
| ] | |
| }, | |
| "mt:SearchResults": { | |
| "prefix": "mt:SearchResults", | |
| "body": [ | |
| "mt:SearchResults${1}>${2}</mt:SearchResults>" | |
| ] | |
| }, | |
| "mt:SearchResultCount": { | |
| "prefix": "mt:SearchResultCount", | |
| "body": [ | |
| "mt:SearchResultCount${1} />" | |
| ] | |
| }, | |
| "mt:SearchMaxResults": { | |
| "prefix": "mt:SearchMaxResults", | |
| "body": [ | |
| "mt:SearchMaxResults${1} />" | |
| ] | |
| }, | |
| "mt:SearchIncludeBlogs": { | |
| "prefix": "mt:SearchIncludeBlogs", | |
| "body": [ | |
| "mt:SearchIncludeBlogs${1} />" | |
| ] | |
| }, | |
| "mt:RemoteSignOutLink": { | |
| "prefix": "mt:RemoteSignOutLink", | |
| "body": [ | |
| "mt:RemoteSignOutLink${1} />" | |
| ] | |
| }, | |
| "mt:RemoteSignInLink": { | |
| "prefix": "mt:RemoteSignInLink", | |
| "body": [ | |
| "mt:RemoteSignInLink${1} />" | |
| ] | |
| }, | |
| "mt:PublishCharset": { | |
| "prefix": "mt:PublishCharset", | |
| "body": [ | |
| "mt:PublishCharset${1} />" | |
| ] | |
| }, | |
| "mt:ProfileServices": { | |
| "prefix": "mt:ProfileServices", | |
| "body": [ | |
| "mt:ProfileServices${1}>${2}</mt:ProfileServices>" | |
| ] | |
| }, | |
| "mt:ProductName": { | |
| "prefix": "mt:ProductName", | |
| "body": [ | |
| "mt:ProductName${1} />" | |
| ] | |
| }, | |
| "mt:PreviousLink": { | |
| "prefix": "mt:PreviousLink", | |
| "body": [ | |
| "mt:PreviousLink${1} />" | |
| ] | |
| }, | |
| "mt:PingsSentURL": { | |
| "prefix": "mt:PingsSentURL", | |
| "body": [ | |
| "mt:PingsSentURL${1} />" | |
| ] | |
| }, | |
| "mt:PingsSent": { | |
| "prefix": "mt:PingsSent", | |
| "body": [ | |
| "mt:PingsSent${1}>${2}</mt:PingsSent>" | |
| ] | |
| }, | |
| "mt:PingsHeader": { | |
| "prefix": "mt:PingsHeader", | |
| "body": [ | |
| "mt:PingsHeader${1}>${2}</mt:PingsHeader>" | |
| ] | |
| }, | |
| "mt:PingsFooter": { | |
| "prefix": "mt:PingsFooter", | |
| "body": [ | |
| "mt:PingsFooter${1}>${2}</mt:PingsFooter>" | |
| ] | |
| }, | |
| "mt:Pings": { | |
| "prefix": "mt:Pings", | |
| "body": [ | |
| "mt:Pings${1}>${2}</mt:Pings>" | |
| ] | |
| }, | |
| "mt:PingURL": { | |
| "prefix": "mt:PingURL", | |
| "body": [ | |
| "mt:PingURL${1} />" | |
| ] | |
| }, | |
| "mt:PingTitle": { | |
| "prefix": "mt:PingTitle", | |
| "body": [ | |
| "mt:PingTitle${1} />" | |
| ] | |
| }, | |
| "mt:PingScoreLow": { | |
| "prefix": "mt:PingScoreLow", | |
| "body": [ | |
| "mt:PingScoreLow${1} />" | |
| ] | |
| }, | |
| "mt:PingScoreHigh": { | |
| "prefix": "mt:PingScoreHigh", | |
| "body": [ | |
| "mt:PingScoreHigh${1} />" | |
| ] | |
| }, | |
| "mt:PingScoreCount": { | |
| "prefix": "mt:PingScoreCount", | |
| "body": [ | |
| "mt:PingScoreCount${1} />" | |
| ] | |
| }, | |
| "mt:PingScoreAvg": { | |
| "prefix": "mt:PingScoreAvg", | |
| "body": [ | |
| "mt:PingScoreAvg${1} />" | |
| ] | |
| }, | |
| "mt:PingScore": { | |
| "prefix": "mt:PingScore", | |
| "body": [ | |
| "mt:PingScore${1} />" | |
| ] | |
| }, | |
| "mt:PingRank": { | |
| "prefix": "mt:PingRank", | |
| "body": [ | |
| "mt:PingRank${1} />" | |
| ] | |
| }, | |
| "mt:PingIP": { | |
| "prefix": "mt:PingIP", | |
| "body": [ | |
| "mt:PingIP${1} />" | |
| ] | |
| }, | |
| "mt:PingID": { | |
| "prefix": "mt:PingID", | |
| "body": [ | |
| "mt:PingID${1} />" | |
| ] | |
| }, | |
| "mt:PingExcerpt": { | |
| "prefix": "mt:PingExcerpt", | |
| "body": [ | |
| "mt:PingExcerpt${1} />" | |
| ] | |
| }, | |
| "mt:PingEntry": { | |
| "prefix": "mt:PingEntry", | |
| "body": [ | |
| "mt:PingEntry${1}>${2}</mt:PingEntry>" | |
| ] | |
| }, | |
| "mt:PingDate": { | |
| "prefix": "mt:PingDate", | |
| "body": [ | |
| "mt:PingDate${1} />" | |
| ] | |
| }, | |
| "mt:PingBlogName": { | |
| "prefix": "mt:PingBlogName", | |
| "body": [ | |
| "mt:PingBlogName${1} />" | |
| ] | |
| }, | |
| "mt:PasswordValidationRule": { | |
| "prefix": "mt:PasswordValidationRule", | |
| "body": [ | |
| "mt:PasswordValidationRule${1}>${2}</mt:PasswordValidationRule>" | |
| ] | |
| }, | |
| "mt:PasswordValidation": { | |
| "prefix": "mt:PasswordValidation", | |
| "body": [ | |
| "mt:PasswordValidation${1}>${2}</mt:PasswordValidation>" | |
| ] | |
| }, | |
| "mt:ParentFolders": { | |
| "prefix": "mt:ParentFolders", | |
| "body": [ | |
| "mt:ParentFolders${1}>${2}</mt:ParentFolders>" | |
| ] | |
| }, | |
| "mt:ParentFolder": { | |
| "prefix": "mt:ParentFolder", | |
| "body": [ | |
| "mt:ParentFolder${1}>${2}</mt:ParentFolder>" | |
| ] | |
| }, | |
| "mt:ParentCategory": { | |
| "prefix": "mt:ParentCategory", | |
| "body": [ | |
| "mt:ParentCategory${1}>${2}</mt:ParentCategory>" | |
| ] | |
| }, | |
| "mt:ParentCategories": { | |
| "prefix": "mt:ParentCategories", | |
| "body": [ | |
| "mt:ParentCategories${1}>${2}</mt:ParentCategories>" | |
| ] | |
| }, | |
| "mt:PagesHeader": { | |
| "prefix": "mt:PagesHeader", | |
| "body": [ | |
| "mt:PagesHeader${1}>${2}</mt:PagesHeader>" | |
| ] | |
| }, | |
| "mt:PagesFooter": { | |
| "prefix": "mt:PagesFooter", | |
| "body": [ | |
| "mt:PagesFooter${1}>${2}</mt:PagesFooter>" | |
| ] | |
| }, | |
| "mt:Pages": { | |
| "prefix": "mt:Pages", | |
| "body": [ | |
| "mt:Pages${1}>${2}</mt:Pages>" | |
| ] | |
| }, | |
| "mt:PageTitle": { | |
| "prefix": "mt:PageTitle", | |
| "body": [ | |
| "mt:PageTitle${1: escape=\"html\"}>" | |
| ] | |
| }, | |
| "mt:PageTags": { | |
| "prefix": "mt:PageTags", | |
| "body": [ | |
| "mt:PageTags${1}>${2}</mt:PageTags>" | |
| ] | |
| }, | |
| "mt:PagePrevious": { | |
| "prefix": "mt:PagePrevious", | |
| "body": [ | |
| "mt:PagePrevious${1}>${2}</mt:PagePrevious>" | |
| ] | |
| }, | |
| "mt:PagePermalink": { | |
| "prefix": "mt:PagePermalink", | |
| "body": [ | |
| "mt:PagePermalink${1} />" | |
| ] | |
| }, | |
| "mt:PageNext": { | |
| "prefix": "mt:PageNext", | |
| "body": [ | |
| "mt:PageNext${1}>${2}</mt:PageNext>" | |
| ] | |
| }, | |
| "mt:PageMore": { | |
| "prefix": "mt:PageMore", | |
| "body": [ | |
| "mt:PageMore${1} />" | |
| ] | |
| }, | |
| "mt:PageModifiedDate": { | |
| "prefix": "mt:PageModifiedDate", | |
| "body": [ | |
| "mt:PageModifiedDate${1} />" | |
| ] | |
| }, | |
| "mt:PageKeywords": { | |
| "prefix": "mt:PageKeywords", | |
| "body": [ | |
| "mt:PageKeywords${1} />" | |
| ] | |
| }, | |
| "mt:PageIfTagged": { | |
| "prefix": "mt:PageIfTagged", | |
| "body": [ | |
| "mt:PageIfTagged${1}>${2}</mt:PageIfTagged>" | |
| ] | |
| }, | |
| "mt:PageID": { | |
| "prefix": "mt:PageID", | |
| "body": [ | |
| "mt:PageID${1} />" | |
| ] | |
| }, | |
| "mt:PageFolder": { | |
| "prefix": "mt:PageFolder", | |
| "body": [ | |
| "mt:PageFolder${1}>${2}</mt:PageFolder>" | |
| ] | |
| }, | |
| "mt:PageExcerpt": { | |
| "prefix": "mt:PageExcerpt", | |
| "body": [ | |
| "mt:PageExcerpt${1} />" | |
| ] | |
| }, | |
| "mt:PageDate": { | |
| "prefix": "mt:PageDate", | |
| "body": [ | |
| "mt:PageDate${1} />" | |
| ] | |
| }, | |
| "mt:PageCustomFields": { | |
| "prefix": "mt:PageCustomFields", | |
| "body": [ | |
| "mt:PageCustomFields${1}>${2}</mt:PageCustomFields>" | |
| ] | |
| }, | |
| "mt:PageCustomFieldValue": { | |
| "prefix": "mt:PageCustomFieldValue", | |
| "body": [ | |
| "mt:PageCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:PageCustomFieldName": { | |
| "prefix": "mt:PageCustomFieldName", | |
| "body": [ | |
| "mt:PageCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:PageCustomFieldDescription": { | |
| "prefix": "mt:PageCustomFieldDescription", | |
| "body": [ | |
| "mt:PageCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:PageBody": { | |
| "prefix": "mt:PageBody", | |
| "body": [ | |
| "mt:PageBody${1} />" | |
| ] | |
| }, | |
| "mt:PageBasename": { | |
| "prefix": "mt:PageBasename", | |
| "body": [ | |
| "mt:PageBasename${1} />" | |
| ] | |
| }, | |
| "mt:PageAuthorURL": { | |
| "prefix": "mt:PageAuthorURL", | |
| "body": [ | |
| "mt:PageAuthorURL${1} />" | |
| ] | |
| }, | |
| "mt:PageAuthorLink": { | |
| "prefix": "mt:PageAuthorLink", | |
| "body": [ | |
| "mt:PageAuthorLink${1} />" | |
| ] | |
| }, | |
| "mt:PageAuthorEmail": { | |
| "prefix": "mt:PageAuthorEmail", | |
| "body": [ | |
| "mt:PageAuthorEmail${1} />" | |
| ] | |
| }, | |
| "mt:PageAuthorDisplayName": { | |
| "prefix": "mt:PageAuthorDisplayName", | |
| "body": [ | |
| "mt:PageAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:PageAssets": { | |
| "prefix": "mt:PageAssets", | |
| "body": [ | |
| "mt:PageAssets${1}>${2}</mt:PageAssets>" | |
| ] | |
| }, | |
| "mt:OtherProfiles": { | |
| "prefix": "mt:OtherProfiles", | |
| "body": [ | |
| "mt:OtherProfiles${1}>${2}</mt:OtherProfiles>" | |
| ] | |
| }, | |
| "mt:OtherProfileVar": { | |
| "prefix": "mt:OtherProfileVar", | |
| "body": [ | |
| "mt:OtherProfileVar${1} />" | |
| ] | |
| }, | |
| "mt:OtherBlog": { | |
| "prefix": "mt:OtherBlog", | |
| "body": [ | |
| "mt:OtherBlog${1}>${2}</mt:OtherBlog>" | |
| ] | |
| }, | |
| "mt:NotifyScript": { | |
| "prefix": "mt:NotifyScript", | |
| "body": [ | |
| "mt:NotifyScript${1} />" | |
| ] | |
| }, | |
| "mt:NoSearchResults": { | |
| "prefix": "mt:NoSearchResults", | |
| "body": [ | |
| "mt:NoSearchResults${1}>${2}</mt:NoSearchResults>" | |
| ] | |
| }, | |
| "mt:NoSearch": { | |
| "prefix": "mt:NoSearch", | |
| "body": [ | |
| "mt:NoSearch${1}>${2}</mt:NoSearch>" | |
| ] | |
| }, | |
| "mt:NextLink": { | |
| "prefix": "mt:NextLink", | |
| "body": [ | |
| "mt:NextLink${1} />" | |
| ] | |
| }, | |
| "mt:MultiBlogLocalBlog": { | |
| "prefix": "mt:MultiBlogLocalBlog", | |
| "body": [ | |
| "mt:MultiBlogLocalBlog${1}>${2}</mt:MultiBlogLocalBlog>" | |
| ] | |
| }, | |
| "mt:MultiBlogIfLocalBlog": { | |
| "prefix": "mt:MultiBlogIfLocalBlog", | |
| "body": [ | |
| "mt:MultiBlogIfLocalBlog${1}>${2}</mt:MultiBlogIfLocalBlog>" | |
| ] | |
| }, | |
| "mt:MultiBlog": { | |
| "prefix": "mt:MultiBlog", | |
| "body": [ | |
| "mt:MultiBlog${1}>${2}</mt:MultiBlog>" | |
| ] | |
| }, | |
| "mt:MaxResults": { | |
| "prefix": "mt:MaxResults", | |
| "body": [ | |
| "mt:MaxResults${1} />" | |
| ] | |
| }, | |
| "mt:MarkdownOptions": { | |
| "prefix": "mt:MarkdownOptions", | |
| "body": [ | |
| "mt:MarkdownOptions${1}>${2}</mt:MarkdownOptions>" | |
| ] | |
| }, | |
| "mt:Loop": { | |
| "prefix": "mt:Loop", | |
| "body": [ | |
| "mt:Loop name=\"${1:VariableName}\"${2: sort_by=\"\"}${3: glue=\"\"}>${4}</mt:Loop>" | |
| ] | |
| }, | |
| "mt:Link": { | |
| "prefix": "mt:Link", | |
| "body": [ | |
| "mt:Link${1} />" | |
| ] | |
| }, | |
| "mt:IndexName": { | |
| "prefix": "mt:IndexName", | |
| "body": [ | |
| "mt:IndexName${1} />" | |
| ] | |
| }, | |
| "mt:IndexList": { | |
| "prefix": "mt:IndexList", | |
| "body": [ | |
| "mt:IndexList${1}>${2}</mt:IndexList>" | |
| ] | |
| }, | |
| "mt:IndexLink": { | |
| "prefix": "mt:IndexLink", | |
| "body": [ | |
| "mt:IndexLink${1} />" | |
| ] | |
| }, | |
| "mt:IndexBasename": { | |
| "prefix": "mt:IndexBasename", | |
| "body": [ | |
| "mt:IndexBasename${1} />" | |
| ] | |
| }, | |
| "mt:IncludeBlock": { | |
| "prefix": "mt:IncludeBlock", | |
| "body": [ | |
| "mt:IncludeBlock${1}>${2}</mt:IncludeBlock>" | |
| ] | |
| }, | |
| "mt:Include": { | |
| "prefix": "mt:Include", | |
| "body": [ | |
| "mt:Include module=\"${1:Module Name}\">" | |
| ] | |
| }, | |
| "mt:ImageWidth": { | |
| "prefix": "mt:ImageWidth", | |
| "body": [ | |
| "mt:ImageWidth${1} />" | |
| ] | |
| }, | |
| "mt:ImageURL": { | |
| "prefix": "mt:ImageURL", | |
| "body": [ | |
| "mt:ImageURL${1} />" | |
| ] | |
| }, | |
| "mt:ImageHeight": { | |
| "prefix": "mt:ImageHeight", | |
| "body": [ | |
| "mt:ImageHeight${1} />" | |
| ] | |
| }, | |
| "mt:ImageCustomFields": { | |
| "prefix": "mt:ImageCustomFields", | |
| "body": [ | |
| "mt:ImageCustomFields${1}>${2}</mt:ImageCustomFields>" | |
| ] | |
| }, | |
| "mt:ImageCustomFieldValue": { | |
| "prefix": "mt:ImageCustomFieldValue", | |
| "body": [ | |
| "mt:ImageCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:ImageCustomFieldName": { | |
| "prefix": "mt:ImageCustomFieldName", | |
| "body": [ | |
| "mt:ImageCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:ImageCustomFieldDescription": { | |
| "prefix": "mt:ImageCustomFieldDescription", | |
| "body": [ | |
| "mt:ImageCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:Ignore": { | |
| "prefix": "mt:Ignore", | |
| "body": [ | |
| "mt:Ignore>${1}</mt:Ignore>" | |
| ] | |
| }, | |
| "mt:IfWebsite": { | |
| "prefix": "mt:IfWebsite", | |
| "body": [ | |
| "mt:IfWebsite${1}>${2}</mt:IfWebsite>" | |
| ] | |
| }, | |
| "mt:IfTypeKeyToken": { | |
| "prefix": "mt:IfTypeKeyToken", | |
| "body": [ | |
| "mt:IfTypeKeyToken${1}>${2}</mt:IfTypeKeyToken>" | |
| ] | |
| }, | |
| "mt:IfTagSearch": { | |
| "prefix": "mt:IfTagSearch", | |
| "body": [ | |
| "mt:IfTagSearch${1}>${2}</mt:IfTagSearch>" | |
| ] | |
| }, | |
| "mt:IfStraightSearch": { | |
| "prefix": "mt:IfStraightSearch", | |
| "body": [ | |
| "mt:IfStraightSearch${1}>${2}</mt:IfStraightSearch>" | |
| ] | |
| }, | |
| "mt:IfStatic": { | |
| "prefix": "mt:IfStatic", | |
| "body": [ | |
| "mt:IfStatic${1}>${2}</mt:IfStatic>" | |
| ] | |
| }, | |
| "mt:IfRequireCommentEmails": { | |
| "prefix": "mt:IfRequireCommentEmails", | |
| "body": [ | |
| "mt:IfRequireCommentEmails${1}>${2}</mt:IfRequireCommentEmails>" | |
| ] | |
| }, | |
| "mt:IfRegistrationRequired": { | |
| "prefix": "mt:IfRegistrationRequired", | |
| "body": [ | |
| "mt:IfRegistrationRequired${1}>${2}</mt:IfRegistrationRequired>" | |
| ] | |
| }, | |
| "mt:IfRegistrationNotRequired": { | |
| "prefix": "mt:IfRegistrationNotRequired", | |
| "body": [ | |
| "mt:IfRegistrationNotRequired${1}>${2}</mt:IfRegistrationNotRequired>" | |
| ] | |
| }, | |
| "mt:IfRegistrationAllowed": { | |
| "prefix": "mt:IfRegistrationAllowed", | |
| "body": [ | |
| "mt:IfRegistrationAllowed${1}>${2}</mt:IfRegistrationAllowed>" | |
| ] | |
| }, | |
| "mt:IfPreviousResults": { | |
| "prefix": "mt:IfPreviousResults", | |
| "body": [ | |
| "mt:IfPreviousResults${1}>${2}</mt:IfPreviousResults>" | |
| ] | |
| }, | |
| "mt:IfPingsModerated": { | |
| "prefix": "mt:IfPingsModerated", | |
| "body": [ | |
| "mt:IfPingsModerated${1}>${2}</mt:IfPingsModerated>" | |
| ] | |
| }, | |
| "mt:IfPingsAllowed": { | |
| "prefix": "mt:IfPingsAllowed", | |
| "body": [ | |
| "mt:IfPingsAllowed${1}>${2}</mt:IfPingsAllowed>" | |
| ] | |
| }, | |
| "mt:IfPingsActive": { | |
| "prefix": "mt:IfPingsActive", | |
| "body": [ | |
| "mt:IfPingsActive${1}>${2}</mt:IfPingsActive>" | |
| ] | |
| }, | |
| "mt:IfPingsAccepted": { | |
| "prefix": "mt:IfPingsAccepted", | |
| "body": [ | |
| "mt:IfPingsAccepted${1}>${2}</mt:IfPingsAccepted>" | |
| ] | |
| }, | |
| "mt:IfNonZero": { | |
| "prefix": "mt:IfNonZero", | |
| "body": [ | |
| "mt:IfNonZero${1}>${2}</mt:IfNonZero>" | |
| ] | |
| }, | |
| "mt:IfNonEmpty": { | |
| "prefix": "mt:IfNonEmpty", | |
| "body": [ | |
| "mt:IfNonEmpty${1}>${2}</mt:IfNonEmpty>" | |
| ] | |
| }, | |
| "mt:IfNeedEmail": { | |
| "prefix": "mt:IfNeedEmail", | |
| "body": [ | |
| "mt:IfNeedEmail${1}>${2}</mt:IfNeedEmail>" | |
| ] | |
| }, | |
| "mt:IfMoreResults": { | |
| "prefix": "mt:IfMoreResults", | |
| "body": [ | |
| "mt:IfMoreResults${1}>${2}</mt:IfMoreResults>" | |
| ] | |
| }, | |
| "mt:IfMaxResultsCutoff": { | |
| "prefix": "mt:IfMaxResultsCutoff", | |
| "body": [ | |
| "mt:IfMaxResultsCutoff${1}>${2}</mt:IfMaxResultsCutoff>" | |
| ] | |
| }, | |
| "mt:IfLoggedIn": { | |
| "prefix": "mt:IfLoggedIn", | |
| "body": [ | |
| "mt:IfLoggedIn${1}>${2}</mt:IfLoggedIn>" | |
| ] | |
| }, | |
| "mt:IfIsDescendant": { | |
| "prefix": "mt:IfIsDescendant", | |
| "body": [ | |
| "mt:IfIsDescendant${1}>${2}</mt:IfIsDescendant>" | |
| ] | |
| }, | |
| "mt:IfIsAncestor": { | |
| "prefix": "mt:IfIsAncestor", | |
| "body": [ | |
| "mt:IfIsAncestor${1}>${2}</mt:IfIsAncestor>" | |
| ] | |
| }, | |
| "mt:IfImageSupport": { | |
| "prefix": "mt:IfImageSupport", | |
| "body": [ | |
| "mt:IfImageSupport${1}>${2}</mt:IfImageSupport>" | |
| ] | |
| }, | |
| "mt:IfFolder": { | |
| "prefix": "mt:IfFolder", | |
| "body": [ | |
| "mt:IfFolder${1}>${2}</mt:IfFolder>" | |
| ] | |
| }, | |
| "mt:IfDynamic": { | |
| "prefix": "mt:IfDynamic", | |
| "body": [ | |
| "mt:IfDynamic${1}>${2}</mt:IfDynamic>" | |
| ] | |
| }, | |
| "mt:IfCurrentPage": { | |
| "prefix": "mt:IfCurrentPage", | |
| "body": [ | |
| "mt:IfCurrentPage${1}>${2}</mt:IfCurrentPage>" | |
| ] | |
| }, | |
| "mt:IfCommentsModerated": { | |
| "prefix": "mt:IfCommentsModerated", | |
| "body": [ | |
| "mt:IfCommentsModerated${1}>${2}</mt:IfCommentsModerated>" | |
| ] | |
| }, | |
| "mt:IfCommentsAllowed": { | |
| "prefix": "mt:IfCommentsAllowed", | |
| "body": [ | |
| "mt:IfCommentsAllowed${1}>${2}</mt:IfCommentsAllowed>" | |
| ] | |
| }, | |
| "mt:IfCommentsActive": { | |
| "prefix": "mt:IfCommentsActive", | |
| "body": [ | |
| "mt:IfCommentsActive${1}>${2}</mt:IfCommentsActive>" | |
| ] | |
| }, | |
| "mt:IfCommentsAccepted": { | |
| "prefix": "mt:IfCommentsAccepted", | |
| "body": [ | |
| "mt:IfCommentsAccepted${1}>${2}</mt:IfCommentsAccepted>" | |
| ] | |
| }, | |
| "mt:IfCommenterTrusted": { | |
| "prefix": "mt:IfCommenterTrusted", | |
| "body": [ | |
| "mt:IfCommenterTrusted${1}>${2}</mt:IfCommenterTrusted>" | |
| ] | |
| }, | |
| "mt:IfCommenterIsEntryAuthor": { | |
| "prefix": "mt:IfCommenterIsEntryAuthor", | |
| "body": [ | |
| "mt:IfCommenterIsEntryAuthor${1}>${2}</mt:IfCommenterIsEntryAuthor>" | |
| ] | |
| }, | |
| "mt:IfCommenterIsAuthor": { | |
| "prefix": "mt:IfCommenterIsAuthor", | |
| "body": [ | |
| "mt:IfCommenterIsAuthor${1}>${2}</mt:IfCommenterIsAuthor>" | |
| ] | |
| }, | |
| "mt:IfCommentReplies": { | |
| "prefix": "mt:IfCommentReplies", | |
| "body": [ | |
| "mt:IfCommentReplies${1}>${2}</mt:IfCommentReplies>" | |
| ] | |
| }, | |
| "mt:IfCommentParent": { | |
| "prefix": "mt:IfCommentParent", | |
| "body": [ | |
| "mt:IfCommentParent${1}>${2}</mt:IfCommentParent>" | |
| ] | |
| }, | |
| "mt:IfCategory": { | |
| "prefix": "mt:IfCategory", | |
| "body": [ | |
| "mt:IfCategory${1}>${2}</mt:IfCategory>" | |
| ] | |
| }, | |
| "mt:IfBlog": { | |
| "prefix": "mt:IfBlog", | |
| "body": [ | |
| "mt:IfBlog${1}>${2}</mt:IfBlog>" | |
| ] | |
| }, | |
| "mt:IfArchiveTypeEnabled": { | |
| "prefix": "mt:IfArchiveTypeEnabled", | |
| "body": [ | |
| "mt:IfArchiveTypeEnabled${1}>${2}</mt:IfArchiveTypeEnabled>" | |
| ] | |
| }, | |
| "mt:IfArchiveType": { | |
| "prefix": "mt:IfArchiveType", | |
| "body": [ | |
| "mt:IfArchiveType${1}>${2}</mt:IfArchiveType>" | |
| ] | |
| }, | |
| "mt:IfAnonymousRecommendAllowed": { | |
| "prefix": "mt:IfAnonymousRecommendAllowed", | |
| "body": [ | |
| "mt:IfAnonymousRecommendAllowed${1}>${2}</mt:IfAnonymousRecommendAllowed>" | |
| ] | |
| }, | |
| "mt:IfAllowCommentHTML": { | |
| "prefix": "mt:IfAllowCommentHTML", | |
| "body": [ | |
| "mt:IfAllowCommentHTML${1}>${2}</mt:IfAllowCommentHTML>" | |
| ] | |
| }, | |
| "mt:If": { | |
| "prefix": "mt:If", | |
| "body": [ | |
| "mt:If name=\"${1:VariableName}\">${2}</mt:If>" | |
| ] | |
| }, | |
| "mt:HasSubFolders": { | |
| "prefix": "mt:HasSubFolders", | |
| "body": [ | |
| "mt:HasSubFolders${1}>${2}</mt:HasSubFolders>" | |
| ] | |
| }, | |
| "mt:HasSubCategories": { | |
| "prefix": "mt:HasSubCategories", | |
| "body": [ | |
| "mt:HasSubCategories${1}>${2}</mt:HasSubCategories>" | |
| ] | |
| }, | |
| "mt:HasParentFolder": { | |
| "prefix": "mt:HasParentFolder", | |
| "body": [ | |
| "mt:HasParentFolder${1}>${2}</mt:HasParentFolder>" | |
| ] | |
| }, | |
| "mt:HasParentCategory": { | |
| "prefix": "mt:HasParentCategory", | |
| "body": [ | |
| "mt:HasParentCategory${1}>${2}</mt:HasParentCategory>" | |
| ] | |
| }, | |
| "mt:HasNoSubCategories": { | |
| "prefix": "mt:HasNoSubCategories", | |
| "body": [ | |
| "mt:HasNoSubCategories${1}>${2}</mt:HasNoSubCategories>" | |
| ] | |
| }, | |
| "mt:HasNoParentCategory": { | |
| "prefix": "mt:HasNoParentCategory", | |
| "body": [ | |
| "mt:HasNoParentCategory${1}>${2}</mt:HasNoParentCategory>" | |
| ] | |
| }, | |
| "mt:HTTPContentType": { | |
| "prefix": "mt:HTTPContentType", | |
| "body": [ | |
| "mt:HTTPContentType${1} />" | |
| ] | |
| }, | |
| "mt:GetVar": { | |
| "prefix": "mt:GetVar", | |
| "body": [ | |
| "mt:GetVar${1} />" | |
| ] | |
| }, | |
| "mt:For": { | |
| "prefix": "mt:For", | |
| "body": [ | |
| "mt:For var=\"${1:i}\" from=\"${2}\" to=\"${3}\"${4: glue=\"\"}>${5}</mt:For>" | |
| ] | |
| }, | |
| "mt:Folders": { | |
| "prefix": "mt:Folders", | |
| "body": [ | |
| "mt:Folders${1}>${2}</mt:Folders>" | |
| ] | |
| }, | |
| "mt:FolderPrevious": { | |
| "prefix": "mt:FolderPrevious", | |
| "body": [ | |
| "mt:FolderPrevious${1}>${2}</mt:FolderPrevious>" | |
| ] | |
| }, | |
| "mt:FolderPath": { | |
| "prefix": "mt:FolderPath", | |
| "body": [ | |
| "mt:FolderPath${1} />" | |
| ] | |
| }, | |
| "mt:FolderNext": { | |
| "prefix": "mt:FolderNext", | |
| "body": [ | |
| "mt:FolderNext${1}>${2}</mt:FolderNext>" | |
| ] | |
| }, | |
| "mt:FolderLabel": { | |
| "prefix": "mt:FolderLabel", | |
| "body": [ | |
| "mt:FolderLabel${1} />" | |
| ] | |
| }, | |
| "mt:FolderID": { | |
| "prefix": "mt:FolderID", | |
| "body": [ | |
| "mt:FolderID${1} />" | |
| ] | |
| }, | |
| "mt:FolderHeader": { | |
| "prefix": "mt:FolderHeader", | |
| "body": [ | |
| "mt:FolderHeader${1}>${2}</mt:FolderHeader>" | |
| ] | |
| }, | |
| "mt:FolderFooter": { | |
| "prefix": "mt:FolderFooter", | |
| "body": [ | |
| "mt:FolderFooter${1}>${2}</mt:FolderFooter>" | |
| ] | |
| }, | |
| "mt:FolderDescription": { | |
| "prefix": "mt:FolderDescription", | |
| "body": [ | |
| "mt:FolderDescription${1} />" | |
| ] | |
| }, | |
| "mt:FolderCustomFields": { | |
| "prefix": "mt:FolderCustomFields", | |
| "body": [ | |
| "mt:FolderCustomFields${1}>${2}</mt:FolderCustomFields>" | |
| ] | |
| }, | |
| "mt:FolderCustomFieldValue": { | |
| "prefix": "mt:FolderCustomFieldValue", | |
| "body": [ | |
| "mt:FolderCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:FolderCustomFieldName": { | |
| "prefix": "mt:FolderCustomFieldName", | |
| "body": [ | |
| "mt:FolderCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:FolderCustomFieldDescription": { | |
| "prefix": "mt:FolderCustomFieldDescription", | |
| "body": [ | |
| "mt:FolderCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:FolderCount": { | |
| "prefix": "mt:FolderCount", | |
| "body": [ | |
| "mt:FolderCount${1} />" | |
| ] | |
| }, | |
| "mt:FolderBasename": { | |
| "prefix": "mt:FolderBasename", | |
| "body": [ | |
| "mt:FolderBasename${1} />" | |
| ] | |
| }, | |
| "mt:FileTemplate": { | |
| "prefix": "mt:FileTemplate", | |
| "body": [ | |
| "mt:FileTemplate${1} />" | |
| ] | |
| }, | |
| "mt:FileCustomFields": { | |
| "prefix": "mt:FileCustomFields", | |
| "body": [ | |
| "mt:FileCustomFields${1}>${2}</mt:FileCustomFields>" | |
| ] | |
| }, | |
| "mt:FileCustomFieldValue": { | |
| "prefix": "mt:FileCustomFieldValue", | |
| "body": [ | |
| "mt:FileCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:FileCustomFieldName": { | |
| "prefix": "mt:FileCustomFieldName", | |
| "body": [ | |
| "mt:FileCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:FileCustomFieldDescription": { | |
| "prefix": "mt:FileCustomFieldDescription", | |
| "body": [ | |
| "mt:FileCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:FeedbackScore": { | |
| "prefix": "mt:FeedbackScore", | |
| "body": [ | |
| "mt:FeedbackScore${1} />" | |
| ] | |
| }, | |
| "mt:FeedTitle": { | |
| "prefix": "mt:FeedTitle", | |
| "body": [ | |
| "mt:FeedTitle${1} />" | |
| ] | |
| }, | |
| "mt:FeedLink": { | |
| "prefix": "mt:FeedLink", | |
| "body": [ | |
| "mt:FeedLink${1} />" | |
| ] | |
| }, | |
| "mt:FeedInclude": { | |
| "prefix": "mt:FeedInclude", | |
| "body": [ | |
| "mt:FeedInclude${1} />" | |
| ] | |
| }, | |
| "mt:FeedEntryTitle": { | |
| "prefix": "mt:FeedEntryTitle", | |
| "body": [ | |
| "mt:FeedEntryTitle${1} />" | |
| ] | |
| }, | |
| "mt:FeedEntryLink": { | |
| "prefix": "mt:FeedEntryLink", | |
| "body": [ | |
| "mt:FeedEntryLink${1} />" | |
| ] | |
| }, | |
| "mt:FeedEntries": { | |
| "prefix": "mt:FeedEntries", | |
| "body": [ | |
| "mt:FeedEntries${1}>${2}</mt:FeedEntries>" | |
| ] | |
| }, | |
| "mt:Feed": { | |
| "prefix": "mt:Feed", | |
| "body": [ | |
| "mt:Feed${1}>${2}</mt:Feed>" | |
| ] | |
| }, | |
| "mt:ErrorMessage": { | |
| "prefix": "mt:ErrorMessage", | |
| "body": [ | |
| "mt:ErrorMessage${1} />" | |
| ] | |
| }, | |
| "mt:EntryTrackbackLink": { | |
| "prefix": "mt:EntryTrackbackLink", | |
| "body": [ | |
| "mt:EntryTrackbackLink${1} />" | |
| ] | |
| }, | |
| "mt:EntryTrackbackID": { | |
| "prefix": "mt:EntryTrackbackID", | |
| "body": [ | |
| "mt:EntryTrackbackID${1} />" | |
| ] | |
| }, | |
| "mt:EntryTrackbackData": { | |
| "prefix": "mt:EntryTrackbackData", | |
| "body": [ | |
| "mt:EntryTrackbackData${1} />" | |
| ] | |
| }, | |
| "mt:EntryTrackbackCount": { | |
| "prefix": "mt:EntryTrackbackCount", | |
| "body": [ | |
| "mt:EntryTrackbackCount${1} />" | |
| ] | |
| }, | |
| "mt:EntryTitle": { | |
| "prefix": "mt:EntryTitle", | |
| "body": [ | |
| "mt:EntryTitle${1: escape=\"html\"} />" | |
| ] | |
| }, | |
| "mt:EntryTags": { | |
| "prefix": "mt:EntryTags", | |
| "body": [ | |
| "mt:EntryTags${1}>${2}</mt:EntryTags>" | |
| ] | |
| }, | |
| "mt:EntryScoreLow": { | |
| "prefix": "mt:EntryScoreLow", | |
| "body": [ | |
| "mt:EntryScoreLow${1} />" | |
| ] | |
| }, | |
| "mt:EntryScoreHigh": { | |
| "prefix": "mt:EntryScoreHigh", | |
| "body": [ | |
| "mt:EntryScoreHigh${1} />" | |
| ] | |
| }, | |
| "mt:EntryScoreCount": { | |
| "prefix": "mt:EntryScoreCount", | |
| "body": [ | |
| "mt:EntryScoreCount${1} />" | |
| ] | |
| }, | |
| "mt:EntryScoreAvg": { | |
| "prefix": "mt:EntryScoreAvg", | |
| "body": [ | |
| "mt:EntryScoreAvg${1} />" | |
| ] | |
| }, | |
| "mt:EntryScore": { | |
| "prefix": "mt:EntryScore", | |
| "body": [ | |
| "mt:EntryScore${1} />" | |
| ] | |
| }, | |
| "mt:EntryRecommendedTotal": { | |
| "prefix": "mt:EntryRecommendedTotal", | |
| "body": [ | |
| "mt:EntryRecommendedTotal${1} />" | |
| ] | |
| }, | |
| "mt:EntryRecommendVoteLink": { | |
| "prefix": "mt:EntryRecommendVoteLink", | |
| "body": [ | |
| "mt:EntryRecommendVoteLink${1} />" | |
| ] | |
| }, | |
| "mt:EntryRawPostType": { | |
| "prefix": "mt:EntryRawPostType", | |
| "body": [ | |
| "mt:EntryRawPostType${1} />" | |
| ] | |
| }, | |
| "mt:EntryRank": { | |
| "prefix": "mt:EntryRank", | |
| "body": [ | |
| "mt:EntryRank${1} />" | |
| ] | |
| }, | |
| "mt:EntryPrimaryCategory": { | |
| "prefix": "mt:EntryPrimaryCategory", | |
| "body": [ | |
| "mt:EntryPrimaryCategory${1}>${2}</mt:EntryPrimaryCategory>" | |
| ] | |
| }, | |
| "mt:EntryPrevious": { | |
| "prefix": "mt:EntryPrevious", | |
| "body": [ | |
| "mt:EntryPrevious${1}>${2}</mt:EntryPrevious>" | |
| ] | |
| }, | |
| "mt:EntryPostType": { | |
| "prefix": "mt:EntryPostType", | |
| "body": [ | |
| "mt:EntryPostType${1} />" | |
| ] | |
| }, | |
| "mt:EntryPhoto": { | |
| "prefix": "mt:EntryPhoto", | |
| "body": [ | |
| "mt:EntryPhoto${1} />" | |
| ] | |
| }, | |
| "mt:EntryPermalink": { | |
| "prefix": "mt:EntryPermalink", | |
| "body": [ | |
| "mt:EntryPermalink${1} />" | |
| ] | |
| }, | |
| "mt:EntryNext": { | |
| "prefix": "mt:EntryNext", | |
| "body": [ | |
| "mt:EntryNext${1}>${2}</mt:EntryNext>" | |
| ] | |
| }, | |
| "mt:EntryMore": { | |
| "prefix": "mt:EntryMore", | |
| "body": [ | |
| "mt:EntryMore${1} />" | |
| ] | |
| }, | |
| "mt:EntryModifiedDate": { | |
| "prefix": "mt:EntryModifiedDate", | |
| "body": [ | |
| "mt:EntryModifiedDate${1} />" | |
| ] | |
| }, | |
| "mt:EntryLinkURL": { | |
| "prefix": "mt:EntryLinkURL", | |
| "body": [ | |
| "mt:EntryLinkURL${1} />" | |
| ] | |
| }, | |
| "mt:EntryLink": { | |
| "prefix": "mt:EntryLink", | |
| "body": [ | |
| "mt:EntryLink${1} />" | |
| ] | |
| }, | |
| "mt:EntryKeywords": { | |
| "prefix": "mt:EntryKeywords", | |
| "body": [ | |
| "mt:EntryKeywords${1} />" | |
| ] | |
| }, | |
| "mt:EntryIfTagged": { | |
| "prefix": "mt:EntryIfTagged", | |
| "body": [ | |
| "mt:EntryIfTagged${1}>${2}</mt:EntryIfTagged>" | |
| ] | |
| }, | |
| "mt:EntryIfExtended": { | |
| "prefix": "mt:EntryIfExtended", | |
| "body": [ | |
| "mt:EntryIfExtended${1}>${2}</mt:EntryIfExtended>" | |
| ] | |
| }, | |
| "mt:EntryIfCommentsOpen": { | |
| "prefix": "mt:EntryIfCommentsOpen", | |
| "body": [ | |
| "mt:EntryIfCommentsOpen${1}>${2}</mt:EntryIfCommentsOpen>" | |
| ] | |
| }, | |
| "mt:EntryIfCategory": { | |
| "prefix": "mt:EntryIfCategory", | |
| "body": [ | |
| "mt:EntryIfCategory${1}>${2}</mt:EntryIfCategory>" | |
| ] | |
| }, | |
| "mt:EntryIfAllowPings": { | |
| "prefix": "mt:EntryIfAllowPings", | |
| "body": [ | |
| "mt:EntryIfAllowPings${1}>${2}</mt:EntryIfAllowPings>" | |
| ] | |
| }, | |
| "mt:EntryIfAllowComments": { | |
| "prefix": "mt:EntryIfAllowComments", | |
| "body": [ | |
| "mt:EntryIfAllowComments${1}>${2}</mt:EntryIfAllowComments>" | |
| ] | |
| }, | |
| "mt:EntryID": { | |
| "prefix": "mt:EntryID", | |
| "body": [ | |
| "mt:EntryID${1} />" | |
| ] | |
| }, | |
| "mt:EntryFlag": { | |
| "prefix": "mt:EntryFlag", | |
| "body": [ | |
| "mt:EntryFlag${1} />" | |
| ] | |
| }, | |
| "mt:EntryExcerpt": { | |
| "prefix": "mt:EntryExcerpt", | |
| "body": [ | |
| "mt:EntryExcerpt${1} />" | |
| ] | |
| }, | |
| "mt:EntryEmbedCode": { | |
| "prefix": "mt:EntryEmbedCode", | |
| "body": [ | |
| "mt:EntryEmbedCode${1} />" | |
| ] | |
| }, | |
| "mt:EntryEditLink": { | |
| "prefix": "mt:EntryEditLink", | |
| "body": [ | |
| "mt:EntryEditLink${1} />" | |
| ] | |
| }, | |
| "mt:EntryDate": { | |
| "prefix": "mt:EntryDate", | |
| "body": [ | |
| "mt:EntryDate${1} />" | |
| ] | |
| }, | |
| "mt:EntryCustomFields": { | |
| "prefix": "mt:EntryCustomFields", | |
| "body": [ | |
| "mt:EntryCustomFields${1}>${2}</mt:EntryCustomFields>" | |
| ] | |
| }, | |
| "mt:EntryCustomFieldValue": { | |
| "prefix": "mt:EntryCustomFieldValue", | |
| "body": [ | |
| "mt:EntryCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:EntryCustomFieldName": { | |
| "prefix": "mt:EntryCustomFieldName", | |
| "body": [ | |
| "mt:EntryCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:EntryCustomFieldDescription": { | |
| "prefix": "mt:EntryCustomFieldDescription", | |
| "body": [ | |
| "mt:EntryCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:EntryCreatedDate": { | |
| "prefix": "mt:EntryCreatedDate", | |
| "body": [ | |
| "mt:EntryCreatedDate${1} />" | |
| ] | |
| }, | |
| "mt:EntryCommentCount": { | |
| "prefix": "mt:EntryCommentCount", | |
| "body": [ | |
| "mt:EntryCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:EntryClassLabel": { | |
| "prefix": "mt:EntryClassLabel", | |
| "body": [ | |
| "mt:EntryClassLabel${1} />" | |
| ] | |
| }, | |
| "mt:EntryClass": { | |
| "prefix": "mt:EntryClass", | |
| "body": [ | |
| "mt:EntryClass${1} />" | |
| ] | |
| }, | |
| "mt:EntryCategory": { | |
| "prefix": "mt:EntryCategory", | |
| "body": [ | |
| "mt:EntryCategory${1} />" | |
| ] | |
| }, | |
| "mt:EntryCategories": { | |
| "prefix": "mt:EntryCategories", | |
| "body": [ | |
| "mt:EntryCategories${1}>${2}</mt:EntryCategories>" | |
| ] | |
| }, | |
| "mt:EntryBody": { | |
| "prefix": "mt:EntryBody", | |
| "body": [ | |
| "mt:EntryBody${1} />" | |
| ] | |
| }, | |
| "mt:EntryBlogURL": { | |
| "prefix": "mt:EntryBlogURL", | |
| "body": [ | |
| "mt:EntryBlogURL${1} />" | |
| ] | |
| }, | |
| "mt:EntryBlogName": { | |
| "prefix": "mt:EntryBlogName", | |
| "body": [ | |
| "mt:EntryBlogName${1} />" | |
| ] | |
| }, | |
| "mt:EntryBlogID": { | |
| "prefix": "mt:EntryBlogID", | |
| "body": [ | |
| "mt:EntryBlogID${1} />" | |
| ] | |
| }, | |
| "mt:EntryBlogDescription": { | |
| "prefix": "mt:EntryBlogDescription", | |
| "body": [ | |
| "mt:EntryBlogDescription${1} />" | |
| ] | |
| }, | |
| "mt:EntryBasename": { | |
| "prefix": "mt:EntryBasename", | |
| "body": [ | |
| "mt:EntryBasename${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorUserpicURL": { | |
| "prefix": "mt:EntryAuthorUserpicURL", | |
| "body": [ | |
| "mt:EntryAuthorUserpicURL${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorUserpicAsset": { | |
| "prefix": "mt:EntryAuthorUserpicAsset", | |
| "body": [ | |
| "mt:EntryAuthorUserpicAsset${1}>${2}</mt:EntryAuthorUserpicAsset>" | |
| ] | |
| }, | |
| "mt:EntryAuthorUserpic": { | |
| "prefix": "mt:EntryAuthorUserpic", | |
| "body": [ | |
| "mt:EntryAuthorUserpic${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorUsername": { | |
| "prefix": "mt:EntryAuthorUsername", | |
| "body": [ | |
| "mt:EntryAuthorUsername${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorURL": { | |
| "prefix": "mt:EntryAuthorURL", | |
| "body": [ | |
| "mt:EntryAuthorURL${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorNickname": { | |
| "prefix": "mt:EntryAuthorNickname", | |
| "body": [ | |
| "mt:EntryAuthorNickname${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorLink": { | |
| "prefix": "mt:EntryAuthorLink", | |
| "body": [ | |
| "mt:EntryAuthorLink${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorID": { | |
| "prefix": "mt:EntryAuthorID", | |
| "body": [ | |
| "mt:EntryAuthorID${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorEmail": { | |
| "prefix": "mt:EntryAuthorEmail", | |
| "body": [ | |
| "mt:EntryAuthorEmail${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthorDisplayName": { | |
| "prefix": "mt:EntryAuthorDisplayName", | |
| "body": [ | |
| "mt:EntryAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:EntryAuthor": { | |
| "prefix": "mt:EntryAuthor", | |
| "body": [ | |
| "mt:EntryAuthor${1} />" | |
| ] | |
| }, | |
| "mt:EntryAudio": { | |
| "prefix": "mt:EntryAudio", | |
| "body": [ | |
| "mt:EntryAudio${1} />" | |
| ] | |
| }, | |
| "mt:EntryAtomID": { | |
| "prefix": "mt:EntryAtomID", | |
| "body": [ | |
| "mt:EntryAtomID${1} />" | |
| ] | |
| }, | |
| "mt:EntryAssets": { | |
| "prefix": "mt:EntryAssets", | |
| "body": [ | |
| "mt:EntryAssets${1}>${2}</mt:EntryAssets>" | |
| ] | |
| }, | |
| "mt:EntryAdditionalCategories": { | |
| "prefix": "mt:EntryAdditionalCategories", | |
| "body": [ | |
| "mt:EntryAdditionalCategories${1}>${2}</mt:EntryAdditionalCategories>" | |
| ] | |
| }, | |
| "mt:EntriesWithSubCategories": { | |
| "prefix": "mt:EntriesWithSubCategories", | |
| "body": [ | |
| "mt:EntriesWithSubCategories${1}>${2}</mt:EntriesWithSubCategories>" | |
| ] | |
| }, | |
| "mt:EntriesHeader": { | |
| "prefix": "mt:EntriesHeader", | |
| "body": [ | |
| "mt:EntriesHeader${1}>${2}</mt:EntriesHeader>" | |
| ] | |
| }, | |
| "mt:EntriesFooter": { | |
| "prefix": "mt:EntriesFooter", | |
| "body": [ | |
| "mt:EntriesFooter${1}>${2}</mt:EntriesFooter>" | |
| ] | |
| }, | |
| "mt:EntriesCount": { | |
| "prefix": "mt:EntriesCount", | |
| "body": [ | |
| "mt:EntriesCount${1} />" | |
| ] | |
| }, | |
| "mt:Entries": { | |
| "prefix": "mt:Entries", | |
| "body": [ | |
| "mt:Entries lastn=\"${1:N}\">${2}</mt:Entries>" | |
| ] | |
| }, | |
| "mt:ElseIf": { | |
| "prefix": "mt:ElseIf", | |
| "body": [ | |
| "mt:ElseIf${1}>${2}</mt:ElseIf>" | |
| ] | |
| }, | |
| "mt:Else": { | |
| "prefix": "mt:Else", | |
| "body": [ | |
| "mt:Else${1}>${2}</mt:Else>" | |
| ] | |
| }, | |
| "mt:DefaultLanguage": { | |
| "prefix": "mt:DefaultLanguage", | |
| "body": [ | |
| "mt:DefaultLanguage${1} />" | |
| ] | |
| }, | |
| "mt:DateHeader": { | |
| "prefix": "mt:DateHeader", | |
| "body": [ | |
| "mt:DateHeader${1}>${2}</mt:DateHeader>" | |
| ] | |
| }, | |
| "mt:DateFooter": { | |
| "prefix": "mt:DateFooter", | |
| "body": [ | |
| "mt:DateFooter${1}>${2}</mt:DateFooter>" | |
| ] | |
| }, | |
| "mt:Date": { | |
| "prefix": "mt:Date", | |
| "body": [ | |
| "mt:Date${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldValue": { | |
| "prefix": "mt:CustomFieldValue", | |
| "body": [ | |
| "mt:CustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldName": { | |
| "prefix": "mt:CustomFieldName", | |
| "body": [ | |
| "mt:CustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldIsRequired": { | |
| "prefix": "mt:CustomFieldIsRequired", | |
| "body": [ | |
| "mt:CustomFieldIsRequired${1}>${2}</mt:CustomFieldIsRequired>" | |
| ] | |
| }, | |
| "mt:CustomFieldHTML": { | |
| "prefix": "mt:CustomFieldHTML", | |
| "body": [ | |
| "mt:CustomFieldHTML${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldDescription": { | |
| "prefix": "mt:CustomFieldDescription", | |
| "body": [ | |
| "mt:CustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldBasename": { | |
| "prefix": "mt:CustomFieldBasename", | |
| "body": [ | |
| "mt:CustomFieldBasename${1} />" | |
| ] | |
| }, | |
| "mt:CurrentPage": { | |
| "prefix": "mt:CurrentPage", | |
| "body": [ | |
| "mt:CurrentPage${1} />" | |
| ] | |
| }, | |
| "mt:ConfigFile": { | |
| "prefix": "mt:ConfigFile", | |
| "body": [ | |
| "mt:ConfigFile${1} />" | |
| ] | |
| }, | |
| "mt:CommunityScript": { | |
| "prefix": "mt:CommunityScript", | |
| "body": [ | |
| "mt:CommunityScript${1} />" | |
| ] | |
| }, | |
| "mt:CommentsHeader": { | |
| "prefix": "mt:CommentsHeader", | |
| "body": [ | |
| "mt:CommentsHeader${1}>${2}</mt:CommentsHeader>" | |
| ] | |
| }, | |
| "mt:CommentsFooter": { | |
| "prefix": "mt:CommentsFooter", | |
| "body": [ | |
| "mt:CommentsFooter${1}>${2}</mt:CommentsFooter>" | |
| ] | |
| }, | |
| "mt:Comments": { | |
| "prefix": "mt:Comments", | |
| "body": [ | |
| "mt:Comments${1}>${2}</mt:Comments>" | |
| ] | |
| }, | |
| "mt:CommenterUserpicURL": { | |
| "prefix": "mt:CommenterUserpicURL", | |
| "body": [ | |
| "mt:CommenterUserpicURL${1} />" | |
| ] | |
| }, | |
| "mt:CommenterUserpicAsset": { | |
| "prefix": "mt:CommenterUserpicAsset", | |
| "body": [ | |
| "mt:CommenterUserpicAsset${1}>${2}</mt:CommenterUserpicAsset>" | |
| ] | |
| }, | |
| "mt:CommenterUserpic": { | |
| "prefix": "mt:CommenterUserpic", | |
| "body": [ | |
| "mt:CommenterUserpic${1} />" | |
| ] | |
| }, | |
| "mt:CommenterUsername": { | |
| "prefix": "mt:CommenterUsername", | |
| "body": [ | |
| "mt:CommenterUsername${1} />" | |
| ] | |
| }, | |
| "mt:CommenterURL": { | |
| "prefix": "mt:CommenterURL", | |
| "body": [ | |
| "mt:CommenterURL${1} />" | |
| ] | |
| }, | |
| "mt:CommenterNameThunk": { | |
| "prefix": "mt:CommenterNameThunk", | |
| "body": [ | |
| "mt:CommenterNameThunk${1} />" | |
| ] | |
| }, | |
| "mt:CommenterName": { | |
| "prefix": "mt:CommenterName", | |
| "body": [ | |
| "mt:CommenterName${1} />" | |
| ] | |
| }, | |
| "mt:CommenterIfTrusted": { | |
| "prefix": "mt:CommenterIfTrusted", | |
| "body": [ | |
| "mt:CommenterIfTrusted${1}>${2}</mt:CommenterIfTrusted>" | |
| ] | |
| }, | |
| "mt:CommenterID": { | |
| "prefix": "mt:CommenterID", | |
| "body": [ | |
| "mt:CommenterID${1} />" | |
| ] | |
| }, | |
| "mt:CommenterEmail": { | |
| "prefix": "mt:CommenterEmail", | |
| "body": [ | |
| "mt:CommenterEmail${1} />" | |
| ] | |
| }, | |
| "mt:CommenterAuthType": { | |
| "prefix": "mt:CommenterAuthType", | |
| "body": [ | |
| "mt:CommenterAuthType${1} />" | |
| ] | |
| }, | |
| "mt:CommenterAuthIconURL": { | |
| "prefix": "mt:CommenterAuthIconURL", | |
| "body": [ | |
| "mt:CommenterAuthIconURL${1} />" | |
| ] | |
| }, | |
| "mt:CommentURL": { | |
| "prefix": "mt:CommentURL", | |
| "body": [ | |
| "mt:CommentURL${1} />" | |
| ] | |
| }, | |
| "mt:CommentScript": { | |
| "prefix": "mt:CommentScript", | |
| "body": [ | |
| "mt:CommentScript${1} />" | |
| ] | |
| }, | |
| "mt:CommentScoreLow": { | |
| "prefix": "mt:CommentScoreLow", | |
| "body": [ | |
| "mt:CommentScoreLow${1} />" | |
| ] | |
| }, | |
| "mt:CommentScoreHigh": { | |
| "prefix": "mt:CommentScoreHigh", | |
| "body": [ | |
| "mt:CommentScoreHigh${1} />" | |
| ] | |
| }, | |
| "mt:CommentScoreCount": { | |
| "prefix": "mt:CommentScoreCount", | |
| "body": [ | |
| "mt:CommentScoreCount${1} />" | |
| ] | |
| }, | |
| "mt:CommentScoreAvg": { | |
| "prefix": "mt:CommentScoreAvg", | |
| "body": [ | |
| "mt:CommentScoreAvg${1} />" | |
| ] | |
| }, | |
| "mt:CommentScore": { | |
| "prefix": "mt:CommentScore", | |
| "body": [ | |
| "mt:CommentScore${1} />" | |
| ] | |
| }, | |
| "mt:CommentRepliesRecurse": { | |
| "prefix": "mt:CommentRepliesRecurse", | |
| "body": [ | |
| "mt:CommentRepliesRecurse${1} />" | |
| ] | |
| }, | |
| "mt:CommentReplies": { | |
| "prefix": "mt:CommentReplies", | |
| "body": [ | |
| "mt:CommentReplies${1}>${2}</mt:CommentReplies>" | |
| ] | |
| }, | |
| "mt:CommentRank": { | |
| "prefix": "mt:CommentRank", | |
| "body": [ | |
| "mt:CommentRank${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewURL": { | |
| "prefix": "mt:CommentPreviewURL", | |
| "body": [ | |
| "mt:CommentPreviewURL${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewIsStatic": { | |
| "prefix": "mt:CommentPreviewIsStatic", | |
| "body": [ | |
| "mt:CommentPreviewIsStatic${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewIP": { | |
| "prefix": "mt:CommentPreviewIP", | |
| "body": [ | |
| "mt:CommentPreviewIP${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewEmail": { | |
| "prefix": "mt:CommentPreviewEmail", | |
| "body": [ | |
| "mt:CommentPreviewEmail${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewDate": { | |
| "prefix": "mt:CommentPreviewDate", | |
| "body": [ | |
| "mt:CommentPreviewDate${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewBody": { | |
| "prefix": "mt:CommentPreviewBody", | |
| "body": [ | |
| "mt:CommentPreviewBody${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewAuthorLink": { | |
| "prefix": "mt:CommentPreviewAuthorLink", | |
| "body": [ | |
| "mt:CommentPreviewAuthorLink${1} />" | |
| ] | |
| }, | |
| "mt:CommentPreviewAuthor": { | |
| "prefix": "mt:CommentPreviewAuthor", | |
| "body": [ | |
| "mt:CommentPreviewAuthor${1} />" | |
| ] | |
| }, | |
| "mt:CommentParentID": { | |
| "prefix": "mt:CommentParentID", | |
| "body": [ | |
| "mt:CommentParentID${1} />" | |
| ] | |
| }, | |
| "mt:CommentParent": { | |
| "prefix": "mt:CommentParent", | |
| "body": [ | |
| "mt:CommentParent${1}>${2}</mt:CommentParent>" | |
| ] | |
| }, | |
| "mt:CommentOrderNumber": { | |
| "prefix": "mt:CommentOrderNumber", | |
| "body": [ | |
| "mt:CommentOrderNumber${1} />" | |
| ] | |
| }, | |
| "mt:CommentName": { | |
| "prefix": "mt:CommentName", | |
| "body": [ | |
| "mt:CommentName${1} />" | |
| ] | |
| }, | |
| "mt:CommentLink": { | |
| "prefix": "mt:CommentLink", | |
| "body": [ | |
| "mt:CommentLink${1} />" | |
| ] | |
| }, | |
| "mt:CommentIfModerated": { | |
| "prefix": "mt:CommentIfModerated", | |
| "body": [ | |
| "mt:CommentIfModerated${1}>${2}</mt:CommentIfModerated>" | |
| ] | |
| }, | |
| "mt:CommentIP": { | |
| "prefix": "mt:CommentIP", | |
| "body": [ | |
| "mt:CommentIP${1} />" | |
| ] | |
| }, | |
| "mt:CommentID": { | |
| "prefix": "mt:CommentID", | |
| "body": [ | |
| "mt:CommentID${1} />" | |
| ] | |
| }, | |
| "mt:CommentEntryID": { | |
| "prefix": "mt:CommentEntryID", | |
| "body": [ | |
| "mt:CommentEntryID${1} />" | |
| ] | |
| }, | |
| "mt:CommentEntry": { | |
| "prefix": "mt:CommentEntry", | |
| "body": [ | |
| "mt:CommentEntry${1}>${2}</mt:CommentEntry>" | |
| ] | |
| }, | |
| "mt:CommentEmail": { | |
| "prefix": "mt:CommentEmail", | |
| "body": [ | |
| "mt:CommentEmail${1} />" | |
| ] | |
| }, | |
| "mt:CommentDate": { | |
| "prefix": "mt:CommentDate", | |
| "body": [ | |
| "mt:CommentDate${1} />" | |
| ] | |
| }, | |
| "mt:CommentCustomFields": { | |
| "prefix": "mt:CommentCustomFields", | |
| "body": [ | |
| "mt:CommentCustomFields${1}>${2}</mt:CommentCustomFields>" | |
| ] | |
| }, | |
| "mt:CommentCustomFieldValue": { | |
| "prefix": "mt:CommentCustomFieldValue", | |
| "body": [ | |
| "mt:CommentCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:CommentCustomFieldName": { | |
| "prefix": "mt:CommentCustomFieldName", | |
| "body": [ | |
| "mt:CommentCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:CommentCustomFieldDescription": { | |
| "prefix": "mt:CommentCustomFieldDescription", | |
| "body": [ | |
| "mt:CommentCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:CommentBody": { | |
| "prefix": "mt:CommentBody", | |
| "body": [ | |
| "mt:CommentBody${1} />" | |
| ] | |
| }, | |
| "mt:CommentBlogID": { | |
| "prefix": "mt:CommentBlogID", | |
| "body": [ | |
| "mt:CommentBlogID${1} />" | |
| ] | |
| }, | |
| "mt:CommentAuthorLink": { | |
| "prefix": "mt:CommentAuthorLink", | |
| "body": [ | |
| "mt:CommentAuthorLink${1} />" | |
| ] | |
| }, | |
| "mt:CommentAuthorIdentity": { | |
| "prefix": "mt:CommentAuthorIdentity", | |
| "body": [ | |
| "mt:CommentAuthorIdentity${1} />" | |
| ] | |
| }, | |
| "mt:CommentAuthor": { | |
| "prefix": "mt:CommentAuthor", | |
| "body": [ | |
| "mt:CommentAuthor${1} />" | |
| ] | |
| }, | |
| "mt:CategoryTrackbackLink": { | |
| "prefix": "mt:CategoryTrackbackLink", | |
| "body": [ | |
| "mt:CategoryTrackbackLink${1} />" | |
| ] | |
| }, | |
| "mt:CategoryTrackbackCount": { | |
| "prefix": "mt:CategoryTrackbackCount", | |
| "body": [ | |
| "mt:CategoryTrackbackCount${1} />" | |
| ] | |
| }, | |
| "mt:CategoryPrevious": { | |
| "prefix": "mt:CategoryPrevious", | |
| "body": [ | |
| "mt:CategoryPrevious${1}>${2}</mt:CategoryPrevious>" | |
| ] | |
| }, | |
| "mt:CategoryNext": { | |
| "prefix": "mt:CategoryNext", | |
| "body": [ | |
| "mt:CategoryNext${1}>${2}</mt:CategoryNext>" | |
| ] | |
| }, | |
| "mt:CategoryLabel": { | |
| "prefix": "mt:CategoryLabel", | |
| "body": [ | |
| "mt:CategoryLabel${1} />" | |
| ] | |
| }, | |
| "mt:CategoryIfAllowPings": { | |
| "prefix": "mt:CategoryIfAllowPings", | |
| "body": [ | |
| "mt:CategoryIfAllowPings${1}>${2}</mt:CategoryIfAllowPings>" | |
| ] | |
| }, | |
| "mt:CategoryID": { | |
| "prefix": "mt:CategoryID", | |
| "body": [ | |
| "mt:CategoryID${1} />" | |
| ] | |
| }, | |
| "mt:CategoryDescription": { | |
| "prefix": "mt:CategoryDescription", | |
| "body": [ | |
| "mt:CategoryDescription${1} />" | |
| ] | |
| }, | |
| "mt:CategoryCustomFields": { | |
| "prefix": "mt:CategoryCustomFields", | |
| "body": [ | |
| "mt:CategoryCustomFields${1}>${2}</mt:CategoryCustomFields>" | |
| ] | |
| }, | |
| "mt:CategoryCustomFieldValue": { | |
| "prefix": "mt:CategoryCustomFieldValue", | |
| "body": [ | |
| "mt:CategoryCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:CategoryCustomFieldName": { | |
| "prefix": "mt:CategoryCustomFieldName", | |
| "body": [ | |
| "mt:CategoryCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:CategoryCustomFieldDescription": { | |
| "prefix": "mt:CategoryCustomFieldDescription", | |
| "body": [ | |
| "mt:CategoryCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:CategoryCount": { | |
| "prefix": "mt:CategoryCount", | |
| "body": [ | |
| "mt:CategoryCount${1} />" | |
| ] | |
| }, | |
| "mt:CategoryCommentCount": { | |
| "prefix": "mt:CategoryCommentCount", | |
| "body": [ | |
| "mt:CategoryCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:CategoryBasename": { | |
| "prefix": "mt:CategoryBasename", | |
| "body": [ | |
| "mt:CategoryBasename${1} />" | |
| ] | |
| }, | |
| "mt:CategoryArchiveLink": { | |
| "prefix": "mt:CategoryArchiveLink", | |
| "body": [ | |
| "mt:CategoryArchiveLink${1} />" | |
| ] | |
| }, | |
| "mt:Categories": { | |
| "prefix": "mt:Categories", | |
| "body": [ | |
| "mt:Categories${1}>${2}</mt:Categories>" | |
| ] | |
| }, | |
| "mt:CaptchaFields": { | |
| "prefix": "mt:CaptchaFields", | |
| "body": [ | |
| "mt:CaptchaFields${1} />" | |
| ] | |
| }, | |
| "mt:CalendarWeekHeader": { | |
| "prefix": "mt:CalendarWeekHeader", | |
| "body": [ | |
| "mt:CalendarWeekHeader${1}>${2}</mt:CalendarWeekHeader>" | |
| ] | |
| }, | |
| "mt:CalendarWeekFooter": { | |
| "prefix": "mt:CalendarWeekFooter", | |
| "body": [ | |
| "mt:CalendarWeekFooter${1}>${2}</mt:CalendarWeekFooter>" | |
| ] | |
| }, | |
| "mt:CalendarIfToday": { | |
| "prefix": "mt:CalendarIfToday", | |
| "body": [ | |
| "mt:CalendarIfToday${1}>${2}</mt:CalendarIfToday>" | |
| ] | |
| }, | |
| "mt:CalendarIfNoEntries": { | |
| "prefix": "mt:CalendarIfNoEntries", | |
| "body": [ | |
| "mt:CalendarIfNoEntries${1}>${2}</mt:CalendarIfNoEntries>" | |
| ] | |
| }, | |
| "mt:CalendarIfEntries": { | |
| "prefix": "mt:CalendarIfEntries", | |
| "body": [ | |
| "mt:CalendarIfEntries${1}>${2}</mt:CalendarIfEntries>" | |
| ] | |
| }, | |
| "mt:CalendarIfBlank": { | |
| "prefix": "mt:CalendarIfBlank", | |
| "body": [ | |
| "mt:CalendarIfBlank${1}>${2}</mt:CalendarIfBlank>" | |
| ] | |
| }, | |
| "mt:CalendarDay": { | |
| "prefix": "mt:CalendarDay", | |
| "body": [ | |
| "mt:CalendarDay${1} />" | |
| ] | |
| }, | |
| "mt:CalendarDate": { | |
| "prefix": "mt:CalendarDate", | |
| "body": [ | |
| "mt:CalendarDate${1} />" | |
| ] | |
| }, | |
| "mt:CalendarCellNumber": { | |
| "prefix": "mt:CalendarCellNumber", | |
| "body": [ | |
| "mt:CalendarCellNumber${1} />" | |
| ] | |
| }, | |
| "mt:Calendar": { | |
| "prefix": "mt:Calendar", | |
| "body": [ | |
| "mt:Calendar${1}>${2}</mt:Calendar>" | |
| ] | |
| }, | |
| "mt:CGIServerPath": { | |
| "prefix": "mt:CGIServerPath", | |
| "body": [ | |
| "mt:CGIServerPath${1} />" | |
| ] | |
| }, | |
| "mt:CGIRelativeURL": { | |
| "prefix": "mt:CGIRelativeURL", | |
| "body": [ | |
| "mt:CGIRelativeURL${1} />" | |
| ] | |
| }, | |
| "mt:CGIPath": { | |
| "prefix": "mt:CGIPath", | |
| "body": [ | |
| "mt:CGIPath${1} />" | |
| ] | |
| }, | |
| "mt:CGIHost": { | |
| "prefix": "mt:CGIHost", | |
| "body": [ | |
| "mt:CGIHost${1} />" | |
| ] | |
| }, | |
| "mt:CCLicenseRDF": { | |
| "prefix": "mt:CCLicenseRDF", | |
| "body": [ | |
| "mt:CCLicenseRDF${1} />" | |
| ] | |
| }, | |
| "mt:BuildTemplateID": { | |
| "prefix": "mt:BuildTemplateID", | |
| "body": [ | |
| "mt:BuildTemplateID${1} />" | |
| ] | |
| }, | |
| "mt:Blogs": { | |
| "prefix": "mt:Blogs", | |
| "body": [ | |
| "mt:Blogs${1}>${2}</mt:Blogs>" | |
| ] | |
| }, | |
| "mt:BlogURL": { | |
| "prefix": "mt:BlogURL", | |
| "body": [ | |
| "mt:BlogURL${1} />" | |
| ] | |
| }, | |
| "mt:BlogTimezone": { | |
| "prefix": "mt:BlogTimezone", | |
| "body": [ | |
| "mt:BlogTimezone${1} />" | |
| ] | |
| }, | |
| "mt:BlogThemeID": { | |
| "prefix": "mt:BlogThemeID", | |
| "body": [ | |
| "mt:BlogThemeID${1} />" | |
| ] | |
| }, | |
| "mt:BlogTemplateSetID": { | |
| "prefix": "mt:BlogTemplateSetID", | |
| "body": [ | |
| "mt:BlogTemplateSetID${1} />" | |
| ] | |
| }, | |
| "mt:BlogSitePath": { | |
| "prefix": "mt:BlogSitePath", | |
| "body": [ | |
| "mt:BlogSitePath${1} />" | |
| ] | |
| }, | |
| "mt:BlogResultHeader": { | |
| "prefix": "mt:BlogResultHeader", | |
| "body": [ | |
| "mt:BlogResultHeader${1}>${2}</mt:BlogResultHeader>" | |
| ] | |
| }, | |
| "mt:BlogResultFooter": { | |
| "prefix": "mt:BlogResultFooter", | |
| "body": [ | |
| "mt:BlogResultFooter${1}>${2}</mt:BlogResultFooter>" | |
| ] | |
| }, | |
| "mt:BlogRelativeURL": { | |
| "prefix": "mt:BlogRelativeURL", | |
| "body": [ | |
| "mt:BlogRelativeURL${1} />" | |
| ] | |
| }, | |
| "mt:BlogPingCount": { | |
| "prefix": "mt:BlogPingCount", | |
| "body": [ | |
| "mt:BlogPingCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogParentWebsite": { | |
| "prefix": "mt:BlogParentWebsite", | |
| "body": [ | |
| "mt:BlogParentWebsite${1}>${2}</mt:BlogParentWebsite>" | |
| ] | |
| }, | |
| "mt:BlogPageCount": { | |
| "prefix": "mt:BlogPageCount", | |
| "body": [ | |
| "mt:BlogPageCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogName": { | |
| "prefix": "mt:BlogName", | |
| "body": [ | |
| "mt:BlogName${1} />" | |
| ] | |
| }, | |
| "mt:BlogLanguage": { | |
| "prefix": "mt:BlogLanguage", | |
| "body": [ | |
| "mt:BlogLanguage${1} />" | |
| ] | |
| }, | |
| "mt:BlogIfCommentsOpen": { | |
| "prefix": "mt:BlogIfCommentsOpen", | |
| "body": [ | |
| "mt:BlogIfCommentsOpen${1}>${2}</mt:BlogIfCommentsOpen>" | |
| ] | |
| }, | |
| "mt:BlogIfCCLicense": { | |
| "prefix": "mt:BlogIfCCLicense", | |
| "body": [ | |
| "mt:BlogIfCCLicense${1}>${2}</mt:BlogIfCCLicense>" | |
| ] | |
| }, | |
| "mt:BlogID": { | |
| "prefix": "mt:BlogID", | |
| "body": [ | |
| "mt:BlogID${1} />" | |
| ] | |
| }, | |
| "mt:BlogHost": { | |
| "prefix": "mt:BlogHost", | |
| "body": [ | |
| "mt:BlogHost${1} />" | |
| ] | |
| }, | |
| "mt:BlogFileExtension": { | |
| "prefix": "mt:BlogFileExtension", | |
| "body": [ | |
| "mt:BlogFileExtension${1} />" | |
| ] | |
| }, | |
| "mt:BlogEntryCount": { | |
| "prefix": "mt:BlogEntryCount", | |
| "body": [ | |
| "mt:BlogEntryCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogDescription": { | |
| "prefix": "mt:BlogDescription", | |
| "body": [ | |
| "mt:BlogDescription${1} />" | |
| ] | |
| }, | |
| "mt:BlogCustomFields": { | |
| "prefix": "mt:BlogCustomFields", | |
| "body": [ | |
| "mt:BlogCustomFields${1}>${2}</mt:BlogCustomFields>" | |
| ] | |
| }, | |
| "mt:BlogCustomFieldValue": { | |
| "prefix": "mt:BlogCustomFieldValue", | |
| "body": [ | |
| "mt:BlogCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:BlogCustomFieldName": { | |
| "prefix": "mt:BlogCustomFieldName", | |
| "body": [ | |
| "mt:BlogCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:BlogCustomFieldDescription": { | |
| "prefix": "mt:BlogCustomFieldDescription", | |
| "body": [ | |
| "mt:BlogCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:BlogCommentCount": { | |
| "prefix": "mt:BlogCommentCount", | |
| "body": [ | |
| "mt:BlogCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogCategoryCount": { | |
| "prefix": "mt:BlogCategoryCount", | |
| "body": [ | |
| "mt:BlogCategoryCount${1} />" | |
| ] | |
| }, | |
| "mt:BlogCCLicenseURL": { | |
| "prefix": "mt:BlogCCLicenseURL", | |
| "body": [ | |
| "mt:BlogCCLicenseURL${1} />" | |
| ] | |
| }, | |
| "mt:BlogCCLicenseImage": { | |
| "prefix": "mt:BlogCCLicenseImage", | |
| "body": [ | |
| "mt:BlogCCLicenseImage${1} />" | |
| ] | |
| }, | |
| "mt:BlogArchiveURL": { | |
| "prefix": "mt:BlogArchiveURL", | |
| "body": [ | |
| "mt:BlogArchiveURL${1} />" | |
| ] | |
| }, | |
| "mt:Authors": { | |
| "prefix": "mt:Authors", | |
| "body": [ | |
| "mt:Authors${1}>${2}</mt:Authors>" | |
| ] | |
| }, | |
| "mt:AuthorUserpicURL": { | |
| "prefix": "mt:AuthorUserpicURL", | |
| "body": [ | |
| "mt:AuthorUserpicURL${1} />" | |
| ] | |
| }, | |
| "mt:AuthorUserpicAsset": { | |
| "prefix": "mt:AuthorUserpicAsset", | |
| "body": [ | |
| "mt:AuthorUserpicAsset${1}>${2}</mt:AuthorUserpicAsset>" | |
| ] | |
| }, | |
| "mt:AuthorUserpic": { | |
| "prefix": "mt:AuthorUserpic", | |
| "body": [ | |
| "mt:AuthorUserpic${1} />" | |
| ] | |
| }, | |
| "mt:AuthorUnFollowLink": { | |
| "prefix": "mt:AuthorUnFollowLink", | |
| "body": [ | |
| "mt:AuthorUnFollowLink${1} />" | |
| ] | |
| }, | |
| "mt:AuthorURL": { | |
| "prefix": "mt:AuthorURL", | |
| "body": [ | |
| "mt:AuthorURL${1} />" | |
| ] | |
| }, | |
| "mt:AuthorScoreLow": { | |
| "prefix": "mt:AuthorScoreLow", | |
| "body": [ | |
| "mt:AuthorScoreLow${1} />" | |
| ] | |
| }, | |
| "mt:AuthorScoreHigh": { | |
| "prefix": "mt:AuthorScoreHigh", | |
| "body": [ | |
| "mt:AuthorScoreHigh${1} />" | |
| ] | |
| }, | |
| "mt:AuthorScoreCount": { | |
| "prefix": "mt:AuthorScoreCount", | |
| "body": [ | |
| "mt:AuthorScoreCount${1} />" | |
| ] | |
| }, | |
| "mt:AuthorScoreAvg": { | |
| "prefix": "mt:AuthorScoreAvg", | |
| "body": [ | |
| "mt:AuthorScoreAvg${1} />" | |
| ] | |
| }, | |
| "mt:AuthorScore": { | |
| "prefix": "mt:AuthorScore", | |
| "body": [ | |
| "mt:AuthorScore${1} />" | |
| ] | |
| }, | |
| "mt:AuthorRank": { | |
| "prefix": "mt:AuthorRank", | |
| "body": [ | |
| "mt:AuthorRank${1} />" | |
| ] | |
| }, | |
| "mt:AuthorPrevious": { | |
| "prefix": "mt:AuthorPrevious", | |
| "body": [ | |
| "mt:AuthorPrevious${1}>${2}</mt:AuthorPrevious>" | |
| ] | |
| }, | |
| "mt:AuthorNext": { | |
| "prefix": "mt:AuthorNext", | |
| "body": [ | |
| "mt:AuthorNext${1}>${2}</mt:AuthorNext>" | |
| ] | |
| }, | |
| "mt:AuthorName": { | |
| "prefix": "mt:AuthorName", | |
| "body": [ | |
| "mt:AuthorName${1} />" | |
| ] | |
| }, | |
| "mt:AuthorIfFollowing": { | |
| "prefix": "mt:AuthorIfFollowing", | |
| "body": [ | |
| "mt:AuthorIfFollowing${1}>${2}</mt:AuthorIfFollowing>" | |
| ] | |
| }, | |
| "mt:AuthorIfFollowed": { | |
| "prefix": "mt:AuthorIfFollowed", | |
| "body": [ | |
| "mt:AuthorIfFollowed${1}>${2}</mt:AuthorIfFollowed>" | |
| ] | |
| }, | |
| "mt:AuthorID": { | |
| "prefix": "mt:AuthorID", | |
| "body": [ | |
| "mt:AuthorID${1} />" | |
| ] | |
| }, | |
| "mt:AuthorHasPage": { | |
| "prefix": "mt:AuthorHasPage", | |
| "body": [ | |
| "mt:AuthorHasPage${1}>${2}</mt:AuthorHasPage>" | |
| ] | |
| }, | |
| "mt:AuthorHasEntry": { | |
| "prefix": "mt:AuthorHasEntry", | |
| "body": [ | |
| "mt:AuthorHasEntry${1}>${2}</mt:AuthorHasEntry>" | |
| ] | |
| }, | |
| "mt:AuthorFollowingFavorites": { | |
| "prefix": "mt:AuthorFollowingFavorites", | |
| "body": [ | |
| "mt:AuthorFollowingFavorites${1}>${2}</mt:AuthorFollowingFavorites>" | |
| ] | |
| }, | |
| "mt:AuthorFollowingEntries": { | |
| "prefix": "mt:AuthorFollowingEntries", | |
| "body": [ | |
| "mt:AuthorFollowingEntries${1}>${2}</mt:AuthorFollowingEntries>" | |
| ] | |
| }, | |
| "mt:AuthorFollowingCount": { | |
| "prefix": "mt:AuthorFollowingCount", | |
| "body": [ | |
| "mt:AuthorFollowingCount${1} />" | |
| ] | |
| }, | |
| "mt:AuthorFollowingComments": { | |
| "prefix": "mt:AuthorFollowingComments", | |
| "body": [ | |
| "mt:AuthorFollowingComments${1}>${2}</mt:AuthorFollowingComments>" | |
| ] | |
| }, | |
| "mt:AuthorFollowing": { | |
| "prefix": "mt:AuthorFollowing", | |
| "body": [ | |
| "mt:AuthorFollowing${1}>${2}</mt:AuthorFollowing>" | |
| ] | |
| }, | |
| "mt:AuthorFollowersCount": { | |
| "prefix": "mt:AuthorFollowersCount", | |
| "body": [ | |
| "mt:AuthorFollowersCount${1} />" | |
| ] | |
| }, | |
| "mt:AuthorFollowers": { | |
| "prefix": "mt:AuthorFollowers", | |
| "body": [ | |
| "mt:AuthorFollowers${1}>${2}</mt:AuthorFollowers>" | |
| ] | |
| }, | |
| "mt:AuthorFollowLink": { | |
| "prefix": "mt:AuthorFollowLink", | |
| "body": [ | |
| "mt:AuthorFollowLink${1} />" | |
| ] | |
| }, | |
| "mt:AuthorEntryCount": { | |
| "prefix": "mt:AuthorEntryCount", | |
| "body": [ | |
| "mt:AuthorEntryCount${1} />" | |
| ] | |
| }, | |
| "mt:AuthorEntriesCount": { | |
| "prefix": "mt:AuthorEntriesCount", | |
| "body": [ | |
| "mt:AuthorEntriesCount${1} />" | |
| ] | |
| }, | |
| "mt:AuthorEmail": { | |
| "prefix": "mt:AuthorEmail", | |
| "body": [ | |
| "mt:AuthorEmail${1} />" | |
| ] | |
| }, | |
| "mt:AuthorDisplayName": { | |
| "prefix": "mt:AuthorDisplayName", | |
| "body": [ | |
| "mt:AuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:AuthorCustomFields": { | |
| "prefix": "mt:AuthorCustomFields", | |
| "body": [ | |
| "mt:AuthorCustomFields${1}>${2}</mt:AuthorCustomFields>" | |
| ] | |
| }, | |
| "mt:AuthorCustomFieldValue": { | |
| "prefix": "mt:AuthorCustomFieldValue", | |
| "body": [ | |
| "mt:AuthorCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:AuthorCustomFieldName": { | |
| "prefix": "mt:AuthorCustomFieldName", | |
| "body": [ | |
| "mt:AuthorCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:AuthorCustomFieldDescription": { | |
| "prefix": "mt:AuthorCustomFieldDescription", | |
| "body": [ | |
| "mt:AuthorCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:AuthorComments": { | |
| "prefix": "mt:AuthorComments", | |
| "body": [ | |
| "mt:AuthorComments${1}>${2}</mt:AuthorComments>" | |
| ] | |
| }, | |
| "mt:AuthorCommentResponses": { | |
| "prefix": "mt:AuthorCommentResponses", | |
| "body": [ | |
| "mt:AuthorCommentResponses${1}>${2}</mt:AuthorCommentResponses>" | |
| ] | |
| }, | |
| "mt:AuthorCommentCount": { | |
| "prefix": "mt:AuthorCommentCount", | |
| "body": [ | |
| "mt:AuthorCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:AuthorBasename": { | |
| "prefix": "mt:AuthorBasename", | |
| "body": [ | |
| "mt:AuthorBasename${1} />" | |
| ] | |
| }, | |
| "mt:AuthorAuthType": { | |
| "prefix": "mt:AuthorAuthType", | |
| "body": [ | |
| "mt:AuthorAuthType${1} />" | |
| ] | |
| }, | |
| "mt:AuthorAuthIconURL": { | |
| "prefix": "mt:AuthorAuthIconURL", | |
| "body": [ | |
| "mt:AuthorAuthIconURL${1} />" | |
| ] | |
| }, | |
| "mt:AudioCustomFields": { | |
| "prefix": "mt:AudioCustomFields", | |
| "body": [ | |
| "mt:AudioCustomFields${1}>${2}</mt:AudioCustomFields>" | |
| ] | |
| }, | |
| "mt:AudioCustomFieldValue": { | |
| "prefix": "mt:AudioCustomFieldValue", | |
| "body": [ | |
| "mt:AudioCustomFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:AudioCustomFieldName": { | |
| "prefix": "mt:AudioCustomFieldName", | |
| "body": [ | |
| "mt:AudioCustomFieldName${1} />" | |
| ] | |
| }, | |
| "mt:AudioCustomFieldDescription": { | |
| "prefix": "mt:AudioCustomFieldDescription", | |
| "body": [ | |
| "mt:AudioCustomFieldDescription${1} />" | |
| ] | |
| }, | |
| "mt:AtomScript": { | |
| "prefix": "mt:AtomScript", | |
| "body": [ | |
| "mt:AtomScript${1} />" | |
| ] | |
| }, | |
| "mt:AssetsHeader": { | |
| "prefix": "mt:AssetsHeader", | |
| "body": [ | |
| "mt:AssetsHeader${1}>${2}</mt:AssetsHeader>" | |
| ] | |
| }, | |
| "mt:AssetsFooter": { | |
| "prefix": "mt:AssetsFooter", | |
| "body": [ | |
| "mt:AssetsFooter${1}>${2}</mt:AssetsFooter>" | |
| ] | |
| }, | |
| "mt:Assets": { | |
| "prefix": "mt:Assets", | |
| "body": [ | |
| "mt:Assets${1}>${2}</mt:Assets>" | |
| ] | |
| }, | |
| "mt:AssetURL": { | |
| "prefix": "mt:AssetURL", | |
| "body": [ | |
| "mt:AssetURL${1} />" | |
| ] | |
| }, | |
| "mt:AssetType": { | |
| "prefix": "mt:AssetType", | |
| "body": [ | |
| "mt:AssetType${1} />" | |
| ] | |
| }, | |
| "mt:AssetThumbnailURL": { | |
| "prefix": "mt:AssetThumbnailURL", | |
| "body": [ | |
| "mt:AssetThumbnailURL${1} />" | |
| ] | |
| }, | |
| "mt:AssetThumbnailLink": { | |
| "prefix": "mt:AssetThumbnailLink", | |
| "body": [ | |
| "mt:AssetThumbnailLink${1} />" | |
| ] | |
| }, | |
| "mt:AssetTags": { | |
| "prefix": "mt:AssetTags", | |
| "body": [ | |
| "mt:AssetTags${1}>${2}</mt:AssetTags>" | |
| ] | |
| }, | |
| "mt:AssetScoreLow": { | |
| "prefix": "mt:AssetScoreLow", | |
| "body": [ | |
| "mt:AssetScoreLow${1} />" | |
| ] | |
| }, | |
| "mt:AssetScoreHigh": { | |
| "prefix": "mt:AssetScoreHigh", | |
| "body": [ | |
| "mt:AssetScoreHigh${1} />" | |
| ] | |
| }, | |
| "mt:AssetScoreCount": { | |
| "prefix": "mt:AssetScoreCount", | |
| "body": [ | |
| "mt:AssetScoreCount${1} />" | |
| ] | |
| }, | |
| "mt:AssetScoreAvg": { | |
| "prefix": "mt:AssetScoreAvg", | |
| "body": [ | |
| "mt:AssetScoreAvg${1} />" | |
| ] | |
| }, | |
| "mt:AssetScore": { | |
| "prefix": "mt:AssetScore", | |
| "body": [ | |
| "mt:AssetScore${1} />" | |
| ] | |
| }, | |
| "mt:AssetRank": { | |
| "prefix": "mt:AssetRank", | |
| "body": [ | |
| "mt:AssetRank${1} />" | |
| ] | |
| }, | |
| "mt:AssetProperty": { | |
| "prefix": "mt:AssetProperty", | |
| "body": [ | |
| "mt:AssetProperty${1} />" | |
| ] | |
| }, | |
| "mt:AssetMimeType": { | |
| "prefix": "mt:AssetMimeType", | |
| "body": [ | |
| "mt:AssetMimeType${1} />" | |
| ] | |
| }, | |
| "mt:AssetLink": { | |
| "prefix": "mt:AssetLink", | |
| "body": [ | |
| "mt:AssetLink${1} />" | |
| ] | |
| }, | |
| "mt:AssetLabel": { | |
| "prefix": "mt:AssetLabel", | |
| "body": [ | |
| "mt:AssetLabel${1} />" | |
| ] | |
| }, | |
| "mt:AssetIsLastInRow": { | |
| "prefix": "mt:AssetIsLastInRow", | |
| "body": [ | |
| "mt:AssetIsLastInRow${1}>${2}</mt:AssetIsLastInRow>" | |
| ] | |
| }, | |
| "mt:AssetIsFirstInRow": { | |
| "prefix": "mt:AssetIsFirstInRow", | |
| "body": [ | |
| "mt:AssetIsFirstInRow${1}>${2}</mt:AssetIsFirstInRow>" | |
| ] | |
| }, | |
| "mt:AssetIfTagged": { | |
| "prefix": "mt:AssetIfTagged", | |
| "body": [ | |
| "mt:AssetIfTagged${1}>${2}</mt:AssetIfTagged>" | |
| ] | |
| }, | |
| "mt:AssetID": { | |
| "prefix": "mt:AssetID", | |
| "body": [ | |
| "mt:AssetID${1} />" | |
| ] | |
| }, | |
| "mt:AssetFilePath": { | |
| "prefix": "mt:AssetFilePath", | |
| "body": [ | |
| "mt:AssetFilePath${1} />" | |
| ] | |
| }, | |
| "mt:AssetFileName": { | |
| "prefix": "mt:AssetFileName", | |
| "body": [ | |
| "mt:AssetFileName${1} />" | |
| ] | |
| }, | |
| "mt:AssetFileExt": { | |
| "prefix": "mt:AssetFileExt", | |
| "body": [ | |
| "mt:AssetFileExt${1} />" | |
| ] | |
| }, | |
| "mt:AssetDescription": { | |
| "prefix": "mt:AssetDescription", | |
| "body": [ | |
| "mt:AssetDescription${1} />" | |
| ] | |
| }, | |
| "mt:AssetDateAdded": { | |
| "prefix": "mt:AssetDateAdded", | |
| "body": [ | |
| "mt:AssetDateAdded${1} />" | |
| ] | |
| }, | |
| "mt:AssetCount": { | |
| "prefix": "mt:AssetCount", | |
| "body": [ | |
| "mt:AssetCount${1} />" | |
| ] | |
| }, | |
| "mt:AssetAddedBy": { | |
| "prefix": "mt:AssetAddedBy", | |
| "body": [ | |
| "mt:AssetAddedBy${1} />" | |
| ] | |
| }, | |
| "mt:Asset": { | |
| "prefix": "mt:Asset", | |
| "body": [ | |
| "mt:Asset${1}>${2}</mt:Asset>" | |
| ] | |
| }, | |
| "mt:Archives": { | |
| "prefix": "mt:Archives", | |
| "body": [ | |
| "mt:Archives${1}>${2}</mt:Archives>" | |
| ] | |
| }, | |
| "mt:ArchiveTypeLabel": { | |
| "prefix": "mt:ArchiveTypeLabel", | |
| "body": [ | |
| "mt:ArchiveTypeLabel${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveType": { | |
| "prefix": "mt:ArchiveType", | |
| "body": [ | |
| "mt:ArchiveType${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveTitle": { | |
| "prefix": "mt:ArchiveTitle", | |
| "body": [ | |
| "mt:ArchiveTitle${1} />" | |
| ] | |
| }, | |
| "mt:ArchivePrevious": { | |
| "prefix": "mt:ArchivePrevious", | |
| "body": [ | |
| "mt:ArchivePrevious${1}>${2}</mt:ArchivePrevious>" | |
| ] | |
| }, | |
| "mt:ArchiveNext": { | |
| "prefix": "mt:ArchiveNext", | |
| "body": [ | |
| "mt:ArchiveNext${1}>${2}</mt:ArchiveNext>" | |
| ] | |
| }, | |
| "mt:ArchiveListHeader": { | |
| "prefix": "mt:ArchiveListHeader", | |
| "body": [ | |
| "mt:ArchiveListHeader${1}>${2}</mt:ArchiveListHeader>" | |
| ] | |
| }, | |
| "mt:ArchiveListFooter": { | |
| "prefix": "mt:ArchiveListFooter", | |
| "body": [ | |
| "mt:ArchiveListFooter${1}>${2}</mt:ArchiveListFooter>" | |
| ] | |
| }, | |
| "mt:ArchiveList": { | |
| "prefix": "mt:ArchiveList", | |
| "body": [ | |
| "mt:ArchiveList${1}>${2}</mt:ArchiveList>" | |
| ] | |
| }, | |
| "mt:ArchiveLink": { | |
| "prefix": "mt:ArchiveLink", | |
| "body": [ | |
| "mt:ArchiveLink${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveLabel": { | |
| "prefix": "mt:ArchiveLabel", | |
| "body": [ | |
| "mt:ArchiveLabel${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveFile": { | |
| "prefix": "mt:ArchiveFile", | |
| "body": [ | |
| "mt:ArchiveFile${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveDateEnd": { | |
| "prefix": "mt:ArchiveDateEnd", | |
| "body": [ | |
| "mt:ArchiveDateEnd${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveDate": { | |
| "prefix": "mt:ArchiveDate", | |
| "body": [ | |
| "mt:ArchiveDate${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveCount": { | |
| "prefix": "mt:ArchiveCount", | |
| "body": [ | |
| "mt:ArchiveCount${1} />" | |
| ] | |
| }, | |
| "mt:ArchiveCategory": { | |
| "prefix": "mt:ArchiveCategory", | |
| "body": [ | |
| "mt:ArchiveCategory${1} />" | |
| ] | |
| }, | |
| "mtapp:Widget": { | |
| "prefix": "mtapp:Widget", | |
| "body": [ | |
| "mtapp:Widget${1}>${2}</mtapp:Widget>" | |
| ] | |
| }, | |
| "mtapp:StatusMsg": { | |
| "prefix": "mtapp:StatusMsg", | |
| "body": [ | |
| "mtapp:StatusMsg${1}>${2}</mtapp:StatusMsg>" | |
| ] | |
| }, | |
| "mtapp:SettingGroup": { | |
| "prefix": "mtapp:SettingGroup", | |
| "body": [ | |
| "mtapp:SettingGroup${1}>${2}</mtapp:SettingGroup>" | |
| ] | |
| }, | |
| "mtapp:Setting": { | |
| "prefix": "mtapp:Setting", | |
| "body": [ | |
| "mtapp:Setting${1}>${2}</mtapp:Setting>" | |
| ] | |
| }, | |
| "mtapp:PageActions": { | |
| "prefix": "mtapp:PageActions", | |
| "body": [ | |
| "mtapp:PageActions${1} />" | |
| ] | |
| }, | |
| "mtapp:Listing": { | |
| "prefix": "mtapp:Listing", | |
| "body": [ | |
| "mtapp:Listing${1}>${2}</mtapp:Listing>" | |
| ] | |
| }, | |
| "mtapp:ListFilters": { | |
| "prefix": "mtapp:ListFilters", | |
| "body": [ | |
| "mtapp:ListFilters${1} />" | |
| ] | |
| }, | |
| "mtapp:Link": { | |
| "prefix": "mtapp:Link", | |
| "body": [ | |
| "mtapp:Link${1} />" | |
| ] | |
| }, | |
| "mtapp:Form": { | |
| "prefix": "mtapp:Form", | |
| "body": [ | |
| "mtapp:Form${1}>${2}</mtapp:Form>" | |
| ] | |
| }, | |
| "mtapp:ActionBar": { | |
| "prefix": "mtapp:ActionBar", | |
| "body": [ | |
| "mtapp:ActionBar${1} />" | |
| ] | |
| }, | |
| "mt:AdminScript": { | |
| "prefix": "mt:AdminScript", | |
| "body": [ | |
| "mt:AdminScript${1} />" | |
| ] | |
| }, | |
| "mt:AdminCGIPath": { | |
| "prefix": "mt:AdminCGIPath", | |
| "body": [ | |
| "mt:AdminCGIPath${1} />" | |
| ] | |
| }, | |
| "mt:ActionsHeader": { | |
| "prefix": "mt:ActionsHeader", | |
| "body": [ | |
| "mt:ActionsHeader${1}>${2}</mt:ActionsHeader>" | |
| ] | |
| }, | |
| "mt:ActionsFooter": { | |
| "prefix": "mt:ActionsFooter", | |
| "body": [ | |
| "mt:ActionsFooter${1}>${2}</mt:ActionsFooter>" | |
| ] | |
| }, | |
| "mt:ActionsFavorite": { | |
| "prefix": "mt:ActionsFavorite", | |
| "body": [ | |
| "mt:ActionsFavorite${1}>${2}</mt:ActionsFavorite>" | |
| ] | |
| }, | |
| "mt:ActionsEntry": { | |
| "prefix": "mt:ActionsEntry", | |
| "body": [ | |
| "mt:ActionsEntry${1}>${2}</mt:ActionsEntry>" | |
| ] | |
| }, | |
| "mt:ActionsComment": { | |
| "prefix": "mt:ActionsComment", | |
| "body": [ | |
| "mt:ActionsComment${1}>${2}</mt:ActionsComment>" | |
| ] | |
| }, | |
| "mt:Actions": { | |
| "prefix": "mt:Actions", | |
| "body": [ | |
| "mt:Actions${1}>${2}</mt:Actions>" | |
| ] | |
| }, | |
| "mt:ActionStreams": { | |
| "prefix": "mt:ActionStreams", | |
| "body": [ | |
| "mt:ActionStreams${1}>${2}</mt:ActionStreams>" | |
| ] | |
| }, | |
| "mt:Include module": { | |
| "prefix": "mt:Include module", | |
| "body": [ | |
| "mt:Include module=\"${1:module}\">" | |
| ] | |
| }, | |
| "mt:Var": { | |
| "prefix": "mt:Var", | |
| "body": [ | |
| "mt:Var name=\"${1:name}\" />" | |
| ] | |
| }, | |
| "mt:SetVarBlock": { | |
| "prefix": "mt:SetVarBlock", | |
| "body": [ | |
| "mt:SetVarBlock name=\"${1:VariableName}\">${2}</mt:SetVarBlock>" | |
| ] | |
| }, | |
| "mt": { | |
| "prefix": "mt", | |
| "body": [ | |
| "mt:${1:TagName}>" | |
| ] | |
| }, | |
| // -------------------------------------------------- | |
| // MT6.2 & MT7 R.4207 Added [ start ] | |
| // -------------------------------------------------- | |
| "mt:AuthorHasContent": { | |
| "prefix": "mt:AuthorHasContent", | |
| "body": [ | |
| "mt:AuthorHasContent content_type=\"${1:foo}\">${2}</mt:AuthorHasContent>" | |
| ] | |
| }, | |
| "mt:AssetSiteID": { | |
| "prefix": "mt:AssetSiteID", | |
| "body": [ | |
| "mt:AssetSiteID${1} />" | |
| ] | |
| }, | |
| "mt:AssetBlogID": { | |
| "prefix": "mt:AssetBlogID", | |
| "body": [ | |
| "mt:AssetBlogID${1} />" | |
| ] | |
| }, | |
| "mt:AuthorContentCount": { | |
| "prefix": "mt:AuthorContentCount", | |
| "body": [ | |
| "mt:AuthorContentCount content_type=\"${1:foo}\"${2} />" | |
| ] | |
| }, | |
| "include_sites=\"ID\"": { | |
| "prefix": "include_sites=\"ID\"", | |
| "body": [ | |
| "include_sites=\"${1:ID}\"" | |
| ] | |
| }, | |
| "include_sites=\"siblings\"": { | |
| "prefix": "include_sites=\"siblings\"", | |
| "body": [ | |
| "include_sites=\"${1:siblings}\"" | |
| ] | |
| }, | |
| "include_sites=\"children\"": { | |
| "prefix": "include_sites=\"children\"", | |
| "body": [ | |
| "include_sites=\"${1:children}\"" | |
| ] | |
| }, | |
| "include_sites=\"all\"": { | |
| "prefix": "include_sites=\"all\"", | |
| "body": [ | |
| "include_sites=\"${1:all}\"" | |
| ] | |
| }, | |
| "exclude_sites=\"ID\"": { | |
| "prefix": "exclude_sites=\"ID\"", | |
| "body": [ | |
| "exclude_sites=\"${1:ID}\"" | |
| ] | |
| }, | |
| "exclude_sites=\"siblings\"": { | |
| "prefix": "exclude_sites=\"siblings\"", | |
| "body": [ | |
| "exclude_sites=\"${1:siblings}\"" | |
| ] | |
| }, | |
| "exclude_sites=\"children\"": { | |
| "prefix": "exclude_sites=\"children\"", | |
| "body": [ | |
| "exclude_sites=\"${1:children}\"" | |
| ] | |
| }, | |
| "mt:CalendarIfContents": { | |
| "prefix": "mt:CalendarIfContents", | |
| "body": [ | |
| "mt:CalendarIfContents>${1}</mt:CalendarIfContents>" | |
| ] | |
| }, | |
| "mt:CalendarIfNoContents": { | |
| "prefix": "mt:CalendarIfNoContents", | |
| "body": [ | |
| "mt:CalendarIfNoContents>${1}</mt:CalendarIfNoContents>" | |
| ] | |
| }, | |
| "mt:CategorySetName": { | |
| "prefix": "mt:CategorySetName", | |
| "body": [ | |
| "mt:CategorySetName${1} />" | |
| ] | |
| }, | |
| "mt:CategorySets": { | |
| "prefix": "mt:CategorySets", | |
| "body": [ | |
| "mt:CategorySets>${1}</mt:CategorySets>" | |
| ] | |
| }, | |
| "content_type=\"foo\"": { | |
| "prefix": "content_type=\"foo\"", | |
| "body": [ | |
| "content_type=\"${1:foo}\"" | |
| ] | |
| }, | |
| "mt:ChildSites": { | |
| "prefix": "mt:ChildSites", | |
| "body": [ | |
| "mt:ChildSites${1}>${2}</mt:ChildSites>" | |
| ] | |
| }, | |
| "mt:CommentSiteID": { | |
| "prefix": "mt:CommentSiteID", | |
| "body": [ | |
| "mt:CommentSiteID${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorDisplayName": { | |
| "prefix": "mt:ContentAuthorDisplayName", | |
| "body": [ | |
| "mt:ContentAuthorDisplayName${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorEmail": { | |
| "prefix": "mt:ContentAuthorEmail", | |
| "body": [ | |
| "mt:ContentAuthorEmail${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorID": { | |
| "prefix": "mt:ContentAuthorID", | |
| "body": [ | |
| "mt:ContentAuthorID${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorLink": { | |
| "prefix": "mt:ContentAuthorLink", | |
| "body": [ | |
| "mt:ContentAuthorLink${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorURL": { | |
| "prefix": "mt:ContentAuthorURL", | |
| "body": [ | |
| "mt:ContentAuthorURL${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorUsername": { | |
| "prefix": "mt:ContentAuthorUsername", | |
| "body": [ | |
| "mt:ContentAuthorUsername${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorUserpic": { | |
| "prefix": "mt:ContentAuthorUserpic", | |
| "body": [ | |
| "mt:ContentAuthorUserpic${1} />" | |
| ] | |
| }, | |
| "mt:ContentAuthorUserpicAsset": { | |
| "prefix": "mt:ContentAuthorUserpicAsset", | |
| "body": [ | |
| "mt:ContentAuthorUserpicAsset${1}>${2}</mt:ContentAuthorUserpicAsset>" | |
| ] | |
| }, | |
| "mt:ContentAuthorUserpicURL": { | |
| "prefix": "mt:ContentAuthorUserpicURL", | |
| "body": [ | |
| "mt:ContentAuthorUserpicURL${1} />" | |
| ] | |
| }, | |
| "mt:ContentCalendar": { | |
| "prefix": "mt:ContentCalendar", | |
| "body": [ | |
| "mt:ContentCalendar content_type=\"${1:foo}\">${2}</mt:ContentCalendar>" | |
| ] | |
| }, | |
| "date_field=\"foo\"": { | |
| "prefix": "date_field=\"foo\"", | |
| "body": [ | |
| "date_field=\"${1:foo}\"" | |
| ] | |
| }, | |
| "date_field=\"modified_on\"": { | |
| "prefix": "date_field=\"modified_on\"", | |
| "body": [ | |
| "date_field=\"${1:modified_on}\"" | |
| ] | |
| }, | |
| "date_field=\"authored_on\"": { | |
| "prefix": "date_field=\"authored_on\"", | |
| "body": [ | |
| "date_field=\"${1:authored_on}\"" | |
| ] | |
| }, | |
| "date_field=\"created_on\"": { | |
| "prefix": "date_field=\"created_on\"", | |
| "body": [ | |
| "date_field=\"${1:created_on}\"" | |
| ] | |
| }, | |
| "month=\"this\"": { | |
| "prefix": "month=\"this\"", | |
| "body": [ | |
| "month=\"${1:this}\"" | |
| ] | |
| }, | |
| "month=\"YYYYMM\"": { | |
| "prefix": "month=\"YYYYMM\"", | |
| "body": [ | |
| "month=\"${1:YYYYMM}\"" | |
| ] | |
| }, | |
| "month=\"last\"": { | |
| "prefix": "month=\"last\"", | |
| "body": [ | |
| "month=\"${1:last}\"" | |
| ] | |
| }, | |
| "month=\"next\"": { | |
| "prefix": "month=\"next\"", | |
| "body": [ | |
| "month=\"${1:next}\"" | |
| ] | |
| }, | |
| "category_set=\"foo\"": { | |
| "prefix": "category_set=\"foo\"", | |
| "body": [ | |
| "category_set=\"${1:foo}\"" | |
| ] | |
| }, | |
| "category=\"foo\"": { | |
| "prefix": "category=\"foo\"", | |
| "body": [ | |
| "category=\"${1:foo}\"" | |
| ] | |
| }, | |
| "weeks_start_with=\"N\"": { | |
| "prefix": "weeks_start_with=\"N\"", | |
| "body": [ | |
| "weeks_start_with=\"${1:N}\"" | |
| ] | |
| }, | |
| "mt:ContentCreatedDate": { | |
| "prefix": "mt:ContentCreatedDate", | |
| "body": [ | |
| "mt:ContentCreatedDate${1} />" | |
| ] | |
| }, | |
| "language=\"foo\"": { | |
| "prefix": "language=\"foo\"", | |
| "body": [ | |
| "language=\"${1:foo}\"" | |
| ] | |
| }, | |
| "mt:ContentDate": { | |
| "prefix": "mt:ContentDate", | |
| "body": [ | |
| "mt:ContentDate${1} />" | |
| ] | |
| }, | |
| "mt:ContentField": { | |
| "prefix": "mt:ContentField", | |
| "body": [ | |
| "mt:ContentField content_field=\"${1:foo}\">${2}</mt:ContentField>" | |
| ] | |
| }, | |
| "mt:ContentFields": { | |
| "prefix": "mt:ContentFields", | |
| "body": [ | |
| "mt:ContentFields>${1}</mt:ContentFields>" | |
| ] | |
| }, | |
| "mt:ContentFieldValue": { | |
| "prefix": "mt:ContentFieldValue", | |
| "body": [ | |
| "mt:ContentFieldValue${1} />" | |
| ] | |
| }, | |
| "mt:ContentID": { | |
| "prefix": "mt:ContentID", | |
| "body": [ | |
| "mt:ContentID${1} />" | |
| ] | |
| }, | |
| "mt:ContentIdentifier": { | |
| "prefix": "mt:ContentIdentifier", | |
| "body": [ | |
| "mt:ContentIdentifier${1} />" | |
| ] | |
| }, | |
| "separator=\"foo\"": { | |
| "prefix": "separator=\"foo\"", | |
| "body": [ | |
| "separator=\"${1:foo}\"" | |
| ] | |
| }, | |
| "mt:ContentLabel": { | |
| "prefix": "mt:ContentLabel", | |
| "body": [ | |
| "mt:ContentLabel${1} />" | |
| ] | |
| }, | |
| "mt:ContentModifiedDate": { | |
| "prefix": "mt:ContentModifiedDate", | |
| "body": [ | |
| "mt:ContentModifiedDate${1} />" | |
| ] | |
| }, | |
| "mt:ContentNext": { | |
| "prefix": "mt:ContentNext", | |
| "body": [ | |
| "mt:ContentNext${1}>${2}</mt:ContentNext>" | |
| ] | |
| }, | |
| "category_field=\"foo\"": { | |
| "prefix": "category_field=\"foo\"", | |
| "body": [ | |
| "category_field=\"${1:foo}\"" | |
| ] | |
| }, | |
| "mt:ContentPermalink": { | |
| "prefix": "mt:ContentPermalink", | |
| "body": [ | |
| "mt:ContentPermalink${1} />" | |
| ] | |
| }, | |
| "mt:ContentPrevious": { | |
| "prefix": "mt:ContentPrevious", | |
| "body": [ | |
| "mt:ContentPrevious${1}>${2}</mt:ContentPrevious>" | |
| ] | |
| }, | |
| "mt:Contents": { | |
| "prefix": "mt:Contents", | |
| "body": [ | |
| "mt:Contents${1}>${2}</mt:Contents>" | |
| ] | |
| }, | |
| "sort_by=\"field:customfieldbasename\"": { | |
| "prefix": "sort_by=\"field:customfieldbasename\"", | |
| "body": [ | |
| "sort_by=\"field:${1:customfieldbasename}\"" | |
| ] | |
| }, | |
| "mt:ContentsCount": { | |
| "prefix": "mt:ContentsCount", | |
| "body": [ | |
| "mt:ContentsCount${1} />" | |
| ] | |
| }, | |
| "mt:ContentsHeader": { | |
| "prefix": "mt:ContentsHeader", | |
| "body": [ | |
| "mt:ContentsHeader>${1}</mt:ContentsHeader>" | |
| ] | |
| }, | |
| "mt:ContentsFooter": { | |
| "prefix": "mt:ContentsFooter", | |
| "body": [ | |
| "mt:ContentsFooter>${1}</mt:ContentsFooter>" | |
| ] | |
| }, | |
| "mt:ContentSiteDescription": { | |
| "prefix": "mt:ContentSiteDescription", | |
| "body": [ | |
| "mt:ContentSiteDescription${1} />" | |
| ] | |
| }, | |
| "mt:ContentSiteID": { | |
| "prefix": "mt:ContentSiteID", | |
| "body": [ | |
| "mt:ContentSiteID${1} />" | |
| ] | |
| }, | |
| "mt:ContentSiteName": { | |
| "prefix": "mt:ContentSiteName", | |
| "body": [ | |
| "mt:ContentSiteName${1} />" | |
| ] | |
| }, | |
| "mt:ContentSiteURL": { | |
| "prefix": "mt:ContentSiteURL", | |
| "body": [ | |
| "mt:ContentSiteURL${1} />" | |
| ] | |
| }, | |
| "mt:ContentStatus": { | |
| "prefix": "mt:ContentStatus", | |
| "body": [ | |
| "mt:ContentStatus${1} />" | |
| ] | |
| }, | |
| "mt:ContentTypeDescription": { | |
| "prefix": "mt:ContentTypeDescription", | |
| "body": [ | |
| "mt:ContentTypeDescription${1} />" | |
| ] | |
| }, | |
| "mt:ContentTypeID": { | |
| "prefix": "mt:ContentTypeID", | |
| "body": [ | |
| "mt:ContentTypeID${1} />" | |
| ] | |
| }, | |
| "pad=\"1\"": { | |
| "prefix": "pad=\"1\"", | |
| "body": [ | |
| "pad=\"${1:1}\"" | |
| ] | |
| }, | |
| "mt:ContentTypeName": { | |
| "prefix": "mt:ContentTypeName", | |
| "body": [ | |
| "mt:ContentTypeName${1} />" | |
| ] | |
| }, | |
| "mt:ContentTypeUniqueId": { | |
| "prefix": "mt:ContentTypeUniqueId", | |
| "body": [ | |
| "mt:ContentTypeUniqueId${1} />" | |
| ] | |
| }, | |
| "mt:ContentUniqueId": { | |
| "prefix": "mt:ContentUniqueId", | |
| "body": [ | |
| "mt:ContentUniqueId${1} />" | |
| ] | |
| }, | |
| "mt:ContentUnpublishedDate": { | |
| "prefix": "mt:ContentUnpublishedDate", | |
| "body": [ | |
| "mt:ContentUnpublishedDate${1} />" | |
| ] | |
| }, | |
| "mt:EntrySiteDescription": { | |
| "prefix": "mt:EntrySiteDescription", | |
| "body": [ | |
| "mt:EntrySiteDescription${1} />" | |
| ] | |
| }, | |
| "mt:EntrySiteID": { | |
| "prefix": "mt:EntrySiteID", | |
| "body": [ | |
| "mt:EntrySiteID${1} />" | |
| ] | |
| }, | |
| "mt:EntrySiteName": { | |
| "prefix": "mt:EntrySiteName", | |
| "body": [ | |
| "mt:EntrySiteName${1} />" | |
| ] | |
| }, | |
| "mt:EntrySiteURL": { | |
| "prefix": "mt:EntrySiteURL", | |
| "body": [ | |
| "mt:EntrySiteURL${1} />" | |
| ] | |
| }, | |
| "mt:SiteArchiveURL": { | |
| "prefix": "mt:SiteArchiveURL", | |
| "body": [ | |
| "mt:SiteArchiveURL${1} />" | |
| ] | |
| }, | |
| "mt:SiteCategoryCount": { | |
| "prefix": "mt:SiteCategoryCount", | |
| "body": [ | |
| "mt:SiteCategoryCount${1} />" | |
| ] | |
| }, | |
| "mt:SiteCCLicenseImage": { | |
| "prefix": "mt:SiteCCLicenseImage", | |
| "body": [ | |
| "mt:SiteCCLicenseImage${1} />" | |
| ] | |
| }, | |
| "mt:SiteCCLicenseURL": { | |
| "prefix": "mt:SiteCCLicenseURL", | |
| "body": [ | |
| "mt:SiteCCLicenseURL${1} />" | |
| ] | |
| }, | |
| "mt:SiteCommentCount": { | |
| "prefix": "mt:SiteCommentCount", | |
| "body": [ | |
| "mt:SiteCommentCount${1} />" | |
| ] | |
| }, | |
| "mt:SiteContentCount": { | |
| "prefix": "mt:SiteContentCount", | |
| "body": [ | |
| "mt:SiteContentCount content_type=\"${1:foo}\"${2} />" | |
| ] | |
| }, | |
| "mt:SiteDateLanguage": { | |
| "prefix": "mt:SiteDateLanguage", | |
| "body": [ | |
| "mt:SiteDateLanguage${1} />" | |
| ] | |
| }, | |
| "mt:SiteDescription": { | |
| "prefix": "mt:SiteDescription", | |
| "body": [ | |
| "mt:SiteDescription${1} />" | |
| ] | |
| }, | |
| "mt:SiteEntryCount": { | |
| "prefix": "mt:SiteEntryCount", | |
| "body": [ | |
| "mt:SiteEntryCount${1} />" | |
| ] | |
| }, | |
| "mt:SiteHasChildSite": { | |
| "prefix": "mt:SiteHasChildSite", | |
| "body": [ | |
| "mt:SiteHasChildSite${1}>${2}</mt:SiteHasChildSite>" | |
| ] | |
| }, | |
| "mt:SiteHost": { | |
| "prefix": "mt:SiteHost", | |
| "body": [ | |
| "mt:SiteHost${1} />" | |
| ] | |
| }, | |
| "mt:SiteID": { | |
| "prefix": "mt:SiteID", | |
| "body": [ | |
| "mt:SiteID${1} />" | |
| ] | |
| }, | |
| "mt:SiteIfCommentsOpen": { | |
| "prefix": "mt:SiteIfCommentsOpen", | |
| "body": [ | |
| "mt:SiteIfCommentsOpen${1}>${2}</mt:SiteIfCommentsOpen>" | |
| ] | |
| }, | |
| "mt:SiteLanguage": { | |
| "prefix": "mt:SiteLanguage", | |
| "body": [ | |
| "mt:SiteLanguage${1} />" | |
| ] | |
| }, | |
| "mt:SiteName": { | |
| "prefix": "mt:SiteName", | |
| "body": [ | |
| "mt:SiteName${1} />" | |
| ] | |
| }, | |
| "mt:SitePageCount": { | |
| "prefix": "mt:SitePageCount", | |
| "body": [ | |
| "mt:SitePageCount${1} />" | |
| ] | |
| }, | |
| "mt:SiteParentSite": { | |
| "prefix": "mt:SiteParentSite", | |
| "body": [ | |
| "mt:SiteParentSite${1}>${2}</mt:SiteParentSite>" | |
| ] | |
| }, | |
| "mt:SitePath": { | |
| "prefix": "mt:SitePath", | |
| "body": [ | |
| "mt:SitePath${1} />" | |
| ] | |
| }, | |
| "mt:SitePingCount": { | |
| "prefix": "mt:SitePingCount", | |
| "body": [ | |
| "mt:SitePingCount${1} />" | |
| ] | |
| }, | |
| "mt:SiteRelativeURL": { | |
| "prefix": "mt:SiteRelativeURL", | |
| "body": [ | |
| "mt:SiteRelativeURL${1} />" | |
| ] | |
| }, | |
| "mt:Sites": { | |
| "prefix": "mt:Sites", | |
| "body": [ | |
| "mt:Sites${1}>${2}</mt:Sites>" | |
| ] | |
| }, | |
| "mode=\"loop\"": { | |
| "prefix": "mode=\"loop\"", | |
| "body": [ | |
| "mode=\"${1:loop}\"" | |
| ], | |
| "description": "mode=\"loop\" 複数のサイトの情報をサイト単位にまとめて表示" | |
| }, | |
| "mode=\"context\"": { | |
| "prefix": "mode=\"context\"", | |
| "body": [ | |
| "mode=\"${1:context}\"" | |
| ], | |
| "description": "mode=\"context\" サイトの情報を全体でソートして表示" | |
| }, | |
| "mt:SitesIfLocalSite": { | |
| "prefix": "mt:SitesIfLocalSite", | |
| "body": [ | |
| "mt:SitesIfLocalSite${1}>${2}</mt:SitesIfLocalSite>" | |
| ] | |
| }, | |
| "mt:SitesLocalSite": { | |
| "prefix": "mt:SitesLocalSite", | |
| "body": [ | |
| "mt:SitesLocalSite${1}>${2}</mt:SitesLocalSite>" | |
| ] | |
| }, | |
| "mt:SiteThemeID": { | |
| "prefix": "mt:SiteThemeID", | |
| "body": [ | |
| "mt:SiteThemeID${1} />" | |
| ] | |
| }, | |
| "mt:SiteTimezone": { | |
| "prefix": "mt:SiteTimezone", | |
| "body": [ | |
| "mt:SiteTimezone${1} />" | |
| ] | |
| }, | |
| "mt:SiteURL": { | |
| "prefix": "mt:SiteURL", | |
| "body": [ | |
| "mt:SiteURL${1} />" | |
| ] | |
| }, | |
| "archive_type=\"Individual\" 記事": { | |
| "prefix": "archive_type=\"Individual\"", | |
| "body": [ | |
| "archive_type=\"${1:Individual}\"" | |
| ], | |
| "description": "archive_type=\"Individual\" 記事" | |
| }, | |
| "archive_type=\"Page\" ウェブページ": { | |
| "prefix": "archive_type=\"Page\"", | |
| "body": [ | |
| "archive_type=\"${1:Page}\"" | |
| ], | |
| "description": "archive_type=\"Page\" ウェブページ" | |
| }, | |
| "archive_type=\"Daily\" 日別": { | |
| "prefix": "archive_type=\"Daily\"", | |
| "body": [ | |
| "archive_type=\"${1:Daily}\"" | |
| ], | |
| "description": "archive_type=\"Daily\" 日別" | |
| }, | |
| "archive_type=\"Weekly\" 週別": { | |
| "prefix": "archive_type=\"Weekly\"", | |
| "body": [ | |
| "archive_type=\"${1:Weekly}\"" | |
| ], | |
| "description": "archive_type=\"Weekly\" 週別" | |
| }, | |
| "archive_type=\"Monthly\" 月別": { | |
| "prefix": "archive_type=\"Monthly\"", | |
| "body": [ | |
| "archive_type=\"${1:Monthly}\"" | |
| ], | |
| "description": "archive_type=\"Monthly\" 月別" | |
| }, | |
| "archive_type=\"Yearly\" 年別": { | |
| "prefix": "archive_type=\"Yearly\"", | |
| "body": [ | |
| "archive_type=\"${1:Yearly}\"" | |
| ], | |
| "description": "archive_type=\"Yearly\" 年別" | |
| }, | |
| "archive_type=\"Author\" ユーザー別": { | |
| "prefix": "archive_type=\"Author\"", | |
| "body": [ | |
| "archive_type=\"${1:Author}\"" | |
| ], | |
| "description": "archive_type=\"Author\" ユーザー別" | |
| }, | |
| "archive_type=\"Author-Daily\" ユーザー別 日別": { | |
| "prefix": "archive_type=\"Author-Daily\"", | |
| "body": [ | |
| "archive_type=\"${1:Author-Daily}\"" | |
| ], | |
| "description": "archive_type=\"Author-Daily\" ユーザー別 日別" | |
| }, | |
| "archive_type=\"Author-Weekly\" ユーザー別 週別": { | |
| "prefix": "archive_type=\"Author-Weekly\"", | |
| "body": [ | |
| "archive_type=\"${1:Author-Weekly}\"" | |
| ], | |
| "description": "archive_type=\"Author-Weekly\" ユーザー別 週別" | |
| }, | |
| "archive_type=\"Author-Monthly\" ユーザー別 月別": { | |
| "prefix": "archive_type=\"Author-Monthly\"", | |
| "body": [ | |
| "archive_type=\"${1:Author-Monthly}\"" | |
| ], | |
| "description": "archive_type=\"Author-Monthly\" ユーザー別 月別" | |
| }, | |
| "archive_type=\"Author-Yearly\" ユーザー別 年別": { | |
| "prefix": "archive_type=\"Author-Yearly\"", | |
| "body": [ | |
| "archive_type=\"${1:Author-Yearly}\"" | |
| ], | |
| "description": "archive_type=\"Author-Yearly\" ユーザー別 年別" | |
| }, | |
| "archive_type=\"Category\" カテゴリ別": { | |
| "prefix": "archive_type=\"Category\"", | |
| "body": [ | |
| "archive_type=\"${1:Category}\"" | |
| ], | |
| "description": "archive_type=\"Category\" カテゴリ別" | |
| }, | |
| "archive_type=\"Category-Daily\" カテゴリ別 日別": { | |
| "prefix": "archive_type=\"Category-Daily\"", | |
| "body": [ | |
| "archive_type=\"${1:Category-Daily}\"" | |
| ], | |
| "description": "archive_type=\"Category-Daily\" カテゴリ別 日別" | |
| }, | |
| "archive_type=\"Category-Weekly\" カテゴリ別 週別": { | |
| "prefix": "archive_type=\"Category-Weekly\"", | |
| "body": [ | |
| "archive_type=\"${1:Category-Weekly}\"" | |
| ], | |
| "description": "archive_type=\"Category-Weekly\" カテゴリ別 週別" | |
| }, | |
| "archive_type=\"Category-Monthly\" カテゴリ別 月別": { | |
| "prefix": "archive_type=\"Category-Monthly\"", | |
| "body": [ | |
| "archive_type=\"${1:Category-Monthly}\"" | |
| ], | |
| "description": "archive_type=\"Category-Monthly\" カテゴリ別 月別" | |
| }, | |
| "archive_type=\"Category-Yearly\" カテゴリ別 年別": { | |
| "prefix": "archive_type=\"Category-Yearly\"", | |
| "body": [ | |
| "archive_type=\"${1:Category-Yearly}\"" | |
| ], | |
| "description": "archive_type=\"Category-Yearly\" カテゴリ別 年別" | |
| }, | |
| "archive_type=\"ContentType\" MT7:コンテンツタイプ別": { | |
| "prefix": "archive_type=\"ContentType\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType}\"" | |
| ], | |
| "description": "archive_type=\"ContentType\" MT7:コンテンツタイプ別" | |
| }, | |
| "archive_type=\"ContentType-Daily\" MT7:コンテンツタイプ別 日別": { | |
| "prefix": "archive_type=\"ContentType-Daily\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Daily}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Daily\" MT7:コンテンツタイプ別 日別" | |
| }, | |
| "archive_type=\"ContentType-Weekly\" MT7:コンテンツタイプ別 週別": { | |
| "prefix": "archive_type=\"ContentType-Weekly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Weekly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Weekly\" MT7:コンテンツタイプ別 週別" | |
| }, | |
| "archive_type=\"ContentType-Monthly\" MT7:コンテンツタイプ別 月別": { | |
| "prefix": "archive_type=\"ContentType-Monthly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Monthly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Monthly\" MT7:コンテンツタイプ別 月別" | |
| }, | |
| "archive_type=\"ContentType-Yearly\" MT7:コンテンツタイプ別 年別": { | |
| "prefix": "archive_type=\"ContentType-Yearly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Yearly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Yearly\" MT7:コンテンツタイプ別 年別" | |
| }, | |
| "archive_type=\"ContentType-Author\" MT7:コンテンツタイプ ユーザー別": { | |
| "prefix": "archive_type=\"ContentType-Author\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Author}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Author\" MT7:コンテンツタイプ ユーザー別" | |
| }, | |
| "archive_type=\"ContentType-Author-Daily\" MT7:コンテンツタイプ ユーザー 日別": { | |
| "prefix": "archive_type=\"ContentType-Author-Daily\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Author-Daily}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Author-Daily\" MT7:コンテンツタイプ ユーザー 日別" | |
| }, | |
| "archive_type=\"ContentType-Author-Weekly\" MT7:コンテンツタイプ ユーザー 週別": { | |
| "prefix": "archive_type=\"ContentType-Author-Weekly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Author-Weekly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Author-Weekly\" MT7:コンテンツタイプ ユーザー 週別" | |
| }, | |
| "archive_type=\"ContentType-Author-Monthly\" MT7:コンテンツタイプ ユーザー 月別": { | |
| "prefix": "archive_type=\"ContentType-Author-Monthly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Author-Monthly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Author-Monthly\" MT7:コンテンツタイプ ユーザー 月別" | |
| }, | |
| "archive_type=\"ContentType-Author-Yearly\" MT7:コンテンツタイプ ユーザー 年別": { | |
| "prefix": "archive_type=\"ContentType-Author-Yearly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Author-Yearly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Author-Yearly\" MT7:コンテンツタイプ ユーザー 年別" | |
| }, | |
| "archive_type=\"ContentType-Category\" MT7:コンテンツタイプ カテゴリ別": { | |
| "prefix": "archive_type=\"ContentType-Category\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Category}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Category\" MT7:コンテンツタイプ カテゴリ別" | |
| }, | |
| "archive_type=\"ContentType-Category-Daily\" MT7:コンテンツタイプ カテゴリ 日別": { | |
| "prefix": "archive_type=\"ContentType-Category-Daily\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Category-Daily}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Category-Daily\" MT7:コンテンツタイプ カテゴリ 日別" | |
| }, | |
| "archive_type=\"ContentType-Category-Weekly\" MT7:コンテンツタイプ カテゴリ 週別": { | |
| "prefix": "archive_type=\"ContentType-Category-Weekly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Category-Weekly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Category-Weekly\" MT7:コンテンツタイプ カテゴリ 週別" | |
| }, | |
| "archive_type=\"ContentType-Category-Monthly\" MT7:コンテンツタイプ カテゴリ 月別": { | |
| "prefix": "archive_type=\"ContentType-Category-Monthly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Category-Monthly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Category-Monthly\" MT7:コンテンツタイプ カテゴリ 月別" | |
| }, | |
| "archive_type=\"ContentType-Category-Yearly\" MT7:コンテンツタイプ カテゴリ 年別": { | |
| "prefix": "archive_type=\"ContentType-Category-Yearly\"", | |
| "body": [ | |
| "archive_type=\"${1:ContentType-Category-Yearly}\"" | |
| ], | |
| "description": "archive_type=\"ContentType-Category-Yearly\" MT7:コンテンツタイプ カテゴリ 年別" | |
| }, | |
| // -------------------------------------------------- | |
| // MTAppjQuery Added [ start ] | |
| // -------------------------------------------------- | |
| "remove_host=\"1\"": { | |
| "prefix": "remove_host=\"1\"", | |
| "body": [ | |
| "remove_host=\"1\"" | |
| ] | |
| }, | |
| "split=\"foo\"": { | |
| "prefix": "split=\"foo\"", | |
| "body": [ | |
| "split=\"${1:foo}\"" | |
| ] | |
| }, | |
| "split_format=\"format\"": { | |
| "prefix": "split_format=\"format\"", | |
| "body": [ | |
| "split_format=\"${1:format}\"" | |
| ] | |
| }, | |
| "nengou=\"yyyymmdd\"": { | |
| "prefix": "nengou=\"yyyymmdd\"", | |
| "body": [ | |
| "nengou=\"${1:yyyymmdd}\"" | |
| ] | |
| }, | |
| "compress=\"1\"": { | |
| "prefix": "compress=\"1\"", | |
| "body": [ | |
| "compress=\"${1:1}\"" | |
| ] | |
| }, | |
| "mt:CreateJSON": { | |
| "prefix": "mt:CreateJSON", | |
| "body": [ | |
| "mt:CreateJSON include_blogs=\"${1:N}\" fields=\"${2:title,text,text_more,keywords,tags,categories}\"${3} />" | |
| ] | |
| }, | |
| "mt:Foreach": { | |
| "prefix": "mt:Foreach", | |
| "body": [ | |
| "mt:Foreach name=\"${1:items}\" as=\"${2:item}\">${3}</mt:Foreach>" | |
| ] | |
| }, | |
| "mt:NestVar": { | |
| "prefix": "mt:NestVar", | |
| "body": [ | |
| "mt:NestVar name=\"${1:foo}\"${2} />" | |
| ] | |
| }, | |
| // -------------------------------------------------- | |
| // MovableType.net Added [ start ] | |
| // -------------------------------------------------- | |
| "mt:PaginationHasNext MT.net のみ": { | |
| "prefix": "mt:PaginationHasNext", | |
| "body": [ | |
| "mt:PaginationHasNext${1}>${2}</mt:PaginationHasNext>" | |
| ] | |
| }, | |
| "mt:PaginationHasPrevious MT.net のみ": { | |
| "prefix": "mt:PaginationHasPrevious", | |
| "body": [ | |
| "mt:PaginationHasPrevious${1}>${2}</mt:PaginationHasPrevious>" | |
| ] | |
| }, | |
| "mt:PaginationNextURL MT.net のみ": { | |
| "prefix": "mt:PaginationNextURL", | |
| "body": [ | |
| "mt:PaginationNextURL${1} />" | |
| ] | |
| }, | |
| "mt:PaginationPreviousURL MT.net のみ": { | |
| "prefix": "mt:PaginationPreviousURL", | |
| "body": [ | |
| "mt:PaginationPreviousURL${1} />" | |
| ] | |
| }, | |
| "mt:CategoryDepth MT.net のみ": { | |
| "prefix": "mt:CategoryDepth", | |
| "body": [ | |
| "mt:CategoryDepth${1} />" | |
| ] | |
| }, | |
| "mt:CustomFieldValue MT.net のみ": { | |
| "prefix": "mt:CustomFieldValue", | |
| "body": [ | |
| "mt:CustomFieldValue identifier=\"${1:foo}\"${2} />" | |
| ] | |
| }, | |
| "mt:CustomFieldAsset MT.net のみ": { | |
| "prefix": "mt:CustomFieldAsset", | |
| "body": [ | |
| "mt:CustomFieldAsset identifier=\"${1:foo}\">${2}</mt:CustomFieldAsset>" | |
| ] | |
| }, | |
| "paginate_by=\"N\" MT.net のみ": { | |
| "prefix": "paginate_by=\"N\"", | |
| "body": [ | |
| "paginate_by=\"${1:N}\"" | |
| ] | |
| }, | |
| // -------------------------------------------------- | |
| // PageBute 3.5.8 Added [ start ] | |
| // -------------------------------------------------- | |
| "mt:PageContents": { | |
| "prefix": "mt:PageContents", | |
| "body": [ | |
| "mt:PageContents count=\"${1:N}\"${2: navi_count=\"\"}${3: abs2rel=\"1\"}>${4}</mt:PageContents>" | |
| ] | |
| }, | |
| "mt:PageSeparator": { | |
| "prefix": "mt:PageSeparator", | |
| "body": [ | |
| "mt:PageSeparator${1} />" | |
| ] | |
| }, | |
| "mt:PageLists": { | |
| "prefix": "mt:PageLists", | |
| "body": [ | |
| "mt:PageLists delim=\"${1}\" show_always=\"${2:0}\">${3}</mt:PageLists>" | |
| ] | |
| }, | |
| "mt:IfPageFirst": { | |
| "prefix": "mt:IfPageFirst", | |
| "body": [ | |
| "mt:IfPageFirst${1}>${2}</mt:IfPageFirst>" | |
| ] | |
| }, | |
| "mt:IfPageBefore": { | |
| "prefix": "mt:IfPageBefore", | |
| "body": [ | |
| "mt:IfPageBefore${1}>${2}</mt:IfPageBefore>" | |
| ] | |
| }, | |
| "mt:IfPageAfter": { | |
| "prefix": "mt:IfPageAfter", | |
| "body": [ | |
| "mt:IfPageAfter${1}>${2}</mt:IfPageAfter>" | |
| ] | |
| }, | |
| "mt:IfPageLast": { | |
| "prefix": "mt:IfPageLast", | |
| "body": [ | |
| "mt:IfPageLast${1}>${2}</mt:IfPageLast>" | |
| ] | |
| }, | |
| "delim=\"*\"": { | |
| "prefix": "delim=\"*\"", | |
| "body": [ | |
| "delim=\"${1:*}\"" | |
| ] | |
| }, | |
| "mt:PageFirst": { | |
| "prefix": "mt:PageFirst", | |
| "body": [ | |
| "mt:PageFirst${1} />" | |
| ] | |
| }, | |
| "mt:PageBefore": { | |
| "prefix": "mt:PageBefore", | |
| "body": [ | |
| "mt:PageBefore${1} />" | |
| ] | |
| }, | |
| "mt:PageAfter": { | |
| "prefix": "mt:PageAfter", | |
| "body": [ | |
| "mt:PageAfter${1} />" | |
| ] | |
| }, | |
| "mt:PageLast": { | |
| "prefix": "mt:PageLast", | |
| "body": [ | |
| "mt:PageLast${1} />" | |
| ] | |
| }, | |
| "mt:PageCount": { | |
| "prefix": "mt:PageCount", | |
| "body": [ | |
| "mt:PageCount${1} />" | |
| ] | |
| }, | |
| "mt:PageMaxCount": { | |
| "prefix": "mt:PageMaxCount", | |
| "body": [ | |
| "mt:PageMaxCount${1} />" | |
| ] | |
| }, | |
| "mt:PageContentsHeader": { | |
| "prefix": "mt:PageContentsHeader", | |
| "body": [ | |
| "mt:PageContentsHeader${1}>${2}</mt:PageContentsHeader>" | |
| ] | |
| }, | |
| "mt:PageContentsFooter": { | |
| "prefix": "mt:PageContentsFooter", | |
| "body": [ | |
| "mt:PageContentsFooter${1}>${2}</mt:PageContentsFooter>" | |
| ] | |
| }, | |
| "mt:PageEmpty": { | |
| "prefix": "mt:PageEmpty", | |
| "body": [ | |
| "mt:PageEmpty${1}>${2}</mt:PageEmpty>" | |
| ] | |
| }, | |
| "mt:IfPageNoEmpty": { | |
| "prefix": "mt:IfPageNoEmpty", | |
| "body": [ | |
| "mt:IfPageNoEmpty${1}>${2}</mt:IfPageNoEmpty>" | |
| ] | |
| }, | |
| "mt:Pagination": { | |
| "prefix": "mt:Pagination", | |
| "body": [ | |
| "mt:Pagination${1}>${2}</mt:Pagination>" | |
| ] | |
| }, | |
| "mt:PaginationHeader": { | |
| "prefix": "mt:PaginationHeader", | |
| "body": [ | |
| "mt:PaginationHeader${1}>${2}</mt:PaginationHeader>" | |
| ] | |
| }, | |
| "mt:PaginationFooter": { | |
| "prefix": "mt:PaginationFooter", | |
| "body": [ | |
| "mt:PaginationFooter${1}>${2}</mt:PaginationFooter>" | |
| ] | |
| }, | |
| "mt:IfPaginationCurrent": { | |
| "prefix": "mt:IfPaginationCurrent", | |
| "body": [ | |
| "mt:IfPaginationCurrent${1}>${2}</mt:IfPaginationCurrent>" | |
| ] | |
| }, | |
| "mt:IfPaginationFirst": { | |
| "prefix": "mt:IfPaginationFirst", | |
| "body": [ | |
| "mt:IfPaginationFirst${1}>${2}</mt:IfPaginationFirst>" | |
| ] | |
| }, | |
| "mt:IfPaginationLast": { | |
| "prefix": "mt:IfPaginationLast", | |
| "body": [ | |
| "mt:IfPaginationLast${1}>${2}</mt:IfPaginationLast>" | |
| ] | |
| }, | |
| "mt:IfPaginationNext": { | |
| "prefix": "mt:IfPaginationNext", | |
| "body": [ | |
| "mt:IfPaginationNext${1}>${2}</mt:IfPaginationNext>" | |
| ] | |
| }, | |
| "mt:IfPaginationPrev": { | |
| "prefix": "mt:IfPaginationPrev", | |
| "body": [ | |
| "mt:IfPaginationPrev${1}>${2}</mt:IfPaginationPrev>" | |
| ] | |
| }, | |
| "mt:PaginationLink": { | |
| "prefix": "mt:PaginationLink", | |
| "body": [ | |
| "mt:PaginationLink${1} />" | |
| ] | |
| }, | |
| "element=\"number\"": { | |
| "prefix": "element=\"number\"", | |
| "body": [ | |
| "element=\"${1:number}\"" | |
| ] | |
| }, | |
| "element=\"base\"": { | |
| "prefix": "element=\"base\"", | |
| "body": [ | |
| "element=\"${1:base}\"" | |
| ] | |
| }, | |
| "element=\"suffix\"": { | |
| "prefix": "element=\"suffix\"", | |
| "body": [ | |
| "element=\"${1:suffix}\"" | |
| ] | |
| }, | |
| "mt:PaginationFirst": { | |
| "prefix": "mt:PaginationFirst", | |
| "body": [ | |
| "mt:PaginationFirst${1} />" | |
| ] | |
| }, | |
| "mt:PaginationLast": { | |
| "prefix": "mt:PaginationLast", | |
| "body": [ | |
| "mt:PaginationLast${1} />" | |
| ] | |
| }, | |
| "mt:PaginationNext": { | |
| "prefix": "mt:PaginationNext", | |
| "body": [ | |
| "mt:PaginationNext${1} />" | |
| ] | |
| }, | |
| "mt:PaginationPrev": { | |
| "prefix": "mt:PaginationPrev", | |
| "body": [ | |
| "mt:PaginationPrev${1} />" | |
| ] | |
| } | |
| // ================================================== | |
| // MTML Completions for VS Code [ end ] | |
| // ================================================== | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment