Not a developer? Go to MovableType.com

Documentation

FolderBasename

Produces the dirified basename defined for the folder in context.

Attributes:

  • default

    A value to use in the event that no folder is in context.

  • separator

    Valid values are "_" and "-", dash is the default value. Specifying an underscore will convert any dashes to underscores. Specifying a dash will convert any underscores to dashes.

Example:

    <$mt:FolderBasename$>
Back