|
META TOPICPARENT |
name="WebHome" |
Create New Topic in TWiki Web |
| }
/* check if current input is a valid WikiWord */ |
|
< < | var noSpaceName = removeSpacesAndPunctiation(inputForTopicName); |
> > | var noSpaceName = removeSpacesAndPunctuation(inputForTopicName); |
|
/*
if necessary, create a WikiWord from the input name |
| */
var wikiWordName = noSpaceName;
if (userAllowsNonWikiWord) { |
|
< < | wikiWordName = removeSpacesAndPunctiation(capitalize(inputForTopicName)); |
> > | wikiWordName = removeSpacesAndPunctuation(capitalize(inputForTopicName)); |
| }
if (userAllowsNonWikiWord) { |
|
< < | wikiWordName = removeSpacesAndPunctiation(capitalizeSentence(inputForTopicName)); |
> > | wikiWordName = removeSpacesAndPunctuation(capitalizeSentence(inputForTopicName)); |
| }
if (inShouldConvertInput) { |
| |
|
< < |
View templates |
> > |
View templates |
| <--/twikiFormStep-->
|
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria?
Send feedback Note: Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.WebTopicCreator.