how to add show children display micro as numbered list

Jian Zhang August 24, 2017

For now, children display macro is shown as

  • xxxx
  • xxxx
  • xxxx

Can we use following format?

  1. xxxx
  2. xxxx
  3. xxxx

3 answers

1 accepted

0 votes
Answer accepted
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 24, 2017

Hi Jian,

I've never heard of such a functionality. Why do you need this? Maybe there's another solution for your problem.

Jian Zhang August 24, 2017

Thanks for your reply. Here is my scenario:

I created a parent confluence page called 'all missions', and there are several teams creating their mission page under it.   I'd like to give unique readable id for each children page, because we have another system want to link those missions,  mission name is too long, we prefer to have id for each mission

 BTW, i don't want to add ID manually because they are too many. 

Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 25, 2017

Hi Jian,

each Confluence page has an id, but often, it is not visible. You can see this id e.g. if you edit a page (look at the url).

You can get the page id with a user macro that ouputs:

$content.getIdAsString()

Put that macro on every page and then you can create links to the pages:

An external link to the page with the page id 123456 looks like that

http://<your-confluence-url>/pages/viewpage.action?pageId=123456

Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 25, 2017

There is also another short URL, you can use. Klick on "Link to this page...":

image.png

There you see a "Tiny Link". Maybe this is good for your purpose.

Jian Zhang August 27, 2017

thanks. it is very helpful

Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 28, 2017

You're welcome :-)

If you think, your question is answered, please mark it as answered, so other user may find answered questions more easy.

3 votes
Myleen Bacarra June 26, 2020

How about a simple numbered list rather than page ID?

2 votes
Lena Liow July 2, 2018

any other solution for this?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events