[hideprofile][html]
<style type="text/css">
#template-container {
width:800px;
border:2px solid #d98b1c;
padding-left:10px;
padding-right:10px;
background:url("https://forumstatic.ru/files/001b/b7/43/73898.png");
text-align:center;
padding-top:20px;
padding-bottom:35px;
margin:auto;
}
.template-title {
font-family: 'Caveat';
font-size:30px;
text-transform:uppercase;
text-align:center;
color:#ffd700;
width:500px;
height:35px;
padding:20px;
margin-bottom:15px;
margin-top:10px;
margin-left:130px;
}

.template-content {
width:600px;
background-image: url(https://forumstatic.ru/files/001b/b7/43/23913.png);
margin:auto;
border:1px solid #d98b1c;
padding:20px;
font-family:old standard tt;
font-size:15px;
text-align:center;
text-transform:none;
line-height:100%;
}
.template-indent {
width:255px;
margin:auto;
font-size: 15px;
border-left:7px solid #ffd700;
color: #d98b1c;
padding:10px;
text-align:justify;
background:url("https://forumstatic.ru/files/001b/b7/43/73898.png");
opacity : 0.4;
margin-bottom:10px;
}
</style>

<div id="template-container">
<div class="template-title">Персонал</div>
<div class="template-content">

<table>
<tr><td><div class="template-indent">Работник</div>
</td>
<td><div class="template-indent">Должность</div></td></tr>

<tr><td><a href="https://westmind.f-rpg.me/viewtopic.php?id=8#p24">Акция</td>
<td>ректор</td></tr>

</table>

</div>
</div>[/html]

заполнить
Код:
<tr><td><a href="ссылка на профиль">имя персонажа</td>
<td>должность / предмет</td></tr>

[html]
<style type="text/css">
#template-container {
width:800px;
border:2px solid #d98b1c;
padding-left:10px;
padding-right:10px;
background:url("https://forumstatic.ru/files/001b/b7/43/73898.png");
text-align:center;
padding-top:20px;
padding-bottom:35px;
margin:auto;
}
.template-title {
font-family: 'Caveat';
font-size:30px;
text-transform:uppercase;
text-align:center;
color:#ffd700;
width:500px;
height:35px;
padding:20px;
margin-bottom:15px;
margin-top:10px;
margin-left:130px;
}

.template-content {
width:600px;
background-image: url(https://forumstatic.ru/files/001b/b7/43/23913.png);
margin:auto;
border:1px solid #d98b1c;
padding:20px;
font-family:old standard tt;
font-size:15px;
text-align:center;
text-transform:none;
line-height:100%;
}
.template-indent {
width:255px;
margin:auto;
font-size: 15px;
border-left:7px solid #ffd700;
color: #d98b1c;
padding:10px;
text-align:justify;
background:url("https://forumstatic.ru/files/001b/b7/43/73898.png");
opacity : 0.4;
margin-bottom:10px;
}
</style>

<div id="template-container">
<div class="template-title">Учащиеся</div>
<div class="template-content">

<table>
<tr><td><div class="template-indent">Студент</div>
</td>
<td><div class="template-indent">Курс</div></td></tr>

<tr><td><a href="https://westmind.f-rpg.me/profile.php?id=3">James Neveu</td>
<td>II</td></tr>

<tr><td><a href="https://westmind.f-rpg.me/profile.php?id=5">
Nathaniel Clermont</td>
<td>II</td></tr>

<tr><td><a href="https://westmind.f-rpg.me/profile.php?id=4">Etienne Rosen</td>
<td>III</td></tr>

</table>

</div>
</div>[/html]

заполнить
Код:
<tr><td><a href="ссылка на профиль">имя персонажа</td>
<td>номер курса</td></tr>