Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

README.md

Outline

Skript Documentation Templates

Skript's features are documented directly in it's Java code. But we still need

  1. HTML, CSS and (possible) Javascript code to create website out of these
  2. Clear tutorials, not just "you can check the syntax pattern"
  3. Examples explained, if needed

When generating final result, each HTML file is surrounded by template.html, which provides head element, navigation bar and so on.

Template Patterns

Patterns have syntax of ${pattern_here}. For example, ${skript.version} is replaced with current Skript version. Please see below for more...

You can also include other files by using ${include }. Just please make sure that those included files don't have tags which are not allowed in position where include is called.

Pattern Reference

skript.* - Information of Skript
    version - Skript's version
include <filename> - Load given file and place them here
generate <expressions/effects/events/types/functions> <loop template file> - Generated reference
content - In template.html, marks the point where other file is placed
Morty Proxy This is a proxified and sanitized view of the page, visit original site.