|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| <noinclude>
| |
| <noinclude>
| |
| == Example Usage ==
| |
| <pre><nowiki>
| |
| {{Character | | {{Character |
| |name = Theren | | |name = Theren |
| Line 8: |
Line 4: |
| |player = diocloid | | |player = diocloid |
| |player_link = User:diocloid}} | | |player_link = User:diocloid}} |
| </nowiki></pre>
| |
| == Demo ==
| |
| </noinclude>
| |
|
| |
|
| |
| <div class="template_character" style="border: 1px solid #aaa;
| |
| background-color: #f9f9f9;
| |
| color: black;
| |
| margin: 0.5em
| |
| padding: 0.5em;
| |
| float: right;
| |
| clear: right;
| |
| text-align: center;
| |
| font-size: 90%;
| |
| line-height: 1.5em;">
| |
|
| |
| <div class="template_character_title" style="line-height: 1.2em;
| |
| font-size: 1.25em;
| |
| font-weight: bold;">
| |
| {{{name}}}
| |
| </div>
| |
| {| class="wikitable"
| |
| |-
| |
| ! Class
| |
| | {{{class}}}
| |
| |-
| |
| ! Player
| |
| | [[{{{player_link}}}|{{{player}}}]]
| |
| |}
| |
| </div>
| |
|
| |
| == Demo ==
| |
| </noinclude>
| |
|
| |
|
| |
| <div class="template_character" style="border: 1px solid #aaa;
| |
| background-color: #f9f9f9;
| |
| color: black;
| |
| margin: 0.5em
| |
| padding: 0.5em;
| |
| float: right;
| |
| clear: right;
| |
| text-align: center;
| |
| font-size: 90%;
| |
| line-height: 1.5em;">
| |
|
| |
| <div class="template_character_title" style="line-height: 1.2em; font-size: 1.25em; font-weight: bold;">
| |
| {{{name}}}
| |
| </div>
| |
| <div class="template_character_main" style="margin-left: 10px; margin-right: 10px">
| |
| {| class="wikitable"
| |
| |-
| |
| ! Class
| |
| | {{{class}}}
| |
| |-
| |
| ! Player
| |
| | [[{{{player_link}}}|{{{player}}}]]
| |
| |}
| |
| </div>
| |
| </div>
| |