Media Wiki 따라하기 - ohipark/btstack GitHub Wiki


Table of Contents

참고자료


1. Table 예제

1.1. 테이블 만들기 따라하기

{| class="wikitable" style="margin:auto"
|+ Caption text
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}

1.2. 테이블 제목 및 헤드 정보 구분해서 작성하기

Caption text
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example

1.3. 테이블 칸 내에서 문장의 줄 바꾸기

{| class="wikitable" style="margin:auto"
!rowspan"2"|Orange
|Apple
|Pie
|-
|Pie
|Pie2
|-
|Butter
|Butter2
|Ice<br/>cream
|}
Orange Apple Pie
Pie Pie2
Butter Butter2 Ice
cream

1.4. 테이블 정렬하기

{| class="wikitable" style="margin:auto"
{|
! style="text-align:left;"| Item !! style="text-align:center;" | Amount !!! style="text-align:right;" | Cost
|-
|Orange||10||7.00
|-
|Bread||4|||3.00
|-
|Butter||1||5.00
|-
!Total|
|
|15.00
|}

2. Image 예제

[https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Astronotus_ocellatus.jpg/800px-Astronotus_ocellatus.jpg 예제1 그림으로 보기]<br/>
예제1 그림으로 보기
---
⚠️ **GitHub.com Fallback** ⚠️