Template:Tip/doc/ko
사용법
{{Tip|text=Foo}} {{Tip|type=info|text=Foo}} {{Tip|type=reminder|text=Foo}} {{Tip|type=reminder|text=여러<br>줄의<br>텍스트}} {{Tip|type=warn|text=Foo}} {{Tip|type=error|text=Foo}} {{Tip}} 느슨한 테스트 * Text {{Tip|inline=1|text=Foo}}
Foo
Foo
Foo
여러
줄의
텍스트
줄의
텍스트
Foo
Foo
팁: 느슨한 테스트
- Text Foo
변수
Adds a framed tip/notice/warning with an icon .
Parameter | Description | Type | Status | |
---|---|---|---|---|
Content | content text 1 | Text to display as a tip. | Content | required |
Type | type 2 | Kind of tip importance. That changes the background color and the icon.
| String | suggested |
Inline | inline | Whether to allow some text to be displayed on the same line.
| Boolean | optional |