This is a TEST page to show the various cases of page-names with, or without spaces, the handling of camel-case and english plurals.
More info TextFormattingRules, WikiNames
More info TextFormattingRules, WikiNames
Following properties will influence how JSPWiki handles page-names:
jspwiki.breakTitleWithSpaces | false | Page titles are rendered using an extra space between every capital letter. |
jspwiki.translatorReader.camelCaseLinks | true | Consider "traditional" WikiNames (that is, names of pages JustSmashedTogether without square brackets) as hyperlinks. It will also recognise URL's and convert them to hyperlinks. |
jspwiki.translatorReader.matchEnglishPlurals | true | "WikiName" and "WikiNames" are considered equal when linking between them. This property can be overruled on an individual page. |
Create page WITHOUT spaces (camel-case) which is the normal case
- Pagename: TestWikiPageNamesCamel
- TestWikiPageNamesCamel
- testWikiPageNamesCamel (first letter lowercase)
- testwikipagenamescamel (all lower case)
- testWikipageNamescamel (mix upper/lower case)
- Test Wiki Page Names Camel (with spaces)
- Test Wiki PageNamesCamel (mix spaces, camel-case)
- Note: creating testWikiPageNamesCamel starting with a lower case, will still create a page TestWikiPageNamesCamel
Create page WITH spaces: link to this page must match exactly with the original name of the page
- Pagename: Test Wiki Page Names Spaced
Create 2 pages with similar names: WITH and WITHOUT spaces: not recommended
- Pagename: Test Wiki Page Names Twins
- Pagename: TestWikiPageNamesTwins
- Note: your need to first create the page with spaces, otherwise JSPWiki will always access the page without spaces, and not allow you to make the page with spaces in its name.
- The link with spaces Test Wiki Page Names Twins will link to TestWikiPageNamesTwins as long as there is no page with spaces named Test Wiki Page Names Twins
Automatic CamelCase and URL link expansion only if jspwiki.translatorReader.camelCaseLinks is true (Note: this page sets the camelCaseLinks variable to TRUE for testing)
- These links are generated from normal text, without [link markup]
- TestWikiPageNamesCamel: works only with camel-case page names
- TestWikiPageNamesSpaced: NOK, cause this page has spaces
- https://jspwiki-wiki.apache.org
PAGE with or without ending s only if jspwiki.translatorReader.matchEnglishPlurals is true
- Pagename: TestWikiPageNameSingular
- Pagename: TestWikiPageNamePlurals