projectdoc Toolbox

Present a step-by-step guide. Use the Section Macro to define each step with a section inside the steps macro.

Categories
Type
Since
1.15.0

To create a step-by-step guide the Steps Macro renders sections inside as a simple enumeration. The sections are not part of the outline of the document and therefore will not be rendered in the index.

The step numeration starts with one. Substeps are created by nesting sections inside sections.

Prior to Version 1.17

 

Sections within the macro can be transcluded, but need to be wrapped inside another Steps Macro for proper rendering of headings.

Parameters

ID

Optional identifier for the HTML link element.

CSS Classes

List of CSS classes to add to the HTML anchor element.

Styles

Additional CSS Styles for the HTML anchor element.

Resources

projectdoc-steps
CSS class to mark an enumeration of steps.
Section Macro
Renders a section, if the body is not empty. Supports authors to create content, clutter-free rendering without empty sections. Allows to transclude the content.