SID-01113: Doing INCLUDE inside bullet of page with bullets problem
| Status: |
Answered |
TWiki version: |
5.0.1 |
Perl version: |
5.8 |
| Category: |
CategoryEditing |
Server OS: |
Redhat Enterprise Linux 5.5 |
Last update: |
15 years ago |
I have two pages. One has a small list of numbered items.
The other page has a long list of numbered items. Inside that list is a sub-bullet with an INCLUDE to the first page. I was expecting the small page to be a list of indented items in the first page's list.
Example of expected:
- item a
- item b
- Sub items from include page follow
- hello
- test
- item c
- item d
Instead I get:
- item a
- item b
- Sub items from include page follow
- hello
- test
I've tried various things without success. some of the wiki markup:
1 Determine the appropriate datastore for your virtual machine
* Hereafter referred to as _datastore_
* From Picking a Datastore
| %INCLUDE{"PickingADatastore"}% |
1 Start your vSphere client and login to
Doing this in Confluence (trying to convert from that wiki) was easy. Any particular way to do it in Twiki?
--
RodneyBeede - 2011-02-18
Discussion and Answer
TWiki does not alter the bullet level when including another topic, see docs at
VarINCLUDE. The upcoming TWiki-5.1 will have
RelativeHeadingLevelsforSEARCH.
Feel free do post a similar feature request for relative bullets in
TWikiFeatureProposals. TWiki is open source software where people take
and give. If you are a coder we'd love you to
GettingInvolved. Or you could hire a one of the
TWikiConsultants to code it for you.
--
PeterThoeny - 2011-02-18
PS: As a workaround, include a page that has bullets that start at level 3.
--
PeterThoeny - 2011-02-18
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.