Skip to content
Scrivener07 edited this page Jun 26, 2019 · 9 revisions

One

Two

Three

Four

Five
Six

Tree A

  • One
    • Two
      • Three
        • Four
          • Five
            • Six

Tree B

  • One
    • Two
      • Three
        • Four
          • Five
            • Six

Code

Inline code block with no highlighting.

A code block with no highlighting.
Scriptname Example extends Form
{A code block with Papyrus highlighting.}

string Function Hello(string argument)
	{A function documentation string.}
	; A papyrus comment.
	If (!argument)
		argument = Hello World!
	EndIf
	return argument
EndFunction

Images

  • HTML
    • Online: Yes
    • Offline: Yes
  • media/intellisense-misc-16x.svg
    • Online: Yes
    • Offline: No
    • Online: Yes
    • Offline: No
  • Link
    • Online: Yes
    • Offline: Yes
  • Link
    • Online: Yes
    • Offline: Yes

Tables

Table Links
Type Links Online Offline
Full URL https://github.com/joelday/papyrus-lang/wiki/Papyrus Yes Yes
Full URL + Alt-Text Papyrus Yes Yes
Full URL + Alt-Text + Anchor Papyrus Keywords Yes Yes
Wiki URL Papyrus Yes No
Wiki URL + Alt-Text Alt-Text is not possible in tables for wiki urls. Pipes are not allowed. - -
Wiki URL + Anchor Papyrus#language-keywords Yes No
File URL File URLs must have Alt-Text to use. - -
File URL + Alt-Text Papyrus Yes Yes
File URL + Alt-Text + Short Papyrus Yes Yes
File URL + Anchor Papyrus Keywords Yes Yes
HTML <a href="https://github.com/joelday/papyrus-lang/wiki/Papyrus"a> - No
HTML + Alt-Text Papyrus - Yes
HTML + File <a href="./Papyrus"a> - No
HTML + File + Alt-Text Papyrus - Yes
HTML + File + Short <a href="Papyrus"a> - No
HTML + File + Short + Alt-Text Papyrus - Yes
Table Images
Type Image Online Offline
Wiki URL - SVG media/intellisense-misc-16x.svg Yes No
Wiki URL - PNG Yes No
File URL - SVG Link Yes Yes
File URL - PNG Link Yes Yes
HTML URL - SVG Yes Yes
HTML URL - PNG Yes Yes
Clone this wiki locally