DRAFT - joelday/papyrus-lang GitHub Wiki
One
Two
Three
Four
Five
Six
Tree A
- One
- Two
- Three
- Four
- Five
- Six
- Five
- Four
- Three
- Two
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
- media/xse_logo_fo4.png
- Online: Yes
- Offline: No
- Online: Yes
- Offline: Yes
- 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 | media/xse_logo_fo4.png | Yes | No |
File URL - SVG | Yes | Yes | |
File URL - PNG | ![]() |
Yes | Yes |
HTML URL - SVG | Yes | Yes | |
HTML URL - PNG | Yes | Yes |