This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
twine1:tag [2017/08/19 20:11] videlais |
twine1:tag [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 15: | Line 15: | ||
| transition | Signifies that the [[stylesheet]] defines a CSS transition. Should only appear alongside the ''stylesheet'' tag. Has no particular meaning when applied to an ordinary passage. | | | transition | Signifies that the [[stylesheet]] defines a CSS transition. Should only appear alongside the ''stylesheet'' tag. Has no particular meaning when applied to an ordinary passage. | | ||
| script | A Javascript [[script]] that will be run before the story starts. Used primarily to install custom scripts or macros.| | | script | A Javascript [[script]] that will be run before the story starts. Used primarily to install custom scripts or macros.| | ||
- | | bookmark | A passage that will appear in [[story_formats|Sugarcane]]'s Rewind menu| | + | | bookmark | A passage that will appear in [[story_format|Sugarcane]]'s Rewind menu| |
| nobr | Causes all of the line breaks in the passage to be removed, as if the entire passage was contained in a [[<<nobr>>]] macro. Useful if you use a lot of macros. | | | nobr | Causes all of the line breaks in the passage to be removed, as if the entire passage was contained in a [[<<nobr>>]] macro. Useful if you use a lot of macros. | | ||
| Twine.private | A passage which will not be included at all in the compiled HTML file | | | Twine.private | A passage which will not be included at all in the compiled HTML file | | ||
- | | startup | Signifies that the passage can be used to initialize variables. Currently a feature only on [[story_formats|Harlowe]]| | + | | startup | Signifies that the passage can be used to initialize variables. Currently a feature only on [[story_format|Harlowe]]| |
<- [[syntax|Formatting Passages]] --------- [[story_format|About Story Formats]]-> | <- [[syntax|Formatting Passages]] --------- [[story_format|About Story Formats]]-> |