Template:Note: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
Fixing example and adding categories
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Example==
== Description ==
===Code===
This template is used to appose a note on a page. Its main purpose is actually to be able to edit all of these notes at once, and also to make them all look in a similar way.
<code>
== Example ==
=== Code ===
<pre>
{{Note|This object should only contain values, no other objects should be contained in it.}}
{{Note|This object should only contain values, no other objects should be contained in it.}}
</code>
</pre>
===Result===
=== Result ===
{{Note|This object should only contain values, no other objects should be contained in it.}}
{{Note|This object should only contain values, no other objects should be contained in it.}}


<includeonly><onlyinclude>{{EmphasisBox|<span style{{=}}"float: left; font-weight: bold;">Note:</span>{{{1|}}}|magenta|dark=true|text-align:center}}</onlyinclude></includeonly>
<includeonly><onlyinclude>{{EmphasisBox|<span style{{=}}"float: left; font-weight: bold;">Note:</span>{{{1|}}}|magenta|dark=true|text-align:center}}</onlyinclude></includeonly><noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 23:15, 17 April 2023

Description

This template is used to appose a note on a page. Its main purpose is actually to be able to edit all of these notes at once, and also to make them all look in a similar way.

Example

Code

{{Note|This object should only contain values, no other objects should be contained in it.}}

Result

Note:This object should only contain values, no other objects should be contained in it.