{featured}

Creates a block that displays featured course information.

Usage

{featured tagName:"Language & Something" courseType:"Delta" faculty:"Faculty" count:50}
{featured courseType:"Delta" faculty:"Faculty"}
{featured faculty:"Faculty"}
{featured courseType:"Delta" subject:"/Subjects/Language & Something" count:50}

Parameters description:

[tagName]
Optional as long as one of the other parameters are used. Can be any tag group in your system.

[courseType]
Optional as long as one of the other parameters are used. Can be used if 'extended course type' is enabled. Could be set by 2 ways: set Tag.name and full tag path;

[classType]
Optional as long as one of the other parameters are used. Extended class type (tag). Could be set by 2 ways: set Tag.name and full tag path;

[subject]
Optional as long as one of the other parameters are used. For specific Subject tags (defined under Subjects in Tag Groups). Could be set by 2 ways: set Tag.name and full tag path;

[faculty]
Optional as long as one of the other parameters are used. Can be any college faculty records (provided they are enabled in the backend).

[count]
Optional as long as one of the other parameters are used. Digit, by default = 10. Determined how many courses will be shown in the block;