【发布时间】:2013-10-31 05:59:07
【问题描述】:
我已经完成了我的 mediawiki 侧边栏,如下所示。
*product1
**Welcome
**Introduction
**User Guide
*product2
**Welcome
**Introduction
**User Guide
我已经使用矢量扩展完成了这个,但我的要求是有一个像这样的 3 模型层次结构
*Product1
**Welcome
***Welcome1
***Welcome2
***Welcome3
**Introduction
***Introduction1
***Introduction2
***Introduction3
**User guide
***User guide1
***User guide2
***User guide3
该产品将有 3 个子链接,如 Welcome、introduction、UserGuide 、 Welcome 会有 Welcome1,WElcome2,welcome ,我想把它作为侧边栏中的第三层
【问题讨论】: