Difference between revisions of "Template:Info"

From ComputerCraft Wiki
Jump to: navigation, search
Line 3: Line 3:
 
</table>
 
</table>
  
<noinclude>This is a test</noinclude>
+
<noinclude>
 +
 
 +
----
 +
 
 +
 
 +
{{documentation|Info|
 +
The info template allows you to display a simple information message. This is useful for standard wiki pages. An example can be found at the [[Lua_Resource_Pack_Making_(Tutorial)|Lua Resource Pack Making]] tutorial.
 +
 
 +
== Usage ==
 +
 
 +
The usage for this template is as follows:
 +
 
 +
<code><nowiki>{{info|Your text here}}</nowiki></code>
 +
 
 +
This code will produce:
 +
 
 +
{{info|Your text here}}
 +
 
 +
(The text will not be green, that is because of the documentation template)
 +
That's pretty much it for this template, a simple Info box!
 +
}}
 +
 
 +
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:09, 22 October 2015 (UTC)
 +
</noinclude>

Revision as of 16:09, 22 October 2015

Grid Ink Sac.png  Information
No information provided. Contact the author of this page.




[ view | edit | history ] Documentation

The info template allows you to display a simple information message. This is useful for standard wiki pages. An example can be found at the Lua Resource Pack Making tutorial.

Usage

The usage for this template is as follows:

{{info|Your text here}}

This code will produce:

Grid Ink Sac.png  Information
Your text here

(The text will not be green, that is because of the documentation template) That's pretty much it for this template, a simple Info box!

Template made by LewisTehMinerz (talk) 16:09, 22 October 2015 (UTC)