クレジット付き評価モジュール:style
このページはコンポーネントページです
クレジット付き評価モジュールを構成するシステムページです。
許可なく編集しないでください。編集が必要だと思われる場合は、このページのディスカッションか、サイトスタッフまでご連絡ください。

使用に関する規定
以下の2つのページは、カスタムテーマページ等、Wikiの仕様上やむを得ない事情がない限り使用しないでください。
使用されていた場合、予告なく通常のページをincludeするよう置き換えられる場合があります。

クレジット付き評価モジュール

開発:

改良:

使い方:
このコードは評価モジュールの代わりに使われます。
[[include credit:start]]
**タイトル:** SCP-XXX - タイトル
**著者:** [[*user 作者のアカウント名]]
**オリジナル:** オリジナル記事へのリンク
**訳者:** [[*user 訳者のアカウント名]]
**画像:** ライセンスがある画像のクレジット
[[include credit:otherwise-start]]
新しいウィンドウで現れる選択的クレジットを表記する場所です。略すには「[[include credit:otherwise-start]]と[[include credit:otherwise-end]]」を消してください。
@@[[include credit:otherwise-end]]
[[include credit:end]]

注意:ページのプレビューからページを保存するまでモジュールが正しく表示されないことがあります。それはバグではありません。

@import url("https://pseudo-scp-jp.wdfiles.com/local--code/sigma-10%3Ainfo%3Astyle/1");
@import url("https://cdnjs.cloudflare.com/ajax/libs/cc-icons/1.2.1/css/cc-icons.min.css");
 
.creditButton p a:hover {
    color: #966;
}
 
/* JP localize (nest credit module) */
.creditRate .page-rate-widget-box {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
 
.page-rate-widget-box span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    box-sizing: border-box;
}
 
.credit-license {
    width: 100%;
    height: 5px;
    display: flex;
    justify-content: flex-end;
}
 
.credit-license a.cc {
    margin-right: 1em;
    font-size: 30px;
    color: #444;
    text-decoration: none;
}
 
.rate-box-with-credit-button {border: none;}
 
ul.creditRate>li.rateBox>ul {
    display: none;
}
 
.modalbox .modalbox-title {
    text-align: center;
}
 
.creditRate::before {
    display: none;
}
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License