Difference between revisions of "CodeBlocks:Template Messages"
From CodeBlocks
Sethjackson (Talk | contribs) (→Avaible Template Messages in the Code::Blocks Wiki) |
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}} | | {{Helplinks}} | ||
+ | | <nowiki>{{Helplinks}}</nowiki> | ||
|- | |- | ||
− | | | + | |
+ | |- | ||
| {{CheckForums}} | | {{CheckForums}} | ||
+ | | <nowiki>{{CheckForums}}</nowiki> | ||
+ | |- | ||
+ | |||
|} | |} | ||
Revision as of 17: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}} |
{{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}}