Difference between revisions of "Ianthe"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Ianthe
imported>Ianthe
Line 1: Line 1:
<pre>
+
{{#tag:css|
[[Category:PCs]][[Category:Active PCs]]
+
{{:User:Charpage.css
{{ :Template:Charpage
+
  | page color    = {{{page color|#000}}}
 +
  | page border  = {{{page border|#666}}}
 +
  | cell color    = {{{cell color|#FFF}}}
 +
  | cell border  = {{{cell border|#999}}}
 +
  | cell text    = {{{cell text|#000}}}
 +
  | link color    = {{{link color|#00F}}}
 +
  | link hover    = {{{link hover color|#00F}}}
 +
  | header color  = {{{header color|#333}}}
 +
  | header border = {{{header border|#999}}}
 +
  | header text  = {{{header text|#FFF}}}
 +
  | page gradient = {{#switch:{{{page gradient|}}}|no=no|yes}}
 +
}}
 
}}
 
}}
</pre>
+
<noinclude>
<pre>
 
| full name            =
 
| played by            =
 
  
| page color          =
 
| page border          =
 
 
| cell color          =
 
| cell border          =
 
| cell text            =
 
  
| link color          =
 
| link hover color    =
 
  
| header color        =
+
[[Category:PCs]][[Category:Active PCs]]
| header border        =
+
{{ :Template:Charpage  
| header text          =
+
}}
</pre>
 
 
 
=== Layout ===
 
The following template parameters will change the layout and positioning of several elements on the page.
 
<pre>
 
| page gradient        = yes OR no (default: yes)
 
| introduction        = yes OR no (default: yes)
 
| portrait            = yes OR no (default: yes)
 
| overview position    = left, right, bottom, OR off (default: right)
 
| stereotypes position = left, right, bottom, OR off (default: left)
 
| hooks position      = left, right, bottom, OR off (default: right)
 
| contacts position    = left, right, bottom, OR off (default: yes)
 
| logs position        = left, right, bottom, OR off (default: left)
 
| gallery position    = left, right, bottom, OR off (default: bottom)
 
| disclaimer position  = left, right, bottom, OR off (default: right)
 
</pre>
 
 
 
=== Advanced Styles ===
 
For the very advanced users, you can add your own styles and classes to the various segments (not recommended). These will be applied to the content cell for each section, not to the wrapping table and div.
 
<pre>
 
| introduction class  =
 
| introduction style  =
 
| stereotypes class    =
 
| stereotypes style    =
 
| contacts class      =
 
| contacts style      =
 
| hooks class          =
 
| hooks style          =
 
| logs class          =
 
| logs style          =
 
| gallery class        =
 
| gallery style        =
 
| disclaimer class    =
 
| disclaimer style    =
 
| portrait class      =
 
| portrait style      =
 
| overview class      =
 
| overview style      =
 
</pre>
 
 
 
=== Custom Sections ===
 
Users also have the option of specifying a few custom sections.  These sections are completely disabled by default, but can be placed wherever you need.  You can have up to 5 custom sections, each numbered 1 through 5.  Copy the following code for each custom section you want to have, and replace the pound (#) sign with the corresponding number 1 through 5.
 
<pre>
 
| custom position #  = left, right, bottom, OR off (default: off)
 
| custom title #      =
 
</pre>
 
 
 
You can also specify the class and style as normal.
 
<pre>
 
| custom class #      =
 
| custom style #      =
 
</pre>
 
</noinclude><!-- Main Table //--><includeonly>
 
<div id="loki-table">
 
{| class="loki-table"
 
|-
 
 
 
<!-- Left Column //-->
 
| style="vertical-align: top; width: 75%;" |
 
{{ #switch: {{{ introduction | yes }}} | yes = {{ :Charpage/layout/cell | title = {{{ title | Introduction }}} | page = Introduction | class = {{{ introduction class | }}} | style = {{{ introduction style | }}} }} }}{{ #switch: {{{ overview position | right }}} | left = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }}{{ #switch: {{{ stereotypes position | left }}} | left = {{ :Charpage/layout/cell | title = Stereotypes | page = Stereotypes | class = {{{ stereotypes class | }}} | style = {{{ stereotypes style | }}} }} }}{{ #switch: {{{ contacts position | left }}} | left = {{ #switch: {{{ contacts | yes }}} | yes = {{ :Charpage/layout/cell | title = Contacts | page = Contacts | class = {{{ contacts class | }}} | style = {{{ contacts style | }}} }} }} }}{{ #switch: {{{ hooks position | right }}} | left = {{ :Charpage/layout/cell | title = RP Hooks | page = Hooks | class = {{{ hooks class | }}} | style = {{{ hooks style | }}} }} }}{{ #switch: {{{ logs position | left }}} | left = {{ :Charpage/layout/logs | plots = yes }} }}{{ #switch: {{{ gallery position | bottom }}} | left = {{ :Charpage/layout/cell | title = {{{gallery title|Gallery}}} | page = Gallery | style = {{{ gallery style | text-align: center; }}} }} }}{{ #switch: {{{ disclaimer position | left }}} | left = {{ :Charpage/layout/cell | title = Disclaimer | page = Disclaimer | class = {{{ disclaimer class | }}} | style = {{{ disclaimer style | }}} }} }}{{ #switch: {{{ custom position 1 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }}{{ #switch: {{{ custom position 2 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }}{{ #switch: {{{ custom position 3 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 3 }}} | page = {{{ custom title 3 }}} | class = {{{ custom class 3 | }}} | style = {{{ custom style 3 | }}} }} }}{{ #switch: {{{ custom position 4 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 4 }}} | page = {{{ custom title 4 }}} | class = {{{ custom class 4 | }}} | style = {{{ custom style 4 | }}} }} }}{{ #switch: {{{ custom position 5 | }}} | left = {{ :Charpage/layout/cell | title = {{{ custom title 5 }}} | page = {{{ custom title 5 }}} | class = {{{ custom class 5 | }}} | style = {{{ custom style 5 | }}} }} }}
 
<!-- /Left Column //-->
 
 
 
<!-- Right Column //-->
 
| style="vertical-align: top; width: 25%;" |
 
{{ #switch: {{{ portrait | yes }}} | yes = {{ :Charpage/layout/cell | title = {{{ full name | {{ PAGENAME }} }}} | page = Portrait | class = {{{ portrait class | }}} | style = {{{ portrait style | }}} }} }}{{ #switch: {{{ overview position | right }}} | right = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }}{{ #switch: {{{ stereotypes position | left }}} | right = {{ :Charpage/layout/cell | title = Stereotypes | page = Stereotypes | class = {{{ stereotypes class | }}} | style = {{{ stereotypes style | }}} }} }}{{ #switch: {{{ contacts position | left }}} | right = {{ #switch: {{{ contacts | yes }}} | yes = {{ :Charpage/layout/cell | title = Contacts | page = Contacts | class = {{{ contacts class | }}} | style = {{{ contacts style | }}} }} }} }}{{ #switch: {{{ hooks position | right }}} | right = {{ :Charpage/layout/cell | title = RP Hooks | page = Hooks | class = {{{ hooks class | }}} | style = {{{ hooks style | }}} }} }}{{ #switch: {{{ logs position | left }}} | right = {{ :Charpage/layout/logs | plots = yes }} }}{{ #switch: {{{ gallery position | bottom }}} | right = {{ :Charpage/layout/cell | title = {{{gallery title|Gallery}}}| page = Gallery | style = {{{ gallery style | text-align: center; }}} }} }}{{ #switch: {{{ disclaimer position | left }}} | right = {{ :Charpage/layout/cell | title = Disclaimer | page = Disclaimer | class = {{{ disclaimer class | }}} | style = {{{ disclaimer style | }}} }} }}{{ #switch: {{{ custom position 1 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }}{{ #switch: {{{ custom position 2 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }}{{ #switch: {{{ custom position 3 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 3 }}} | page = {{{ custom title 3 }}} | class = {{{ custom class 3 | }}} | style = {{{ custom style 3 | }}} }} }}{{ #switch: {{{ custom position 4 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 4 }}} | page = {{{ custom title 4 }}} | class = {{{ custom class 4 | }}} | style = {{{ custom style 4 | }}} }} }}{{ #switch: {{{ custom position 5 | }}} | right = {{ :Charpage/layout/cell | title = {{{ custom title 5 }}} | page = {{{ custom title 5 }}} | class = {{{ custom class 5 | }}} | style = {{{ custom style 5 | }}} }} }}
 
 
 
<!-- /Right Column //-->
 
|-
 
 
 
<!-- Spanned Column //-->
 
| colspan="2" |
 
{{ #switch: {{{ overview position | right }}} | bottom = {{ :Charpage/layout/cell | title = Overview | page = Infobox | class = {{{ overview class | }}} | style = {{{ overview style | }}} }} }}{{ #switch: {{{ stereotypes position | left }}} | bottom = {{ :Charpage/layout/cell | title = Stereotypes | page = Stereotypes | class = {{{ stereotypes class | }}} | style = {{{ stereotypes style | }}} }} }}{{ #switch: {{{ contacts position | left }}} | bottom = {{ #switch: {{{ contacts | yes }}} | yes = {{ :Charpage/layout/cell | title = Contacts | page = Contacts | class = {{{ contacts class | }}} | style = {{{ contacts style | }}} }} }} }}{{ #switch: {{{ hooks position | right }}} | bottom = {{ :Charpage/layout/cell | title = RP Hooks | page = Hooks | class = {{{ hooks class | }}} | style = {{{ hooks style | }}} }} }}{{ #switch: {{{ logs position | left }}} | bottom = {{ :Charpage/layout/logs | plots = yes }} }}{{ #switch: {{{ gallery position | bottom }}} | bottom = {{ :Charpage/layout/cell | title = {{{gallery title|Gallery}}} | page = Gallery | style = {{{ gallery style | text-align: center; }}} }} }}{{ #switch: {{{ disclaimer position | left }}} | bottom = {{ :Charpage/layout/cell | title = Disclaimer | page = Disclaimer | class = {{{ disclaimer class | }}} | style = {{{ disclaimer style | }}} }} }}{{ #switch: {{{ custom position 1 | }}} | bottom = {{ :Charpage/layout/cell | title = {{{ custom title 1 }}} | page = {{{ custom title 1 }}} | class = {{{ custom class 1 | }}} | style = {{{ custom style 1 | }}} }} }}{{ #switch: {{{ custom position 2 | }}} | bottom = {{ :Charpage/layout/cell | title = {{{ custom title 2 }}} | page = {{{ custom title 2 }}} | class = {{{ custom class 2 | }}} | style = {{{ custom style 2 | }}} }} }}{{ #switch: {{{ custom position 3 | }}} | bottom = {{ :Charpage/layout/cell | title = {{{ custom title 3 }}} | page = {{{ custom title 3 }}} | class = {{{ custom class 3 | }}} | style = {{{ custom style 3 | }}} }} }}{{ #switch: {{{ custom position 4 | }}} | bottom = {{ :Charpage/layout/cell | title = {{{ custom title 4 }}} | page = {{{ custom title 4 }}} | class = {{{ custom class 4 | }}} | style = {{{ custom style 4 | }}} }} }}{{ #switch: {{{ custom position 5 | }}} | bottom = {{ :Charpage/layout/cell | title = {{{ custom title 5 }}} | page = {{{ custom title 5 }}} | class = {{{ custom class 5 | }}} | style = {{{ custom style 5 | }}} }} }}
 
|-
 
|}
 
</div>
 
{{ #if: {{{ played by | }}} | <span style="float: right; font-style: italic;">'''Played By:''' {{{ played by }}} }}
 
<!-- /Main Table //--></includeonly>
 

Revision as of 02:03, 15 September 2014


Introduction

Camarilla-disk.png
Malkavian.png


Ianthe Jones

“The dead bring wisdom and guidance to those left behind. Now if only I could tell which voices were real...”

[ edit ]

Stereotypes
Ianthe/Stereotypes

[ edit ]

Contacts
Ianthe/Contacts

[ edit ]

Logs

No pages meet these criteria.

Disclaimer
Ianthe/Disclaimer

[ edit ]

Ianthe
Ianthe.png

[ edit ]

Overview

Race: Vampire
Hometown: Dublin, Ireland
Date of Birth: Late summer, 1708
Nationality: Irish
Occupation: Medium
Demeanor: Visionary
Affiliation: Camarilla
Apparent Age: Mid to Late Twenties

[ edit ]

RP Hooks
  • Ianthe hears ghosts. Unfortunately, she also just hears voices. She can't tell the difference between the two.
  • Ianthe is socially awkward, but surprisingly bright.

[ edit ]

Gallery
Ianthe/Gallery

[ edit ]