Template:Steps/doc

From LFS Manual
< Template:Steps
Revision as of 16:22, 6 June 2024 by MandulAA (talk | contribs) (description intro)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to navigationJump to search
Information icon4.png This is a documentation subpage for Template:Steps.

It may contain usage information, categories and other content that is not part of the original page.

Used to compile a set of steps in a visual way. Supports a maximum of 10 steps.

Usage

Inline steps

Markup Renders as
A paragraph.

{{steps|one|two|three}}

Another paragraph.

A paragraph.

  1. 1one
  2. 2two
  3. 3three

Another paragraph.

Steps with multiple block elements

Markup Renders as
Steps with multiple block elements inside them.

{{steps
| Do this first.
| Then, do this.
<p>And also this. This is still step 2.</p>
<p>[[image:Autocross Drag Strip.jpg|Replays]]</p>
<p>Continuing step 2.</p>
| Finally, magic.
}}

Test paragraph with a text that follows up the steps.

Steps with multiple block elements inside them.

  1. 1 Do this first.
  2. 2 Then, do this.

    And also this. This is still step 2.

    Replays

    Continuing step 2.

  3. 3 Finally, magic.

Test paragraph with a text that follows up the steps.

Maximum steps

The maximum is 10 steps.

Markup Renders as
{{steps|one|two|three|four|five|six|seven|eight|nine|ten}}
  1. 1one
  2. 2two
  3. 3three
  4. 4four
  5. 5five
  6. 6six
  7. 7seven
  8. 8eight
  9. 9nine
  10. 10ten