Difference between revisions of "CodeBlocks:Template Messages"

From Code::Blocks
Line 6: Line 6:
 
==  Avaible Template Messages in the Code::Blocks Wiki ==
 
==  Avaible Template Messages in the Code::Blocks Wiki ==
  
{| border="1" cellpadding="4" style="border: 1px solid gray;  border-collapse: collapse;"
+
{| 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>
| {{Helplinks}}
 
 
|-  
 
|-  
 +
 +
|-
 +
| {{CheckForums}}
 
| <nowiki>{{CheckForums}}</nowiki>
 
| <nowiki>{{CheckForums}}</nowiki>
| {{CheckForums}}
+
|-
 +
 
 
|}
 
|}
  

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}}