Unanswered how do you create links in wiki page?

  • 3 สิงหาคม 2555 14:03
     
     

    I have created a wiki library and if I upload say 5 different wiki pages using MS word and publish it as html pages to wiki library, how do I create links withevery page to all these pages - meaning, If I open a page , I want to create a link within that page to the next page..i know that there is an option of using [[pageName]] style, but then the down side of this would be the word within that bracket should be the page name. In most of the scenarios that will not be the case! I want to say something like.."Click Next" and then the person will be directed to another page with a different name..How should I go about achieving this?

    Hope I made myself clear!

    Please help!!

ตอบทั้งหมด

  • 3 สิงหาคม 2555 15:49
     
      มีโค้ด

    Not sure about the word integration part but if you're looking to create custom links in a wiki library you can use the following syntax:   [[page name|friendly link text]]

    For instance, if you're on Page 1.aspx and want a link to Page 2.aspx that says "Click Next" it would look like this:

    [[Page 2|Click Next]]

    Hope that helps!