Difference between revisions of "CodeBlocks:Template Messages"
From Code::Blocks
Sethjackson (talk | contribs) |
Sethjackson (talk | contribs) |
||
| Line 6: | Line 6: | ||
== Avaible Template Messages in the Code::Blocks Wiki == | == Avaible Template Messages in the Code::Blocks Wiki == | ||
| − | {| border="1" cellpadding=" | + | {| border="1" cellpadding="3" cellspacing="0" style="border: 1px solid gray; border-collapse: collapse;" |
| + | |||
| + | |- style="background: #ececec; border: 1px solid gray;" | ||
| + | !What it looks like | ||
| + | !What you type | ||
| + | |- | ||
| + | |||
|- | |- | ||
| + | | {{Helplinks}} | ||
| <nowiki>{{Helplinks}}</nowiki> | | <nowiki>{{Helplinks}}</nowiki> | ||
| − | |||
|- | |- | ||
| + | |||
| + | |- | ||
| + | | {{CheckForums}} | ||
| <nowiki>{{CheckForums}}</nowiki> | | <nowiki>{{CheckForums}}</nowiki> | ||
| − | | | + | |- |
| + | |||
|} | |} | ||
Revision as of 16:41, 16 April 2006
What are Template Messages and how can I use them?
- Here you find a short explanation
- Official Wiki page for Templates
Avaible Template Messages in the Code::Blocks Wiki
| What it looks like | What you type |
|---|---|
|
{{Helplinks}} |
[/ Check out the forums ] |
{{CheckForums}} |
Check this out for a complete list!
How can I add new Teamplate Messages?
Just create a new page called Template:NameOfTemplate then you can use your new template with {{NameOfTemplate}}