メニューを切り替える
Toggle preferences menu
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「テンプレート:Spoil/doc」の版間の差分

提供:Sleeping Cocoon-wiki
テンプレート>Pneuma
編集の要約なし
 
ページの作成:「{{doc/start}} This is a general-purpose template, used to hide any spoiler text related to the overarching story of the game. Text is hidden and may be clicked to reveal, and an option to allow hovering as well in case of links being hidden.」
1行目: 1行目:
{{documentation header}}
{{doc/start}}
{{Uses TemplateStyles|Template:Spoil/styles.css}}
This is a general-purpose template, used to hide any spoiler text related to the overarching story of the game. Text is hidden and may be clicked to reveal, and an option to allow hovering as well in case of links being hidden.
{{Uses JavaScript|MediaWiki:Spoil.js}}
{{ported template|[https://astroneer.fandom.com/wiki/Template:Spoil Template:Spoil]|[https://astroneer.fandom.com/wiki/ Astroneer Wiki]}}
{{shortcut|ネタバレワード}}
このテンプレートは、ゲームのストーリーに関連するネタバレを隠すための汎用的なテンプレートです。テキストは隠され、クリックすることで表示されます。
 
==使用方法==
<pre>
{{Spoil|Text Here}}
</pre>
{{Spoil|Text Here}}
 
==マウスを重ねる時に有効になる方法==
<pre>
{{Spoil|[[エンダードラゴン]]はラスボスです|hover=y}}
</pre>
{{Spoil|[[エンダードラゴン]]はラスボスです|hover=y}}
 
==TemplateData==
{{TemplateDataHeader}}
<templatedata>
{
"params": {
"1": {
"label": "Wikiテキスト",
"description": "隠す内容",
"type": "unbalanced-wikitext",
"required": true
},
"hover": {
"description": "なにか文字列を指定すると、マウスホバーで表示できるようにする。",
"default": "y"
},
"class": {
"label": "クラス",
"description": "CSSのクラス"
},
"id": {
"label": "ID",
"description": "CSSのID"
},
"css": {
"label": "CSS",
"description": "CSS"
},
"style": {
"label": "スタイル",
"description": "CSSスタイル"
}
},
"description": "このテンプレートは、ゲームのストーリーに関連するネタバレを隠すための汎用的なテンプレートです。テキストは隠され、クリックすることで表示されます。"
}
</templatedata>
 
<includeonly>
[[Category:文字装飾テンプレート]]
</includeonly>

2025年1月11日 (土) 10:47時点における版

テンプレート:Doc/start This is a general-purpose template, used to hide any spoiler text related to the overarching story of the game. Text is hidden and may be clicked to reveal, and an option to allow hovering as well in case of links being hidden.