Widuri Insert Table

Dari widuri
Lompat ke: navigasi, cari

Cara menyisipkan tabel di Widuri. Berikut jenis-jenis tabelnya.

Profile

Nama Lengkap  : Monita Vibralita
NIM           : 1714491105
Status        : Mahasiswa Perguruan Tinggi Raharja
Agama         : Kristen
TTL           : Tangerang, 3 Oktober 1998
Alamat        : Jln. Pinus 6 no 13 blok d13 rt 001/rw 003 Pondok Rejeki, Kutabumi. Tangerang

Contact

Pengalaman Bekerja

  • April 2016 - Februari 2017 : PT. Perkasa Internusa Mandiri
  • Februari - Sekarang 2017  : PT. Bank Central Asia

Education History

  • 2004 - 2010  : SD Maria Mediatrix
  • 2010 - 2013  : SMP Maria Mediatrix
  • 2013 - 2016  : SMK Maria Mediatrix
  • 2017 - Sekarang : Perguruan Tinggi Raharja

Referensi

Monita Vibralita IME

Contributor

[Vibralita]

Tabel 7

{|
 |+ The table's caption
 ! scope="col" | Column heading 1
 ! scope="col" | Column heading 2
 ! scope="col" | Column heading 3
 |-
 | Cell 1 || Cell 2 || Cell 3
 |-
 | Cell A
 | Cell B
 | Cell C
 |}

hasil:

The table's caption
Column heading 1 Column heading 2 Column heading 3
Cell 1 Cell 2 Cell 3
Cell A Cell B Cell C


Tabel 8

{|
 |+ The table's caption
 ! scope="col" | Column heading 1
 ! scope="col" | Column heading 2
 ! scope="col" | Column heading 3
 |-
 ! scope="row" | Row heading 1
 | Cell 2 || Cell 3
 |-
 ! scope="row" | Row heading A
 | Cell B
 | Cell C
 |}

hasil :

The table's caption
Column heading 1 Column heading 2 Column heading 3
Row heading 1 Cell 2 Cell 3
Row heading A Cell B Cell C

Tabel 9

{| border="1"
 |+ The table's caption
 ! scope="col" | Column heading 1
 ! scope="col" | Column heading 2
 ! scope="col" | Column heading 3
 |-
 ! scope="row" | Row heading 1
 | Cell 2 || Cell 3
 |-
 ! scope="row" | Row heading A
 | Cell B
 | Cell C
 |}


hasil :

The table's caption
Column heading 1 Column heading 2 Column heading 3
Row heading 1 Cell 2 Cell 3
Row heading A Cell B Cell C

Tabel 10

{| border="1" class="wikitable"
 |+ The table's caption
 ! Column heading 1
 ! Column heading 2
 ! Column heading 3
 |-
 ! Row heading 1
 | Cell 2 || Cell 3
 |-
 ! Row heading A
 | Cell B
 | Cell C
 |}

hasil :

The table's caption
Column heading 1 Column heading 2 Column heading 3
Row heading 1 Cell 2 Cell 3
Row heading A Cell B Cell C

Tabel 11

{|
 | A
 | B
 |-
 | C
 | D
 |}

hasil :

A B
C D

Table 12

{|
 | A || B
 |-
 | C || D
 |}

hasil:

A B
C D

Tabel 13

Multiplication Tabl

{| class="wikitable" style="text-align:center; width:200px; height:200px;"
 |+ Multiplication table
 |-
 ! ×
 ! 1
 ! 2
 ! 3
 |-
 ! 1
 | 1 || 2 || 3
 |-
 ! 2
 | 2 || 4 || 6
 |-
 ! 3
 | 3 || 6 || 9
 |-
 ! 4
 | 4 || 8 || 12
 |-
 ! 5
 | 5 || 10 || 15
 |}

hasil :

Multiplication table
× 1 2 3
1 1 2 3
2 2 4 6
3 3 6 9
4 4 8 12
5 5 10 15

Tabel 14

