---
tags:
- example
# Used as a short ID for various page data-retrieving functions.
id: character:example
pageTitle: Character Name
thumbnailUrl: icons/example.svg
linkedPages:
- location:example
- story:example
pageThemes:
- card.css
name: Character Name
tableFields:
Full name: Example
Aliases: Example
Gender: Example
Pronouns: Example
Age: Example
Orientation: Example
Species: Example
Occupation: Example
Residence: Example
Status: Example
permissionTables:
Fan work preferences:
Fanworks: Allowed
Commissions: Ask first
OC interaction: Allowed
Shipping: Canon only
Ownership details:
Designer: Me
Owner: Me
Up for sale: Never
Up for trade: No
---
{% from "macros/_tableData.njk" import cardTable, permissions with context %}
{% set refImgDesc = "Reference image of " + name %}
{% lightboxImg "portrait.jpg", refImgDesc %}
{{ cardTable() }}
{% renderMarkdown %}
A basic summary of who this character is. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Morbi varius libero non sem dapibus, eget viverra nisl sagittis.
Ut interdum mi non sagittis euismod. Suspendisse id venenatis massa. Aliquam ornare, nibh sit amet
interdum elementum, leo sem laoreet nibh, at sollicitudin diam ipsum eu risus. Aenean gravida eu
nibh id tincidunt. Pellentesque lorem mauris, cursus sed ligula eget, cursus posuere risus. Phasellus
vel enim volutpat, sagittis augue at, condimentum ex.
{% endrenderMarkdown %}
{% renderMarkdown %}
## Biography
Here is where you write your character info, in Markdown!
## Appearance
## Personality
{% endrenderMarkdown %}
{% endtabPanel %}
{% tabPanel id="gallery", listId="character" %}
{% gallery %}
{% lightboxImg "example.png", "Example image", {
artist: "Artist name here",
artist_website: "https://example.com",
license: "All rights reserved",
creation_date: "2023-11-20"
} %}
{% lightboxImg "example.png", "Example image", {
artist: "Artist name here",
artist_website: "https://example.com",
license: "All rights reserved",
creation_date: "2023-11-20"
} %}
{% endgallery %}
{% endtabPanel %}
{% tabPanel id="permissions", listId="character" %}
{{ permissions() }}
{% renderMarkdown %}
Elaborate on your character permissions. Are there certain themes/topics that are off-limits?
How about themes/topics that you'd like to see them featured in more?
### Global preferences
{% include "imports/_globalCharacterPermissions.md" %}
{% endrenderMarkdown %}
{% endtabPanel %}