바뀜

84 바이트 추가됨 ,  2020년 8월 3일 (월) 21:50
잔글
18번째 줄: 18번째 줄:  
{
 
{
 
"params": {
 
"params": {
"limit": {
+
"align": {
 +
"label": "위치",
 +
"description": "목차가 표시될 위치입니다. 별다른 이유가 없다면 왼쪽에 둡니다.",
 +
"example": "left, right",
 +
"type": "string",
 +
"default": "left",
 +
"autovalue": "",
 +
"suggested": true
 +
},
 +
"width": {
 +
"label": "폭",
 +
"example": "200px",
 +
"type": "number"
 +
},
 +
"깊이": {
 
"aliases": [
 
"aliases": [
"1"
+
"1",
 +
"limit"
 
],
 
],
"label": "깊이",
   
"description": "지정된 깊이 미만으로 목차를 제한합니다.",
 
"description": "지정된 깊이 미만으로 목차를 제한합니다.",
 
"example": "3",
 
"example": "3",
28번째 줄: 42번째 줄:  
"default": "3",
 
"default": "3",
 
"autovalue": "3",
 
"autovalue": "3",
"suggested": true
  −
},
  −
"align": {
  −
"label": "위치",
  −
"description": "목차가 표시될 위치입니다. 별다른 이유가 없다면 왼쪽에 둡니다.",
  −
"example": "left, right",
  −
"type": "string",
  −
"default": "left",
  −
"autovalue": "",
   
"suggested": true
 
"suggested": true
 
}
 
}
43번째 줄: 48번째 줄:  
"format": "inline",
 
"format": "inline",
 
"paramOrder": [
 
"paramOrder": [
"limit",
+
"깊이",
"align"
+
"align",
 +
"width"
 
]
 
]
 
}
 
}
 
</templatedata>
 
</templatedata>