edit button on the top right corner and in the bottom menu. Click on that button to go to the edit screen. This screen has a small formatting help at the top. Read it carefully to get to know the basic syntax of the wiki.
That's it. Now you know the basics and you can start editing topics. If you want to create topics with more advance (they look nicer in the end, and that's recommended), click on More formatting help and hints on good style in the edit screen.
Advanced editing: %ICON{iconname}% in the edit screen to place the deserved icon at the position you write the code. Replace iconname with the icon you want to display.
WikiWord. If you want to set a link to a topic simply write the WikiWord and the link will be created automatically.
Webname.TopicName. If you want to set a link to a topic which is in a different web than you're right now, you have to add Webname. infront of the WikiWord.
Note: Every group in the Technics web is a subweb. So links in between the technical groups would look like this: Technics.Webname.TopicName. HMI web and want to set a link to a topic called YourTopic in the Propulsion web. You have to type Technics.Propulsion.YourTopic.
Click here to list all webs in this wiki
Hide web list
[[LinkTarget][Click here!]]. LinkTarget is the topic the link leads to, Click here! is the text the user sees while reading the topic.
Other suggestions:
| You type | You get |
|---|---|
[[mailto:yourname@yourcompany.com][email me]] | email me |
[[http://twiki.vehicledesignsummit.org][The VDS Wiki]] | The VDS Wiki |
[[Main.TWikiGuest][%ICON{person}% My personal site]] | |
[Attach] button at the top or bottom of the topic you want to attach the file to.
[Browse] to find the file on your computer that you'd like to attach.
Create a link to the attached file. This create a link to the file in the topic (at the end (containing %ATTACHURL%), edit the topic to place it where ever you like). Images/pictures will be displayed.
Do not show attachment in table. The attached file will not be displayed in the table below the topic. This option might be useful if you just want to place pictures in your topic.
Upload button.
| E-mail | %USERINFO{"%TOPIC%" format="$emails"}% |). Don't worry, your email address is kept secret. This field is just visible for you and the administrators.
If you want to control the access to your personal topic, you can change the permissions. You'll find predefined permissions when you edit your topic. Simply remove the '#' to activate them. How to set permissions is described below.
* DD MMM YYYY - Event
It's recommended to use a WikiWord as event name. Then only the WikiWord will be displayed in the calendar with a hyperlink to the events topic.
Further information about adding events is provided in the "Add event" topic.
Contacts web. Accessible through the left bar.
To add new contacts to an existing database, click on its link. A topic containing a table should open now. At the bottom of the table is a small edit button (not the same one to edit a topic). Click on Add row, which will create a new row where you can enter the new contact.
If you want to modify existing contacts, follow the same procedure without clicking on Add row. You can just go and edit the contacts in the table by clicking on the specific field.
Once you're done, click on save.
If you want to create a new database, you have to create a new topic in the Contacts web. Give it a good name and link it on the WebHome site in the Contacts web.
Edit the new topic and paste the following code:
%EDITTABLE{header="| column1 | column2 | column3 |" format="| text, 15 | text, 15 | text, 15 |"}%
This will create a editable table with three columns named column1, column2 and column3. Each column has a textfield to input information.
You can change the appearance of the table by adding or removing columns within the header=" " part. The code in the format=" " part is responsible for the way you can enter the contact information later on.
Here is the entire code for the EDITTABLE Plugin:
Show code
Hide code| Parameter | Comment | Default |
|---|---|---|
header | Specify the header format of a new table like "|*Food*|*Drink*|". Useful to start a table with only a button | (no header) |
format | The format of one column when editing the table. A cell can be a text input field, or any of these edit field types: • Text input field (1 line): | text, <size>, <initial value> | • Textarea input field: | textarea, <rows>x<columns>, <initial value> | • Drop down box: | select, <size>, <option 1>, <option 2>, etc* | * only one item can be selected • Radio buttons: | radio, <size*>, <option 1>, <option 2>, etc | * size indicates the number of buttons per line in edit mode • Checkboxes: | checkbox, <size*>, <option 1>, <option 2>, etc | * size indicates the number of checkboxes per line in edit mode • Fixed label: | label, 0, <label text> | • Row number: | row, <offset> | • Date: | date, <size>, <initial value>, <DHTML date format> | * see Mishoo documentation for more infos about the DHTML date format | "text, 16" for all cells |
changerows | Rows can be added and removed if "on";Rows can be added but not removed if "add" | CHANGEROWS Plugin setting |
quietsave | Quiet Save button is shown if "on", hidden if "off" | QUIETSAVE Plugin setting |
include | Other topic defining the EDITTABLE parameters. The first %EDITTABLE% in the topic is used. This is useful if you have many topics with the same table format and you want to update the format in one place. | (none) |
helptopic | Topic name containing help text shown below the table when editing a table. The %STARTINCLUDE% and %STOPINCLUDE% variables can be used in the topic to specify what is shown. | (no help text) |
headerislabel | Table header cells are read-only (labels) if "on"; header cells can be edited if "off" or "0" | "on" |
editbutton | Set edit button text, e.g. "Edit this table"; set button image with alt text, e.g. "Edit table, %PUBURL%/%TWIKIWEB%/TWikiDocGraphics/edittopic.gif"; hide edit button at the end of the table with "hide" (Note: Button is automatically hidden if an edit button is present in a cell) | EDITBUTTON Plugin setting |
edit link at the specific task and set the state to closed. The task will not be displayed anymore in this topic and the notification service stops.
To see all the tasks you've completed in the past, click on the link in the My Task topic.
You'll receive a notification email every day at 1:00pm (EST) about open tasks that are assigned to you. "Late" items will send out a notification every hour.
To create a new task, you just need to paste the following code anywhere in the entire wiki:
%ACTION{}%
This will automatically create a new task which is assign to you by default. Click on the edit link at that task to set the parameters (assigned to, due date, the task itself and who will get a notification email).
Note: Do not assign tasks to a group, assign them to a single person.
Syntax: To reach the right person, you have to type Main.UserName in the assign/notify field of the task. Replace the string UserName with the WikiName of the person (e.g. TWikiGuest). In your case it's Main.TWikiGuest. Keep the Main. part!
* Set ALLOWTOPICVIEW = Main.%WIKINAME%It starts with three spaces, one asterisk, one space, the word
Set, one space, The permission variable, one space, =, one space, A list of groups/persons
The following permissions can be set: Set DENYTOPICVIEW = < comma-delimited list of Users and Groups >
Set ALLOWTOPICVIEW = < comma-delimited list of Users and Groups >
Set DENYTOPICCHANGE = < comma-delimited list of Users and Groups >
Set ALLOWTOPICCHANGE = < comma-delimited list of Users and Groups >
Set DENYTOPICRENAME = < comma-delimited list of Users and Groups >
Set ALLOWTOPICRENAME = < comma-delimited list of Users and Groups >
Set ALLOWTOPICVIEW = Set DENYTOPICVIEW = Organizational, SAT, Technics (and all subwebs), Contacts are restricted to the VdsGroup and the TWikiAdminGroup. Only members of this group can read (and edit) the topics.
If you want to publish a certain topic you have to change the permissions of the specific topic. It's easier than it sounds like. Set the DENYTOPICVIEW permission to an empty value. Now everyone is able to read the topic.
If that's not enough you may want to provide write permissions to everyone else. Set the DENYTOPICCHANGE permission to an empty value. Now everyone is able to edit the topic.
The next step you have to take is to set a link to the topic you want to publish in the Main web. Go there and type Technics.Propulsion.YourTopic if the topic is named YourTopic and is stored in the Propulsion subweb in the Technics web.
You may set up a clear structure in the Main web. That's our public interface.