Difference between revisions of "Benjamin "Old Ben" Wyatt"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | __NOTOC__ __NOEDITSECTION__ | |
− | + | <div id="template-container" class="main"> | |
− | < | + | <div id="masq-pc-title" class="clearfix headerSection"> |
− | Munson.jpg | + | Benjamin "Old Ben" Wyatt<div id="masq-pc-badges">[[File:Gangrel.PNG|100px]] [[File:Anarch.PNG|100px]]</div> |
− | </ | + | </div> |
− | | | + | |
− | | | + | <div id="masq-pc-icvitals" class="clearfix"> |
− | | | + | |
− | | | + | <div id="masq-pc-portrait-box" > |
− | | | + | |
− | | | + | <div id="masq-pc-portrait"> |
− | | | + | [[File:Munson.jpg]} |
− | | | + | </div> |
− | | | + | </div> |
− | | | + | |
− | | | + | {| id="masq-pc-icvitals-table" |
− | | | + | !scope="row"|Clan |
− | | | + | |[[:Category:Gangrel|CLAN]] |
− | | | + | |- |
− | | | + | !scope="row"|Sect |
− | | | + | |[[:Category:SECT|SECT]] |
+ | |- | ||
+ | !scope="row"|Social Class | ||
+ | |SOCIAL CLASS | ||
+ | |- | ||
+ | !scope="row"|Position(s) | ||
+ | |POSITIONS (etc) | ||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | <div class="masq-pc-divider"> | ||
+ | </div> | ||
+ | |||
+ | <div id="masq-pc-furtherinfo" class="clearfix section sectionText"> | ||
+ | <h2>Further Information</h2> | ||
+ | <div id="masq-pc-furtherinfo-pic">[[File:TemplatePhoto.jpg|300px]]</div> | ||
+ | |||
+ | <div id="masq-pc-desc"> | ||
+ | <h3>Description</h3> | ||
+ | Description here | ||
+ | </div> | ||
+ | |||
+ | <div id="masq-pc-timeline"> | ||
+ | <h3>Timeline</h3> | ||
+ | * Stuff happens | ||
+ | * More stuff happens! | ||
+ | </div> | ||
+ | |||
+ | <div id="masq-pc-bio"> | ||
+ | <h3>Bio</h3> | ||
+ | Bio here | ||
+ | </div> | ||
+ | |||
+ | <div id="masq-pc-rumors"> | ||
+ | <h3>Rumors</h3> | ||
+ | Rumors here! | ||
+ | <br> | ||
+ | <!-- code for more rumors --> | ||
+ | {{#ifexist: {{PAGENAME}} Rumors|{{:{{PAGENAME}} Rumors}}<br>}}<nowiki/> | ||
+ | {{#formlink:form=Masquerade PC Add Rumors|target={{PAGENAME}} Rumors|returnto={{PAGENAME}}|reload|link text=Edit Rumors: Add your own!}} | ||
+ | </div> | ||
+ | <div id="masq-pc-quotes"><h3>Quotes</h3> | ||
+ | Quotes here! | ||
+ | <br> | ||
+ | <!--code for more quotes--> | ||
+ | {{#ifexist: {{PAGENAME}} Quotes|{{:{{PAGENAME}} Quotes}}<br>}}<nowiki/> | ||
+ | {{#formlink:form=Masquerade PC Add Quotes|target={{PAGENAME}} Quotes|returnto={{PAGENAME}}|reload|link text=Edit Quotes: Add your own!}} | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="masq-pc-oocvitals" class="clearfix content contentText"> | ||
+ | <h2>OOC Information</h2> | ||
+ | <div id="masq-pc-oocvitals-pic">[[File:TemplatePhoto.jpg|300px]]</div> | ||
+ | {| id="masq-pc-oocvitals-table" | ||
+ | !scope="row"|Player | ||
+ | |[mailto:EMAIL PLAYER] | ||
+ | |- | ||
+ | !scope="row"|MES # | ||
+ | |MES # | ||
+ | |- | ||
+ | !scope="row"|Domain | ||
+ | |[[:Category:DOMAIN|DOMAIN]] | ||
+ | |- | ||
+ | !scope="row"|Territory | ||
+ | |[[:Category:TERRITORY|TERRITORY]] | ||
+ | |- | ||
+ | !scope="row"|Storyteller | ||
+ | |Storyteller | ||
+ | |- | ||
+ | !scope="row"|VST Email | ||
+ | |[mailto:test@test.com VST EMAIL] | ||
+ | |} | ||
+ | {{Premade|Template=Template 1}} | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | {{#css:MyPage/vampire.css}} | ||
+ | {{#css: | ||
+ | {}/* ------------ Template-specific formatting ----------------- */ | ||
+ | #template-container h1, | ||
+ | #template-container h2, | ||
+ | #template-container h3 | ||
+ | { | ||
+ | display:inline; | ||
+ | margin: 0px 0; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #template-container .headerSection | ||
+ | { | ||
+ | font-size:2.8em; | ||
+ | line-height:120px; | ||
+ | text-align:center; | ||
+ | font-weight:bolder; | ||
+ | margin:20px; | ||
+ | } | ||
+ | |||
+ | #template-container .content | ||
+ | { | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | #template-container .section | ||
+ | { | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | #masq-pc-badges { | ||
+ | float:right; | ||
+ | margins:20px; | ||
+ | } | ||
+ | #masq-pc-icvitals, #masq-pc-furtherinfo, #masq-pc-oocvitals { | ||
+ | margin: 20px; | ||
+ | } | ||
+ | #masq-pc-portrait, #masq-pc-furtherinfo-pic, #masq-pc-oocvitals-pic { | ||
+ | float:right; | ||
+ | clear:both; | ||
+ | } | ||
+ | #masq-pc-portrait img, #masq-pc-furtherinfo-pic img, #masq-pc-oocvitals-pic img { | ||
+ | height: auto; | ||
+ | max-width: 98%; | ||
+ | } | ||
+ | #masq-pc-icvitals-table, #masq-pc-oocvitals-table, th { | ||
+ | vertical-align: top; | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | .clearfix::after { | ||
+ | content: ""; | ||
+ | clear: both; | ||
+ | display: table; | ||
+ | } | ||
}} | }} |
Revision as of 13:46, 20 August 2020
Further Information
Description
Description here
Timeline
- Stuff happens
- More stuff happens!
Bio
Bio here
Rumors
Rumors here!
- Old Ben is actually 20 years old. Grendel
- Prince LeMasters has been BEGGING Old Ben to rejoin the Cammies and be there Sheriff for lack of anyone competent enough to perform in that capacity. Anonymous
Quotes
Quotes here!
"He's forward. Direct. Straight to the point. I don't hate him." Dahlia Thibodeaux
Edit Quotes: Add your own!
OOC Information
Player | PLAYER |
---|---|
MES # | MES # |
Domain | DOMAIN |
Territory | TERRITORY |
Storyteller | Storyteller |
VST Email | VST EMAIL |
Wiki Code based on the Premade Wiki Template: Template 1