Stagehand

Example 2: Naming stages and scenes

You can name scenes and stages if you like. Unnamed scenes/stages will be named (uncreatively) by Stagehand.

Example output

I'm part of stage 'Hammer', scene 1.
I'm part of stage 'Hammer', scene 'pants'.
I'm part of Stage 'brass', scene 'monkey'.
I'm part of Stage 'brass', scene 2.

(Click on the Stagehand icon in the upper left to toggle the toolbar)

Source code

<div data-stage='hammer'>
  I'm part of stage 'Hammer', scene 1.
</div>

<div data-stage='hammer' data-scene='pants'>
  I'm part of stage 'Hammer', scene 'pants'.
</div>

<div data-stage='brass' data-scene='monkey'>
  I'm part of Stage 'brass', scene 'monkey'.
</div>

<div data-stage='brass'>
  I'm part of Stage 'brass', scene 2.
</div>