テンプレート:Color sample

提供: miniwiki
2018/8/3/ (金) 08:24時点におけるAdmin (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

view edit Documentation

サイズ指定可能なインラインカラーボックス。

使い方

サイズ指定無し
  • {{Color sample|red}} 表示結果
  • {{Color sample|#00FF00}} 表示結果
  • {{Color sample|{{Independent (politician)/meta/color}}}} 表示結果
サイズ指定有り
  • {{Color sample|red|size=0.5em}} 表示結果
  • {{Color sample|#00FF00|size=25px}} 表示結果

TemplateData

これは新しいビジュアルエディターにより使用されるテンプレートのためのTemplateData文書です。

Color sample

<templatedata> {

   "description": "サイズ指定可能なインラインカラーボックス",
   "params": {
       "1": {
           "label": "1",
           "description": "色",
           "type": "string",
           "required": true
       },
       "size": {
           "label": "size",
           "description": "縦・横のサイズ",
           "type": "string",
           "default": "1em",
           "required": false
       },
       "border": {
           "label": "border",
           "description": "ボーダー",
           "type": "string",
           "default": "black",
           "required": false
       }
   }

} </templatedata>

カテゴリ

このテンプレートが貼り付けられたページに適用するカテゴリはありません

関連項目