Difference between revisions of "CodeBlocks:Template Messages"

From Code::Blocks
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== What are Template Messages and how can I use them? ==
 
== What are Template Messages and how can I use them? ==
  
* [[Help:Editing#Templates|Here]] you find a short explanation
+
* You can find a short explanation [[Help:Editing#Templates|here]]  
* Official Wiki page for Templates
+
* Official Wiki page for templates
  
 
==  Avaible Template Messages in the Code::Blocks Wiki ==
 
==  Avaible Template Messages in the Code::Blocks Wiki ==
 +
 +
{| 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>
 +
|-
 +
 +
|-
 +
| {{CheckForums}}
 +
| <nowiki>{{CheckForums}}</nowiki>
 +
|-
 +
 +
|}
  
 
Check [https://wiki.codeblocks.org/index.php?title=Special:Allpages&from=&namespace=10 this] out for a complete list!
 
Check [https://wiki.codeblocks.org/index.php?title=Special:Allpages&from=&namespace=10 this] out for a complete list!

Latest revision as of 17:37, 14 June 2006

What are Template Messages and how can I use them?

  • You can find a short explanation here
  • 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}}