Skip to content

"Headers and Footers": Sugarcube (v2.18)#

Summary#

"Headers and Footers" demonstrates the use of "PassageHeader" and "PassageFooter" special names for passages. When these special names are used, the 'Header' is prepended and the 'Footer' name is appended to all passages.

Example#

Download

Twee Code#

:: StoryTitle
SugarCube: Headers and Footers

:: Start
This is content between the header and the footer.

:: PassageHeader
This is the header!

:: PassageFooter
This is the footer!

Twee Download

See Also#

Passage Events