Difference between revisions of "Template:Info/doc"
From ComputerCraft Wiki
Magiczocker (Talk | contribs) (Created page with "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 (Tutori...") |
Magiczocker (Talk | contribs) m |
||
Line 13: | Line 13: | ||
(The text will not be green, that is because of the documentation template) | (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! | That's pretty much it for this template, a simple Info box! | ||
+ | <noinclude>[[Category:Documentation pages]]</noinclude> |
Latest revision as of 07:55, 4 August 2020
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:
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!