Template talk:Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
No edit summary
>NXTBoy
Line 6: Line 6:
  <nowiki><includeonly>[[Category:Properties]] __NOTOC__ </includeonly></nowiki>
  <nowiki><includeonly>[[Category:Properties]] __NOTOC__ </includeonly></nowiki>
It's causing all the objects to be listed under the Properties category. Which is rather silly behavior.{{User:NXTBoy/sig|date=21:38, 16 August 2010 (UTC)}}
It's causing all the objects to be listed under the Properties category. Which is rather silly behavior.{{User:NXTBoy/sig|date=21:38, 16 August 2010 (UTC)}}
== Incorrect example ==
The example is wrong! It should be:
<pre>
{{Property
|name                = Name
|property            = [[String]] ''object's name''
|description          = The name of the object.
|object              = Global
}}
</pre>
{{User:NXTBoy/sig|date=21:31, 23 December 2010 (UTC)}}

Revision as of 21:31, 23 December 2010

Categorization issue

You really need to remove this line from this template:

<includeonly>[[Category:Properties]] __NOTOC__ </includeonly>

It's causing all the objects to be listed under the Properties category. Which is rather silly behavior.

21:38, 16 August 2010 (UTC)

Incorrect example

The example is wrong! It should be:

{{Property
|name                 = Name
|property             = [[String]] ''object's name''
|description          = The name of the object.
|object               = Global
}}
21:31, 23 December 2010 (UTC)