Tools 是非官方社区Wiki。社区文档正在编写中,欢迎参与。 Wiki编辑答疑群:717421103
版本250722.2
全站通知:

模板:UL

来自WIKI实验室WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
  • 使用<ul><li>标签创建一个无序列表
使用 输出
{{UL
|111
|222
|333
}}
{{UL
|1=111
|2=222
|3=333
}}
  • 111
  • 222
  • 333
{{UL
|111
|222{{UL
|444
|555
|666
}}
|333
}}
  • 111
  • 222
    • 444
    • 555
    • 666
  • 333
{{UL
|attr=style="background:yellow;"
|111
|222|2attr=class="example" style="color:red;"
|333
}}
{{UL
|attr=style="background:yellow;"
|1=111
|2=222|2attr=class="example" style="color:red;"
|3=333
}}
  • 111
  • 222
  • 333