Entries tagged with “Motion Template Tags” from Movable Type Documentation

StreamActionURL

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher. Provides the URL of the web asset associated with the current stream action. Example: <mt:ActionStreams lastn="10"> <li> <a href="<mt:StreamActionURL escape="html">"><mt:StreamActionTitle></a> </li> </mt:ActionStreams>... Continue Reading  

StreamAction

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher. Provides the recipe authors' suggested markup for the action in context. Example: <mt:ActionStreams lastn="10"> <li><mt:StreamAction></li> </mt:ActionStreams> Attributes: name (optional) The name of the... Continue Reading  

OtherProfileVar

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher. Provides a property of the current author profile, available in an <mt:OtherProfiles> loop. Example: <mt:OtherProfiles> <$mt:OtherProfileVar name="label"$>: <$mt:OtherProfileVar name="uri"$> </mt:OtherProfiles> Attributes: name (required)... Continue Reading  

ProfileServices

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher. This block template tag lists the services possible for user registration and display of content on their Movable Type author profile. Example: <mt:ProfileServices>... Continue Reading  

StreamActionDate

This functional template tag outputs the date of the action.This is a part of the ActionStreams plugin and MT 4.25 Example: <mt:ActionStreams><mt:DateHeader><div> <h3><$mt:StreamActionDate format="%b %d, %Y"$></h3> <ul></mt:DateHeader> <li class="service-<$mt:var name="service_type"$>"><mt:StreamActionDate format="%H:%M"> - <$MTStreamAction$></li><mt:DateFooter> </ul></div></mt:DateFooter></mt:ActionStreams>ModifierYou can use the same modifiers with this... Continue Reading  

StreamActionTitle

This functional template tag outputs an action's title. This tag is a part of ActionStreams and MT 4.25.Example: <mt:ActionStreams lastn="15"> <mt:If name="__first__"><div class="widget-recent-action widget-recent widget"> <h3 class="widget-header">15 recent actions</a></h3> <div class="widget-content"> <ul> </mt:If> <li class="service-<$mt:var name="service_type"$>"><a href="<$mt:StreamActionVia$>"><$mt:StreamActionTitle$></a></li> <mt:If name="__last__"> </ul>... Continue Reading  

StreamActionThumbnailURL

This functional template tag outputs thumbnails for photos and movies in an action.  Not all services are compatible and items from incompatible services will not be output. This template tag is a part of ActionStreams and MT 4.25 and above.Example:<mt:ActionStreams><mt:DateHeader><div>... Continue Reading  

ActionStreams

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher. This block template tag shows the specified actions collected for the specified authors from their Action Stream profiles. Example: <mt:ActionStreams><mt:DateHeader><div> <h3><$mt:StreamActionDate format="%b %d,... Continue Reading  

StreamActionRollup

This block template tag is for outputting actions in groups according to special rules.   It is a part of the ActionStreams plugin in MT 4.25. Example  <mt:ActionStreams lastn="30"><mt:If name="__first__"><ul></mt:If><mt:StreamActionRollup by="stream"><mt:If name="__first__"> <li><mt:StreamActionDate format_name="iso8601">l - <$mt:AuthorDisplayName escape="html"$> saved<mt:Else name="__last__"> <mt:Ignore>If there... Continue Reading  

StreamActionTags

When an action has tags, this block tag outputs a summary of those tags.... Continue Reading  

OtherProfiles

This block template tag outputs a summary of services users have registered with Movable Type.   This tag can only be used with MT 4.25 and above. Example: <$mt:SetVar name="display_name" value="Melody"$><mt:OtherProfiles display_name="$display_name"> <mt:If name="__first__"><div class="widget-elsewhere widget"> <h3 class="widget-header"><$mt:Var name="display_name"$> 's service... Continue Reading  

StreamActionVar

This Template Tag assigns parameters to refer to each variable that corresponds to an action. Use this to output items other than titles and URLs when using plugins to expand services.This is a part of the ActionStreams plugin that comes... Continue Reading  

StreamActionModifiedDate

This functional template tag outputs the date an action was modified.   It is a part of the ActionStreams plugin for use with MT 4.25. For example, the tag for when an entry was submitted to Vox is <mt:StreamActionDate>. The date... Continue Reading  

StreamActionID

This functional template tag outputs action IDs. It's a part of the ActionStreams plugin for use with MT 4.25.Example: <mt:ActionStreams><mt:DateHeader><div> <h3><$mt:StreamActionDate format="%b %d, %Y"$></h3> <ul></mt:DateHeader> <li id="action-<$mt:StreamActionID$>" class="service-<$mt:var name="service_type"$>"><mt:StreamActionDate format="%H:%M"></abbr> - <$MTStreamAction$></li><mt:DateFooter> </ul></div></mt:DateFooter></mt:ActionStreams>... Continue Reading  

EntryLinkURL

This template tag outputs the URL object of a URL post. This is different than the <MTEntryPermalink>, which outputs the URL of the post itself. This template tag is related to the custom fields that are automatically generated when you... Continue Reading  

EntryEmbedCode

This template tag outputs the embedded (embed) parameters for a Embedded Object (Video) post. This template tag is related to the custom fields that are automatically generated when you use Motion template sets. It can only be used with blogs... Continue Reading  

EntryPhoto

This template tag outputs the image (img) parameters for a Photo post. This template tag is related to the custom fields that are automatically generated when you use Motion template sets. It can only be used with blogs created with... Continue Reading  

EntryAudio

This template tag outputs a link to the audio portion of an Audio post. This template tag is related to the custom fields that are automatically generated when you use Motion template sets. It can only be used with blogs... Continue Reading  

EntryRawPostType

This template tag outputs an entry's post type. Post types include: Traditional blog post Photo post URL/Link post Embed/Video post Audio post This template tag is related to the custom fields that are automatically generated when you use Motion template... Continue Reading