{| style="width: 60%; height: 200px" border="1"
 |-
 | abc || def || ghi
 |- style="height: 100px;"
 | jkl || style="width: 200px;" | mno || pqr
 |-
 | stu || vwx || yz
 |}

hasil :

abc def ghi
jkl mno pqr
stu vwx yz

Tabel 15

{| cellpadding="2" style="border: 1px solid darkgray;"
 ! width="140" | Left
 ! width="150" | Middle
 ! width="130" | Right
 |- border="0"
 | [[File:StarIconBronze.png|120px]]
 | [[File:StarIconGold.png|120px|Caption when mouse-over image]]
 | [[File:StarIconGreen.png|120px|Green stellar icon]]
 |- align="center"
 | Bronze star || Gold star || Green star
 |}

hasil :

Left Middle Right
120px Caption when mouse-over image Green stellar icon
Bronze star Gold star Green star

Tabel 16

{| cellpadding="2" style="border: 1px solid darkgray;"
 ! width="140" | Left
 ! width="150" | Middle
 ! width="130" | Right
 |- align="center"
 | style="border: 1px solid blue;"|
 [[File:StarIconBronze.png|120px]]
 | style="border: 1px solid #777777;"|
 [[File:StarIconGold.png|120px|Caption when mouse-over image]]
 | style="border: 1px solid #22AA55;"|<!--greenish border-->
 [[File:StarIconGreen.png|120px|Green stellar icon]]
 |- align="center"
 |Bronze star || Gold star || Green star
 |}

hasil:

Left Middle Right

120px

Caption when mouse-over image

Green stellar icon

Bronze star Gold star Green star

Tabel 17

This paragraph is before the table.  Lorem ipsum dolor sit
 amet, consectetur adipisicing elit, sed do eiusmod...

 {| style="float: right;" border="1"
 | Col 1, row 1
 | rowspan="2" | Col 2, row 1 (and 2)
 | Col 3, row 1
 |-
 | Col 1, row 2
 | Col 3, row 2
 |}

 Note the floating-table to the right.

 This paragraph is after the table.  The text in column 2
 will span both rows due to format specifier "rowspan=2" so there
 is no coding for "Col 2" in the 2nd row, just: Col 1 & Col 3.

hasil : This paragraph is before the table. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod...

Col 1, row 1 Col 2, row 1 (and 2) Col 3, row 1
Col 1, row 2 Col 3, row 2

Note the floating-table to the right.

This paragraph is after the table. The text in column 2 will span both rows due to format specifier "rowspan=2" so there is no coding for "Col 2" in the 2nd row, just: Col 1 & Col 3.

Tabel 18

Text before table...
 {| class="wikitable" style="margin: 1em auto 1em auto;"
 |+ '''Cells left-aligned, table centered'''
 ! scope="col" | Duis
 ! scope="col" | aute
 ! scope="col" | irure
 |-
 | dolor  || in reprehenderit || in voluptate velit
 |-
 | esse cillum dolore || eu fugiat nulla || pariatur.
 |}
 ...text after table

hasil : Text before table...

Cells left-aligned, table centered
Duis aute irure
dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur.

...text after table

Tabel 19

{| border="1"
 | α
 | style="text-align: center;"| cell2
 {| border="2" style="background: #ABCDEF;" <!-- The nested table must be on a new line -->
 | NESTED
 |-
 | TABLE
 |}
 | style="vertical-align:bottom;"| the original table again
 | style="width:100px;" |
 {| border="2" style="background: #ABCDEF;"
 | A
 |}
 {| border="2" style="background: #ABCDEF;"
 | B || B
 |}
 | style="width:50px;" |
 {| border="2" style="background: #ABCDEF; float:left;"
 | C
 |}
 {| border="2" style="background: #ABCDEF; float: right;"
 | D
 |}
 |}

hasil :

α cell2
NESTED
TABLE
the original table again
A
B B
C
D


Tabel 20

<div style="width: 75%; height:10em; overflow:auto; border: 2px solid #088">
 {| style="width: 75%; height: 200px" border="1"
 |-
 | abc || def || ghi
 |- style="height: 100px;"
 | jkl || style="width: 200px;" | mno || pqr
 |-
 | stu || vwx || yz
 |}
 </div>

