User:CodeGlaze/codex

From Dungeons and Dragons Wiki
< User:CodeGlaze
Revision as of 01:41, 9 September 2014 by CodeGlaze (talk | contribs) (Templates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Templates[edit]

Anchor : Create page anchors[edit]

{{Anchor|Anchor ID}}

Create Anchor inside of a link[edit]

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 format[edit]

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

Cite 3e[edit]

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

Cite 4e[edit]

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

Notation Templates[edit]

(Ex)  : Create (Ex) notation[edit]

 {{Ex}}  : (Ex)

(Su)  : Create (Su) notation[edit]

 {{Su}}  : (Su)

(Sp)  : Create (Sp) notation[edit]

 {{Sp}}  : (Sp)

(Ps)  : Create (Ps) notation[edit]

 {{Ps}}  : (Ps)

B : Creates bonus feat notation[edit]

 {{B}}  : B

Spell Linking : Makes linking spells easier[edit]

{{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


Multiset[edit]

 {{Multiset}}  : Template:XX

My Ratings : Track YOUR ratings[edit]

{{My Ratings|username}}

Rated Articles : Track ratings of your articles[edit]

{{Rated Articles|username}}

SMW Cat. Query : Semantic category query[edit]

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

SMW List Query[edit]

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

SMW UL Query[edit]

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

Sidebar[edit]

 {{Sidebar}}  : Template:XX

Underbar[edit]

 {{Underbar}}  : Template:XX

Unsigned[edit]

 {{Unsigned}}  : Template:XX

Markup[edit]

Tags[edit]

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

Lists[edit]

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