Difference between revisions of "Templates"

From Epic Paths
Jump to navigation Jump to search
(Created page with "{{TOC}} == Forms == * Template:OGL_Entry: To define the entries for various OGL sources. Used in Template:OGL == Layout == * Template:BreadCrumbs: Used to create a h...")
 
Line 7: Line 7:
* [[Template:BreadCrumbs]]: Used to create a hierarchy path that floats right. Used on most pages.
* [[Template:BreadCrumbs]]: Used to create a hierarchy path that floats right. Used on most pages.
* [[Template:TOC]]: Create a right-aligned Table of Contents. Can add extra variables.
* [[Template:TOC]]: Create a right-aligned Table of Contents. Can add extra variables.
* [[Template:Heading]]: Create a heading without an edit-link.
* [[Template:EditHeading]]: Create a heading with an edit-link which links to editing the entire page. Useful for headings inside a template, which would otherwise link to editing the template.
* [[Template:OGL]]: Shows the Open Gaming License for the Pathfinder RPG Core Rulebook, as well as any books included in the parameter
* [[Template:Grid]]: Used to order content into columns which dynamically reorganizes if the screen becomes too small. Also contains options for borders and background color.
* [[Template:Card]]: Creates a card with adjustable title, size and background color.
* [[Template:ChoiceCard]]: Creates a card styled to be used for player choices.
* [[Template:AbilityCard]]: Creates a card styled to be used for Class Abilities.
* [[Template:ModifierCard]]: Creates a card styled to be used for Modifiers to Class Abilities.
* [[Template:Break]]: Create a wikitext paragraph break (I.E. place where you want text to break to a new paragraph).
* [[Template:Lcwords]]: Transforms a string to all lower-case.
* [[Template:Ucwords]]: Transforms a string to all upper-case words.

Revision as of 18:11, 8 July 2021

Forms

Layout

  • Template:BreadCrumbs: Used to create a hierarchy path that floats right. Used on most pages.
  • Template:TOC: Create a right-aligned Table of Contents. Can add extra variables.
  • Template:Heading: Create a heading without an edit-link.
  • Template:EditHeading: Create a heading with an edit-link which links to editing the entire page. Useful for headings inside a template, which would otherwise link to editing the template.
  • Template:OGL: Shows the Open Gaming License for the Pathfinder RPG Core Rulebook, as well as any books included in the parameter
  • Template:Grid: Used to order content into columns which dynamically reorganizes if the screen becomes too small. Also contains options for borders and background color.
  • Template:Break: Create a wikitext paragraph break (I.E. place where you want text to break to a new paragraph).
  • Template:Lcwords: Transforms a string to all lower-case.
  • Template:Ucwords: Transforms a string to all upper-case words.