|
| 1 | +--- |
| 2 | +# Page information |
| 3 | +layout: character |
| 4 | +char_id: c:example2 # MUST start with "c:". Each character MUST have a unique ID. They are case sensitive. |
| 5 | +theme: # Leave empty to use "default.css" |
| 6 | +style: 0 # 0 - Wiki | 1 - Full body |
| 7 | +tags: |
| 8 | +- example |
| 9 | + |
| 10 | +# Basic |
| 11 | +name: Character Name |
| 12 | +tagline: A tagline for this character. |
| 13 | +image: |
| 14 | + icon: example2_icon.png |
| 15 | + block: example2_block.png |
| 16 | + body: example2_body.png |
| 17 | +attributes: |
| 18 | + Full Name: Full Character Name |
| 19 | + Aliases: Example Name |
| 20 | + Gender: Nonexistent |
| 21 | + Pronouns: any/all |
| 22 | + Age: Adult |
| 23 | + Orientation: AroAce |
| 24 | + Species: Nonexistent |
| 25 | + |
| 26 | +# Relationships |
| 27 | +relation_type: 0 # 0 - Attributes Table | 1 - Detailed |
| 28 | +relationships: |
| 29 | + Twin: |
| 30 | + name: Character Name |
| 31 | + url: c:example |
| 32 | + details: | |
| 33 | + Details about their relationship. Possible a quote from either of the |
| 34 | + two. Who knows. |
| 35 | +
|
| 36 | + A lot of details. |
| 37 | + Mother: |
| 38 | + name: Character Name |
| 39 | + icon: example_icon.png |
| 40 | + Sister: |
| 41 | + name: Character Name |
| 42 | + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/8/85/Smiley.svg/1024px-Smiley.svg.png |
| 43 | + Brother: |
| 44 | + name: Character Name |
| 45 | + url: https://example.com |
| 46 | + details: | |
| 47 | + More relationship details. |
| 48 | +
|
| 49 | +# Colors |
| 50 | +color_type: 0 # 0 - Square | 1 - Circle | 2 - Heart | 3 - Star | 4 - diamond |
| 51 | +colors: |
| 52 | + - "000000" |
| 53 | + - "333333" |
| 54 | + - "666666" |
| 55 | + - "999999" |
| 56 | + - "cccccc" |
| 57 | + - "ffffff" |
| 58 | + |
| 59 | +# Text Sections |
| 60 | +# You can add as many sections as you'd like. |
| 61 | +section: |
| 62 | + Biography: | |
| 63 | + The biography of this character. |
| 64 | + It can be *multiline*. |
| 65 | +
|
| 66 | + This is also a part of the biography but in second paragraph. |
| 67 | + <hr> |
| 68 | + And a third after a horizontal line. |
| 69 | + Appearance: | |
| 70 | + Character's appearance. |
| 71 | + Personality: | |
| 72 | + Character's personality. |
| 73 | +
|
| 74 | +# Gallery |
| 75 | +gallery: |
| 76 | + Image Name: |
| 77 | + artist: Artist name |
| 78 | + artist_url: https://example.com |
| 79 | + alt: Alternative text for image. |
| 80 | + file: example2_icon.png |
| 81 | + Image Name 2: |
| 82 | + artist: Artist name |
| 83 | + characters: |
| 84 | + Example: |
| 85 | + url: https://example.com |
| 86 | + Example 2: |
| 87 | + url: c:example2 |
| 88 | + description: This is a description. |
| 89 | + file: example2_body.png |
| 90 | + Image Name 3: |
| 91 | + artist: Artist Name |
| 92 | + characters: |
| 93 | + Example: |
| 94 | + url: c:example |
| 95 | + Example 2: |
| 96 | + url: c:example2 |
| 97 | + description: | |
| 98 | + The twins standing side by side. |
| 99 | + file: example_image.png |
| 100 | + |
| 101 | +# Permissions & Ownership |
| 102 | +permissions: |
| 103 | + Fan Works: Allowed |
| 104 | + Commissions: Ask First |
| 105 | + Shipping: Only with Character |
| 106 | + OC Interaction: Allowed |
| 107 | + Franchise Interaction: Allowed |
| 108 | + |
| 109 | +ownership: |
| 110 | + Owner: Me |
| 111 | + Designer: Me |
| 112 | + Up For Sale: Never |
| 113 | + Up For Trade: Never |
| 114 | +--- |
0 commit comments