Test /
InterMapLinks
Testing intermap links...
Comparison of links to wiki pages to prefixed links. Compare:
- The link targets, i.e. the destination target of the link
- The link text, i.e. how the link appears
Links without square brackets:
- Link targets: Simply writing
InterMapLinks
doesn't by default result in a link. (no camel case, thank god...). 'PrefixTest?:'.. on the other hand does result in a link. Otherwise 'http:'... wouldn't work. Recently I did actually run into a situation where I didn't want it to work. I'd written: - Link texts: Both cases show what you wrote, although only one is a link.
* InterMapLinks * PrefixTest:InterMapLinks |
Links within square brackets:
- Link targets: Identical
- Link texts: Different.
* [[InterMapLinks]] * [[PrefixTest:InterMapLinks]] |
Making the link texts identical:
- Link targets: Identical
- Link texts: Identical
* [[InterMapLinks]] * [[(PrefixTest:)InterMapLinks]] |
Links with link texts containing spaces:
- Link targets: Not identical, the prefixed link has a '%20' in the target URI :-(. Inserting the %20 is good sometimes and not good at other times. Maybe have this controlled via some option?
- Link texts: Identical (through the use of parenthesis)
* [[InterMap links]] * [[(PrefixTest:)InterMap links]] |
Strange prefixed link, resulting in a possible bug??
- The result is two links... !
* PrefixTest:[[InterMap links]] |
What happens to spaces when the prefix links is outside brackets?
* PrefixTest:InterMap links |
|