Open main menu

Dungeons and Dragons Wiki β

User:CodeGlaze/codex

< User:CodeGlaze

TemplatesEdit

Anchor : Create page anchorsEdit

{{Anchor|Anchor ID}}

Create Anchor inside of a linkEdit

Original link Anchored link
[[User:CodeGlaze/Frank_and_K_Tomes|Tome links]]
[[User:CodeGlaze/Frank_and_K_Tomes|{{Anchor|Anchored Tome links}}]]
Tome links
Anchored Tome links

Cite : Create links to material with a superscript formatEdit

Not entering a book's acronym in the cite template will create a [citation needed] tag.
{{cite}} -or- {{cite|BookAcnm}}

Cite 3eEdit

Enter the Acronym (DMG, PHB, ToB, etc) for the book, followed by "3"
{{cite|Acronym3}} -> {{cite|PHB3}} -> PHB

Cite 4eEdit

Enter the Acronym (DMG, PHB, MotP, etc) for the book, followed by "4"
{{cite|Acronym4]} -> {{cite|PHB4}} -> PHB

Notation TemplatesEdit

(Ex)  : Create (Ex) notationEdit

 {{Ex}}  : (Ex)

(Su)  : Create (Su) notationEdit

 {{Su}}  : (Su)

(Sp)  : Create (Sp) notationEdit

 {{Sp}}  : (Sp)

(Ps)  : Create (Ps) notationEdit

 {{Ps}}  : (Ps)

B : Creates bonus feat notationEdit

 {{B}}  : B

Spell Linking : Makes linking spells easierEdit

{{Spell Link|Spell Name}} -> {{Spell Link|Fireball}}

Example Usage :


  • SRD spell: {{3.5e Spell Link|Fear}}
  • Homebrew spell: {{3.5e Spell Link|Jellify}}

Becomes: fear, jellify


MultisetEdit

 {{Multiset}}  : Template:XX

My Ratings : Track YOUR ratingsEdit

{{My Ratings|username}}

Rated Articles : Track ratings of your articlesEdit

{{Rated Articles|username}}

SMW Cat. Query : Semantic category queryEdit

 {{SMW Category Query | <-Query parameters-> }}  : Template:XX

SMW List QueryEdit

 {{SMW List Query | <-Query parameters-> }}  : Template:XX

SMW UL QueryEdit

 {{SMW UL Query | <-Query parameters-> }}  : Template:XX

SidebarEdit

 {{Sidebar}}  : Template:XX

UnderbarEdit

 {{Underbar}}  : Template:XX

UnsignedEdit

 {{Unsigned}}  : Template:XX

MarkupEdit

TagsEdit

Syntax Description
<nowiki></nowiki> Any wiki-markup inside the tags will be ignored, not transformed.

ListsEdit

Markup Result
* Item 1

* Item 2
* Item 3

  • Item 1
  • Item 2
  • Item 3
* Item 1

** Nested Item 1
*** Double Nested Item 1
* Item 2

  • Item 1
    • Nested Item 1
      • Double Nested Item 1
  • Item 2
# Numbered List

# Item 2
# Item 3

  1. Numbered List
  2. Item 2
  3. Item 3
# Numbered List

## Nested Item 1
## Nested Item 2
### Double Nested Item 1
# Item 2

  1. Numbered List
    1. Nested Item 1
    2. Nested Item 2
      1. Double Nested Item 1
  2. Item 2
; Term : Definition

; Term
: Definition

Term 
Definition
Term
Definition
* Mixed List

*# Bullet then Number
*#* Bullet - Number - Bullet
*#*; Bullet - Number - Term
*#*: Bullet - Number - Definition
*#*: Bullet - Number - Definition2

  • Mixed List
    1. Bullet then Number
      • Bullet - Number - Bullet
        Bullet - Number - Term
        Bullet - Number - Definition
        Bullet - Number - Definition2