|
|
第1行: |
第1行: |
| <includeonly> | | <includeonly> |
| <table class="wikitable hlist logo" style="text-align:center; width:400px; white-space:normal;display:table;">
| | {| class="wikitable hlist logo" style="text-align:center; width:400px; white-space:normal; display:table;" |
| <tr>
| | ! colspan="8" width="50%" |<!--{$name|escape:'html'}--> |
| <th colspan="8" width="50%"><!--{$name|escape:'html'}--></th>
| | <!--{if !$pic2}--> |
| </tr>
| | |- |
| <!--{if !$pic2}-->
| | | colspan="8" width="50%" |[[File:<!--{$pic|escape:'html'}-->, 400px]] |
| <tr>
| | <!--{/if}--> |
| <td colspan="8" width="50%"><img src="<!--{$pic|escape:'html'}-->"/></td>
| | <!--{if $pic2}--> |
| </tr>
| | |- |
| <!--{/if}-->
| | | colspan="8" width="50%" | |
| <!--{if $pic2}-->
| | <!--{/if}--> |
| <tr>
| | |- |
| <td colspan="8" width="50%" id="tabber-container">
| | ! colspan="2" width="25%" |画师 |
| </td>
| | | colspan="6" width="25%" |<!--{$painter|escape:'html'}--> |
| </tr>
| | |- |
| <!--{/if}-->
| | ! colspan="2" width="25%" |获取方式 |
| <tr>
| | | colspan="6" width="25%" |<!--{$acquirement|escape:'html'}--> |
| <th colspan="2" width="25%">画师</th>
| | |- |
| <td colspan="6" width="25%"><!--{$painter|escape:'html'}--></td>
| | ! colspan="2" width="25%" |档案 |
| </tr>
| | | colspan="6" width="25%" |<!--{$text|escape:'html'}--> |
| <tr>
| | |} |
| <th colspan="2" width="25%">获取方式</th>
| |
| <td colspan="6" width="25%"><!--{$acquirement|escape:'html'}--></td>
| |
| </tr>
| |
| <tr>
| |
| <th colspan="2" width="25%">档案</th>
| |
| <td colspan="6" width="25%"><!--{$text|escape:'html'}--></td>
| |
| </tr>
| |
| </table>
| |
| <script>
| |
| document.getElementById('tabber-container').innerHTML = '<tabber>1=1|-|2=2</tabber>';
| |
| mw.loader.load('ext.tabber', function() {
| |
| document.getElementById('tabber-container').innerHTML = '<tabber>1=1|-|2=2</tabber>';
| |
| $('#tabber-container .tabber').tabber();
| |
| }); | |
| </script>
| |
| </includeonly> | | </includeonly> |