Sandbox:WebHome: Difference between revisions
From Tenetti
oldwiki>ProjectContributor Imported from Foswiki (version 1) |
m 1 revision imported |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<code> !! %MAKETEXT{"Welcome to the [_1] web" args</code>"{{NAMESPACE}}"}% = | <code> !! %MAKETEXT{"Welcome to the [_1] web" args</code>"{{NAMESPACE}}"}% = | ||
%MAKETEXT{"The [''1] web is the sandbox you can use for testing. Everybody is welcome to add or delete some stuff. It is recommended to walk through the [''2] to get a jumpstart on the [''3] tool. A good rule of thumb is to add at the end of the page and sign and date it with your [''4]." args="<b>{{NAMESPACE}}</b>,%SYSTEMWEB%.[[TwentyMinuteTutorial]],%WIKITOOLNAME%,%SYSTEMWEB%.[[WikiName]]"}% | %MAKETEXT{"The [''1] web is the sandbox you can use for testing. Everybody is welcome to add or delete some stuff. It is recommended to walk through the [''2] to get a jumpstart on the [''3] tool. A good rule of thumb is to add at the end of the page and sign and date it with your [''4]." args="<b>{{NAMESPACE}}</b>,%SYSTEMWEB%.[[Sandbox:TwentyMinuteTutorial]],%WIKITOOLNAME%,%SYSTEMWEB%.[[Sandbox:WikiName]]"}% | ||
<!-- | <!-- | ||
To include a custom "create new topic" form on a page, see %SYSTEMWEB%.[[WebCreateNewTopicComponents]] | To include a custom "create new topic" form on a page, see %SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]] | ||
--> | --> | ||
%TWISTY{ | %TWISTY{ | ||
| Line 14: | Line 14: | ||
}% | }% | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="js" | section="js" | ||
}% | }% | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="formstart" | section="formstart" | ||
}% | }% | ||
| Line 24: | Line 24: | ||
<div class="foswikiFormStep"> | <div class="foswikiFormStep"> | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="topicname" | section="topicname" | ||
newtopic="" | newtopic="" | ||
| Line 30: | Line 30: | ||
}% | }% | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="topicnamefeedback" | section="topicnamefeedback" | ||
}% | }% | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="wikiword" | section="wikiword" | ||
}% | }% | ||
<div>%INCLUDE{ | <div>%INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="errorfeedback" | section="errorfeedback" | ||
}%</div> | }%</div> | ||
<input type<code>'hidden' name</code>'topicparent' value='%BASETOPIC%'/> | <input type<code>'hidden' name</code>'topicparent' value='%BASETOPIC%'/> | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="submit" | section="submit" | ||
}% | }% | ||
| Line 49: | Line 49: | ||
</div> | </div> | ||
%INCLUDE{ | %INCLUDE{ | ||
"%SYSTEMWEB%.[[WebCreateNewTopicComponents]]" | "%SYSTEMWEB%.[[Sandbox:WebCreateNewTopicComponents]]" | ||
section="formend" | section="formend" | ||
}% | }% | ||
| Line 59: | Line 59: | ||
<!-- | <!-- | ||
* Set ALLOWTOPICCHANGE = %USERSWEB%.[[AdminGroup]] | * Set ALLOWTOPICCHANGE = %USERSWEB%.[[Sandbox:AdminGroup]] | ||
--> | --> | ||
Latest revision as of 12:29, 28 November 2025
!! %MAKETEXT{"Welcome to the [_1] web" args""}% =
%MAKETEXT{"The [1] web is the sandbox you can use for testing. Everybody is welcome to add or delete some stuff. It is recommended to walk through the [2] to get a jumpstart on the [3] tool. A good rule of thumb is to add at the end of the page and sign and date it with your [4]." args=",%SYSTEMWEB%.Sandbox:TwentyMinuteTutorial,%WIKITOOLNAME%,%SYSTEMWEB%.Sandbox:WikiName"}%
%TWISTY{
showlink="%MAKETEXT{"Create New Topic"}%"
showimgleft="%ICONURLPATH{"add"}%"
hidelink="%MAKETEXT{"hide form"}%"
hideimgleft="%ICONURLPATH{"toggleclose"}%"
linkclass="foswikiButton"
mode="div"
}% %INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="js"
}% %INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="formstart"
}%
%INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="topicname" newtopic="" placeholder="%MAKETEXT{"Topic name"}%"
}% %INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="topicnamefeedback"
}% %INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="wikiword"
}%
%INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="errorfeedback"}%
<input type'hidden' name'topicparent' value='%BASETOPIC%'/>
%INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="submit"
}%
%INCLUDE{
"%SYSTEMWEB%.Sandbox:WebCreateNewTopicComponents" section="formend"
}% %ENDTWISTY%