Template:BasicCharacterPage: Difference between revisions

From LiberationMUSH Wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
Based on a page design by [[User:DreadWraith]]
Based on a page design by [[User:DreadWraith]] and made into a template by [[User:Polk]]


Example of use:
Example of use:
Line 33: Line 33:


font-size: 14pt;
font-size: 14pt;
}
.bcpboxtitle {
color: {{{titlefg|white}}};
background: {{{titlebg|darkblue}}};
text-align: center;
font-size: 1.2em;
font-weight: bold;
}
}


Line 51: Line 59:
#bcpleftcolumn {
#bcpleftcolumn {
flex-grow: 3;
flex-grow: 3;
}
#bcpgallery p {
margin: 0;
}
#bcpgallery img {
max-width: 30%;
height: auto;
}
}


Line 57: Line 74:
}
}


.bcpboxtitle {
#bcpname p {
color: {{{titlefg|white}}};
margin: 0;
background: {{{titlebg|darkblue}}};
}
text-align: center;
 
font-size: 1.2em;
#bcpname img {
font-weight: bold;
max-width: 100%;
height: auto;
}
}



Revision as of 23:43, 21 July 2020

Based on a page design by User:DreadWraith and made into a template by User:Polk

Example of use:

{{{BasicCharacterPage
| pagename=Bender
| fullname=Bender Rodriguez
| profileimage=[[File:Bender.jpg]]
| quote=Bite my shiny metal ass!
| biography=Blackmail is such an ugly word. I prefer extortion. The ‘x’ makes it sound cool.
| rphooks=
* Bending
* Beer
* Killing all humans
| gallery=
[[File:Bender1.jpg]]
[[File:Bender2.jpg]]
[[File:Bender3.jpg]]
}}}