hasil :

abc def ghi
jkl mno pqr
stu vwx yz


Tabel 21

{|
 | style="background: red; color: white" | abc
 | def
 | bgcolor="red" | <font color="white"> ghi </font>
 | jkl
 |}

hasil :

abc def ghi jkl


Tabel 22

{| style="background: yellow; color: green"
 |-
 | stu || style="background: silver" | vwx || yz
 |- style="background: red; color: white"
 | stu || style="background: silver" | vwx || yz
 |-
 | stu || style="background: silver" | vwx || yz
 |}

hasl :

stu vwx yz
stu vwx yz
stu vwx yz


Tabel 23

{| style="color:white"
 |-
 | bgcolor="red"|cell1 || width="300" bgcolor="blue"|cell2
 | bgcolor="green"|cell3
 |}

hasil :

cell1 cell2 cell3

Tabel 24

{| border="1" cellpadding="2" width="400"
 |- valign="top"
 ! scope="row" width="10%" | Row heading
 | width="70%" | A longer piece of text. Lorem ipsum...
 | width="20%" | short text
 |- valign="top"
 ! scope="row" | Row heading
 | Excepteur sint occaecat...
 | short text
 |}

hasil :

Row heading A longer piece of text. Lorem ipsum... short text
Row heading Excepteur sint occaecat... short text

Tabel 25

{| border="1" cellpadding="2"
 |-
 | Cell content that is not indented || 1
 |-
 | style="padding-left: 2em" | Indented content || 2
 |}

hasil :

Cell content that is not indented 1
Indented content 2

Tabel

{| border="1" cellpadding="2"
 ! scope="col" width="50px" | Name
 ! scope="col" width="225px" | Effect
 ! scope="col" width="225px" | Games found in
 |-
 | Poké Ball || Regular Poké Ball || All versions
 |-
 | Great Ball || Better than a Poké Ball || All versions
 |}

hasil :

Name Effect Games found in
Poké Ball Regular Poké Ball All versions
Great Ball Better than a Poké Ball All versions

Tabel 26

{| border="1" cellpadding="2"
 |-
 | width="100pt" | This column is 100 points wide
 | width="200pt" | This column is 200 points wide
 | width="300pt" | This column is 300 points wide
 |-
 | blah || blih || bluh
 |}

hasil :

This column is 100 points wide This column is 200 points wide This column is 300 points wide
blah blih bluh

style=white-space:nowrap

Tabel 27

Text before centered table...
 {| border="1" cellpadding="5" cellspacing="0" align="center"
 |+ '''An example table'''
 |-
 ! style="background: #efefef;" | First header
 ! colspan="2" style="background: #ffdead;" | Second header
 |-
 | upper left
 |  
 | rowspan="2" style="border-bottom: 3px solid grey;" valign="top" |
 right side
 |-
 | style="border-bottom: 3px solid grey;" | lower left
 | style="border-bottom: 3px solid grey;" | lower middle
 |-
 | colspan="3" align="center" |
 Text before a nested table...
 {| border="0"
 |+ ''A table in a table''
 |-
 | align="center" width="150" | [[File:Wiki.png]]
 | align="center" width="150" | [[File:Wiki.png]]
 |-
 | align="center" colspan="2" style="border-top: 1px solid red;<!--
   --> border-right: 1px solid red; border-bottom: 2px solid red;<!--
   --> border-left: 1px solid red;" |
 Two Wikipedia logos
 |}
 ...text after a nested table
 |}
 ...text after centered table

hasil : Text before centered table...

An example table
First header Second header
upper left  

right side

lower left lower middle

Text before a nested table...

A table in a table
Berkas:Wiki.png Berkas:Wiki.png

Two Wikipedia logos

...text after a nested table

...text after centered table


Tabel 28

