Skip to content

Title Page

Evert Provoost edited this page Jul 30, 2022 · 5 revisions

The Fountain specification defines a Title Page, which is also useful to add metadata to your script, much of Wrap's behaviour is based on this metadata.

Type

This is the most important field, it specifies the kind of script we're dealing with. Currently Wrap supports the following script types:

  • Screenplay (default)
  • Stageplay

To switch output type to stageplay, simply add an inline Key: value pair to your title page. E.g.:

Title: The Picture of Dorian Gray
Type: stageplay

Title, Subtitle, Draft date, Notes, Contact and Copyright

These are used by Wraparound PDF to generate the title page.

Language

Used to select what tags should be used by PDF output.

In a wrap file it also selects what language to use for tags, English tags however (mostly) keep their original meaning in every language mode.

PageSize

Sets the page size. Possible values: letter (default) or a4.

ContdTag

Sets a custom string to be used in place of (CONT'D) in PDF output.

MoreTag

Sets a custom string to be used in place of (MORE) in PDF output.