Forum-to-wiki BBcode markup extension

Discussion in 'Wiki Discussion' started by Gene, Dec 15, 2013.

  1. Gene

    Gene Phantasmal Quasar

    I think it would be pretty cool if some Wiki markup made its way as BBcode extension, for closer Forum-Wiki integration.

    For example, a quick link to a Wiki page:

    Code:
    [[Matter Manipulator]]
    Would produce:

    Matter Manipulator

    More complex examples possible too, but this is good to start a discussion.
     
    Katzeus and RivetSpawn like this.
  2. The quickest thing I could whip up is:

    [wiki=Matter Manipulator]Matter Manipulator[/wiki] produces Matter Manipulator

    [wiki]Matter Manipulator[/wiki] or [[Matter Manipuator]] will require more work, as I don't think it's able to be done via simple BBCode replacement (the former might be with a bit more effort).
     
    Last edited: Dec 15, 2013
    sankto, Towwl and Katzeus like this.
  3. Gene

    Gene Phantasmal Quasar

    Matter Manipulator It works! :D

    Even more ideally, a button on the UI next to the regular Link would be great.

    Anyways, thanks!
     
    Last edited: Dec 15, 2013
    Katzeus likes this.
  4. Degraine

    Degraine Subatomic Cosmonaut

    One small suggestion: Can you make the generated links replace spaces with underscores?
     

Share This Page