{| style="float: right; border: 1px solid #BBB; margin: .46em 0 0 .2em;"
 |- style="font-size: 86%;"
 | valign="top" |[[File:DuraEuropos-TempleOfBel.jpg|180px]]<!--
   --><br /> Temple of [[Bel (mythology)|Bel]] (floating).
 |}

hasil :

180px
Temple of Bel (floating).


Tabel 29

colspan rowspan

{| border="1" cellpadding="5" cellspacing="0"
 |-
 | Column 1 || Column 2 || Column 3
 |-
 | rowspan="2" | A
 | colspan="2" style="text-align: center;" | B
 |-
 | C <!-- column 1 occupied by cell A -->
 | D
 |-
 | E
 | rowspan="2" colspan="2" style="text-align: center;" |F
 |-
 | G <!-- column 2+3 occupied by cell F -->
 |-
 | colspan="3" style="text-align: center;" | H
 |}

hasil :

Column 1 Column 2 Column 3
A B
C D
E F
G
H

Tabel 30

desimal

{| cellpadding="0" cellspacing="0"
 | align="right" | 432 || .1
 |-
 | align="right" | 43 || .21
 |-
 | align="right" | 4 || .321
 |}

hasil:

432 .1
43 .21
4 .321

Tabel 31

{| border="1" cellpadding="4" cellspacing="2"
 |
 {| cellpadding="0" cellspacing="0" width="100"
 | align="right" width="50%"| 432 || width="50%" | .1
 |}
 |-
 |
 {| cellpadding="0" cellspacing="0" width="100"
 | align="right" width="50%"| 43 || width="50%" | .21
 |}
 |-
 |
 {| cellpadding="0" cellspacing="0" width="100"
 | align="right" width="50%" | 4 || width="50%" | .321
 |}
 |}

hasil :

432 .1
43 .21
4 .321

Tabel 32

{| cellpadding="2"
 |+ Multiplication table
 |-
 ! scope="col" | ×
 ! scope="col" | 1
 ! scope="col" | 2
 ! scope="col" | 3
 |-
 ! scope="row" | 1
 | 1 || 2 || 3
 |-
 ! scope="row" | 2
 | 2 || 4 || 6
 |-
 ! scope="row" | 3
 | 3 || 6 || 9
 |-
 ! scope="row" | 4
 | 4 || 8 || 12
 |-
 ! scope="row" | 5
 | 5 || 10 || 15
 |}


hasil :

Multiplication table
× 1 2 3
1 1 2 3
2 2 4 6
3 3 6 9
4 4 8 12
5 5 10 15


Tabel 33

{| class="wikitable"
 |+ Multiplication table
 |-
 ! scope="col" | ×
 ! scope="col" | 1
 ! scope="col" | 2
 ! scope="col" | 3
 |-
 ! scope="row" | 1
 | 1 || 2 || 3
 |-
 ! scope="row" | 2
 | 2 || 4 || 6
 |-
 ! scope="row" | 3
 | 3 || 6 || 9
 |-
 ! scope="row" | 4
 | 4 || 8 || 12
 |-
 ! scope="row" | 5
 | 5 || 10 || 15
 |}

hasil :

Multiplication table
× 1 2 3
1 1 2 3
2 2 4 6
3 3 6 9
4 4 8 12
5 5 10 15

Tabel 34

{| class="wikitable" style="font-style:italic; font-size:120%; border: 3px dashed red;"
 |+ Multiplication table
 |-
 ! scope="col" | ×
 ! scope="col" | 1
 ! scope="col" | 2
 ! scope="col" | 3
 |-
 ! scope="row" | 1
 | 1 || 2 || 3
 |-
 ! scope="row" | 2
 | 2 || 4 || 6
 |-
 ! scope="row" | 3
 | 3 || 6 || 9
 |-
 ! scope="row" | 4
 | 4 || 8 || 12
 |-
 ! scope="row" | 5
 | 5 || 10 || 15
 |}


hasil ;

Multiplication table
× 1 2 3
1 1 2 3
2 2 4 6
3 3 6 9
4 4 8 12
5 5 10 15


klik Tutorial Widuri


Sumber

Wikipedia