Difference between revisions of "Templates"

From BigJimny Wiki
Jump to navigation Jump to search
(Created page with " == Templates == You can use a template by using the snippets of code below. The code is on the left, the result of typing the code on the right. You can put any text you like...")
 
Line 9: Line 9:
 
|<nowiki>{{warning|An infobox to alert users to danger!}}</nowiki> {{warning|An infobox to alert users to danger!}}
 
|<nowiki>{{warning|An infobox to alert users to danger!}}</nowiki> {{warning|An infobox to alert users to danger!}}
 
|}
 
|}
 +
 +
== Text Formatting Templates ==
 +
 +
<nowiki>{{color|green|your text here}}</nowiki> {{color|green|This text is in green}}
 +
You can use any color within the WIKI [https://meta.wikimedia.org/wiki/Wiki_color_formatting_help colour palette]

Revision as of 18:19, 13 May 2016

Templates

You can use a template by using the snippets of code below. The code is on the left, the result of typing the code on the right. You can put any text you like after the templatename| bit.

{{note|An infobox to show a note}}

Note Icon.pngAn infobox to show a note


{{spanner|An infobox for posting links to fix-it articles}}

Spanner Icon.pngAn infobox for posting links to fix-it articles


{{warning|An infobox to alert users to danger!}}

Warning Icon.pngAn infobox to alert users to danger!


Text Formatting Templates

{{color|green|your text here}} This text is in green You can use any color within the WIKI colour palette