More actions
Takedu oda (talk | contribs) No edit summary |
m Change html property to CSS. Consolidate CSS. |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<!-- NOTE: DO NOT EDIT THIS TEMPLATE BY ACCIDENT!!!! | <noinclude><!-- NOTE: DO NOT EDIT THIS TEMPLATE BY ACCIDENT!!!! | ||
You probably want to edit the page using this template! | You probably want to edit the page using this template! | ||
NOTE: DO NOT EDIT THIS TEMPLATE BY ACCIDENT!!!! | NOTE: DO NOT EDIT THIS TEMPLATE BY ACCIDENT!!!! | ||
| Line 5: | Line 5: | ||
NOTE: DO NOT EDIT THIS TEMPLATE BY ACCIDENT!!!! | NOTE: DO NOT EDIT THIS TEMPLATE BY ACCIDENT!!!! | ||
You probably want to edit the page using this template!--> | You probably want to edit the page using this template!--> | ||
</noinclude> | |||
<table | <table cellpadding='1' style="width: 90%; margin: 20px; margin-top: 5px; border-spacing: 3px;" > | ||
<tr style="color: black; background: #BBBBBB;"> | |||
<tr style= | <th style="width: 30%;">Agent</th> | ||
<th | <th style="width: 10%;">Level</th> | ||
<th | <th style="width: 30%;">Corporation</th> | ||
<th | <th style="width: 30%;">Faction</th> | ||
<th | |||
</tr> | </tr> | ||
<tr style='color:white;'> | <tr style='color: white; text-align: center;'> | ||
<td | <td>{{{agent}}}</td> | ||
<td | <td>{{{level}}}</td> | ||
<td | <td>{{{corp}}}</td> | ||
<td | <td>{{{faction}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<table | <table cellpadding='1' style="width: 90%; margin: 20px; margin-top: -25px; border-spacing: 3px; color: white;" > | ||
<tr style='color: black; background: #BBBBBB; text-align: center;'> | |||
<tr style='color:black; background:#BBBBBB;'> | <th style="width: 50%;">Mission</th> | ||
<th | <th style="width: 50%;">Reward</th> | ||
<th | </tr> | ||
<tr> | |||
<td>{{{mission1}}}</td> | |||
<td>{{{reward1}}}</td> | |||
</tr> | </tr> | ||
<tr | <tr> | ||
<td | <td>{{{mission2}}}</td> | ||
<td | <td>{{{reward2}}}</td> | ||
</tr> | </tr> | ||
<tr | <tr> | ||
<td | <td>{{{mission3}}}</td> | ||
<td | <td>{{{reward3}}}</td> | ||
</tr> | </tr> | ||
<tr | <tr> | ||
<td | <td>{{{mission4}}}</td> | ||
<td | <td>{{{reward4}}}</td> | ||
</tr> | </tr> | ||
<tr | <tr> | ||
<td | <td>{{{mission5}}}</td> | ||
<td | <td>{{{reward5}}}</td> | ||
</tr> | </tr> | ||
</table> | </table><noinclude> | ||
<noinclude> | {{documentation}}</noinclude> | ||