{{TabberType2
|id = tabber id <- optional
|tab1 = First Tab Name
|content1 = Content for first tab
|tab2 = Second Tab Name
|content2 = Content for second tab
|tabn = nth Tab Name
|contentn = Content for nth tab
}}

example:

{{TabberType2
|id = utaitename-songlist
|tab1 = Original Songs
|content1 = 
{{Playlist|content=
# “Song Title” {{yt|123456789}}{{nnd|sm9}} (Accoustic ver.) {{feat|[[Test]]}}{{feat|{{VW|test|test2}} (2025.01.01)
…
}}
|tab2 = Covered Songs
|content2 = 
{{Playlist|content=
# “Song Title” {{yt|123456789}}{{nnd|sm9}} (Accoustic ver.) {{feat|[[Test]]}}{{feat|{{VW|test|test2}} (2025.01.01)
…
}}
|tab3 = TmBox
|hide3 = true
|content3 = 
{{Playlist|content=
# “[<https://tmbox> Song Title]” (2014.01.01)
…
}}
}}