Help Center
Welcome to the Wiki4D help where you will find some answers to you editing needs. You are welcome to make whatever changes you wish if you believe it is for the better. Remember, if want to improve on something don't be affraid to delete or replace it. You may want to take a look at the guidelines used to organize the wiki.
|
proWiki D Shortcut links
There are several shortcut links to reference content on other D related websites (see the "interweb" settings on the Context page for a full list). You use them similar to other links by surrounding them with the square brackets []:
DsourceProject:projectName for projects located on
http://www.dsource.org/projects
DigitalMars:d/link for content found at
http://www.digitalmars.com/
NG:digitalmars.group/num for content found on the newsgroup 'group.' This should be replaced with D, announce, learn, etc. where num is the article number.
Wiki Editing
Wiki Link Issues
There are times when a wiki link just doesn't want to do what you tell it. For example the link below:
[D Tutorial/StartingWithD/Compiler/DMD Installing DMD]
As you can see it completely ignore how I told it to build the link. You can force an inline link by:
{{D__Tutorial/StartingWithD/Compiler/DMD}}
D Tutorial/StartingWithD/Compiler/DMD
But if you want to have a cleaner look you will need to use:
[[link]Installing DMD[url=http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/StartingWithD/Compiler/DMD]]
Installing DMD
Automatic Linkage with Camel Case Words
By default, words that start with an uppercase letter and continue with a mixture of lower and upper case letters, are interpreted as a link to another wiki page on this site. To avoid this happening, enclose the word(s) with the <nowiki> and </nowiki> tags.
eg. CamelCaseWord? is a link but CamelCaseWord is not.
This is edited as <nowiki>CamelCaseWord</nowiki>
Text Formatting
- WikiHelp/HowToWriteBoldAndItalic
- WikiHelp/HowToInsertSeparators
- WikiHelp/HowToCreateLists
- WikiHelp/HowToMarkText
- WikiHelp/HowToAddTables
- WikiHelp/HowToInsertCodeSnippets
- ...
Page Management
- WikiHelp/HowToCreateNewPages
- WikiHelp/HowToDeletePages
- WikiHelp/HowToPutPagesIntoFolders
- WikiHelp/HowToCreateFolders
- ...
Advanced wiki
More advanced layout options