打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

RIA Wiki 已更新到 1.41!部分 CSS 在新版本下可能有不同的表现,请编辑者注意检查和修改。 目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:成员档案:修订间差异

来自RIA | Wiki
SewAWish留言 | 贡献
无编辑摘要
Fanti留言 | 贡献
无编辑摘要
标签手工回退
 
(未显示3个用户的6个中间版本)
第1行: 第1行:
<includeonly><!--
--><templatestyles src="模板:成员档案/styles.css" />
    <table class="wikitable mw-collapsible">
        <th class="archive-head">——成员档案</th>
        <tr><td><table>
            <tr><th class="archive-tab">&nbsp;&nbsp;基础档案</th></tr>
            <tr><td class="archive-text">{{{基础档案|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;综合测试</th></tr>
            <tr><td class="archive-text">{{{综合测试|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;客观履历</th></tr>
            <tr><td class="archive-text">{{{客观履历|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;档案资料一</th></tr>
            <tr><td class="archive-text">{{{一|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;档案资料二</th></tr>
            <tr><td class="archive-text">{{{二|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;档案资料三</th></tr>
            <tr><td class="archive-text">{{{三|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;档案资料四</th></tr>
            <tr><td class="archive-text">{{{四|未公开}}}</td></tr>
            <tr><th class="archive-tab">&nbsp;&nbsp;{{{自定义标题|???}}}</th></tr>
            <tr><td class="archive-text">{{{自定义内容|???}}}</td></tr>
        </table></td></tr>
    </table><!--
--></includeonly><!--


    <table class="">
--><noinclude>
        <th></th>
{{Documentation | 模板:成员档案/doc}}
        <tr><td class="template-archive-tab">基础档案</td></tr>
</noinclude>
        <tr><td>{{{1|}}}</td></tr>
        <tr><td class="template-archive-tab">综合测试</td>
        <tr><td>{{{2|}}}</td></tr>
        <tr><td class="template-archive-tab">客观履历</td>
        <tr><td>{{{3|}}}</td></tr>
        <tr><td class="template-archive-tab">档案资料一</td>
        <tr><td>{{{4|}}}</td></tr>
        <tr><td class="template-archive-tab">档案资料二</td>
        <tr><td>{{{5|}}}</td></tr>
        <tr><td class="template-archive-tab">档案资料三</td>
        <tr><td>{{{6|}}}</td></tr>
        <tr><td class="template-archive-tab">档案资料四</td>
        <tr><td>{{{7|}}}</td></tr>
    </table>

2023年4月11日 (二) 09:52的最新版本

模板文档

用于创建一个类似于方舟干员档案的成员档案。

本模板灵感来源于明日方舟的干员档案。

参数与使用

{{成员档案
  | 基础档案 = 基础档案的内容
  | 综合测试 = 综合测试的内容
  | 客观履历 = 客观履历的内容
  | 一 = 档案资料一的内容
  | 二 = 档案资料二的内容
  | 三 = 档案资料三的内容
  | 四 = 档案资料四的内容
  | 自定义标题 = 自定义的一个标题
  | 自定义内容 = 对应的内容
}}
——成员档案
  基础档案
基础档案的内容
  综合测试
综合测试的内容
  客观履历
客观履历的内容
  档案资料一
档案资料一的内容
  档案资料二
档案资料二的内容
  档案资料三
档案资料三的内容
  档案资料四
档案资料四的内容
  自定义的一个标题
对应的内容

任意非自定义的内容留空时会显示为未公开,自定义内容留空则会显示为???,例如

{{成员档案
  | 基础档案 = 基础档案的内容
  | 客观履历 = 客观履历的内容
  | 一 = 档案资料一的内容
  | 二 = 档案资料二的内容
  | 三 = 档案资料三的内容
  | 四 = 档案资料四的内容
  | 自定义标题 = 自定义的一个标题
}}

会得到

——成员档案
  基础档案
基础档案的内容
  综合测试
未公开
  客观履历
客观履历的内容
  档案资料一
档案资料一的内容
  档案资料二
档案资料二的内容
  档案资料三
档案资料三的内容
  档案资料四
档案资料四的内容
  自定义的一个标题
???