Code
[[div style="display:none"]]
[[module ListUsers users="."]]
[[div_ class="user-%%name%%"]]
[[/div]]
[[/module]]
[[form]]
fields:
  hint1:
    type: static
    value: "**ライセンス情報を入力してください。**"
  name:
    label: "作品名:"
    type: text
  author:
    label: "作者:"
    type: text
  source:
    label: "作品へのリンク:"
    type: text
  firstpub:
    label: "未公開作品:"
    type: checkbox
    join: true
  hint2:
    type: static
    value: "**ネット上に公開されていない作品の場合は「未公開作品」にチェックを入れてください。**"
  license:
    label: "ライセンス:"
    type: select
    values:
      -1: CC BY-SA 4.0
      0: CC BY-SA 3.0
      1: CC BY-SA 2.0
      2: CC BY-SA 2.5
      3: CC BY 1.0
      4: CC BY 2.0
      5: CC BY 2.5
      6: CC BY 3.0
      7: CC BY 4.0
      8: パブリックドメイン/CC0
      9: その他
    default: 0
  otherlicenses:
    hint: "ライセンスで「その他」を選択した場合のみ、直接記入してください。"
    join: true
    type: text
    width: 10
    height: 3
  pubyear:
    label: "公開年:"
    type: text
    hint: "公開年は省略可能ですが、必要に応じて記載してください。"
  complement:
    label: "補足:"
    type: text
    height: 15
  hint3:
    type: static
    value: "**「Save」をクリックして保存した後、ファイルをアップロードできます。**"
  hint4:
    type: static
    value: "**ファイルを使用している記事のURLを記入してください。複数ある場合、URLごとに改行してください。**"
  used:
    type: text
    height: 5
    hint: "http://scp-jp.wikidot.com/scp-xxxx"
  revisions:
    label: "修正履歴:"
    type: text
    height: 5
    hint: "サイトスタッフが利用します"

[[/form]]
[[/div]]
[[module css]]
.form-value.field-firstpub {
  display: inline-block;
}

.form-row {
  line-height: 3em;
}

.form-table {
  border-spacing: 0px;
}

.row-1 .form-values,
.row-4 .form-values {
  background: rgba(255, 0, 0, 0.01);
}

.row-2, .row-4, .row-5, .row-7 {
  background: rgba(0, 0, 0, 0.05);
}

.row-3, .row-6 {
  background: rgba(0, 0, 0, 0.0);
}

.row-0 .form-label {
  font-size: 0px;
}

.row-0 .form-label::after {
  font-size: .8rem;
  content: "ページタイトル:";
  display:inline;
}

.customquote {
  text-align: left;
  display: inline-block;
  margin: 1em auto;
  border-left: solid 2px gray;
  padding-left: 1em;
  line-height: 3em;
}

@media(max-width:768px) {
  .form-labels, .form-values {
    display: block;
  }
}

/* [name="page-top"][target="_blank"]は、ページ編集時のみ現れます */
[name="page-top"][target="_blank"] + #container-wrap-wrap #action-area > h1:first-child {
    font-size: 0;
}
[name="page-top"][target="_blank"] + #container-wrap-wrap #action-area > h1:first-child::before {
    content: 'ファイル情報の入力';
    font-size: 1.5rem;
}

.row-10, .row-11 {
  display: none;
}

/* 修正履歴 */
.row-12 {
  display: none;
}
[[/module]]
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License