Template talk:ClassReference: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
No edit summary
>NXTBoy
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Fill this up with all known classes so "Derived Classes" works.<div style="border-style:dotted; border-width:0px; border-top-width:1px; border-color:#888888; padding-bottom:-4px;"><sup>Posted by [[:User:Blocco|blocco]] ([[:User_talk:Blocco|talk]]) on Jan 26, 2011 (Wednesday) at 21:03 (UTC) [[:User talk:Blocco/sig#format|[Discuss format]]]</sup></div>
Fill this up with all known classes so "Derived Classes" works.<div style="border-style:dotted; border-width:0px; border-top-width:1px; border-color:#888888; padding-bottom:-4px;"><sup>Posted by [[:User:Blocco|blocco]] ([[:User_talk:Blocco|talk]]) on Jan 26, 2011 (Wednesday) at 21:03 (UTC) [[:User talk:Blocco/sig#format|[Discuss format]]]</sup></div>
:Should be possible to automate its generation by parsing anaminus's class tree {{User:NXTBoy/sig|date=21:12, 26 January 2011 (UTC)}}
:Should be possible to automate its generation by parsing anaminus's class tree {{User:NXTBoy/sig|date=21:12, 26 January 2011 (UTC)}}
::Yeah.<div style="border-style:dotted; border-width:0px; border-top-width:1px; border-color:#888888; padding-bottom:-4px;"><sup>Posted by [[:User:Blocco|blocco]] ([[:User_talk:Blocco|talk]]) on Jan 26, 2011 (Wednesday) at 21:17 (UTC) [[:User talk:Blocco/sig#format|[Discuss format]]]</sup></div>
== Getting a List Automatically ==
Wouldn't you be able to get a complete list of them all automatically with [[Special:PrefixIndex/RBX.lua.|this page]]?
You can include it in pages. Example:
{{Special:PrefixIndex/RBX.lua.}} <div style="border-top:1px dashed;padding-bottom:.5em;height:1em"><div style="font-size:75%;float:left">[[User:JulienDethurens|JulienDethurens]]</div><div style="font-size:75%;float:right">15 February 2012</div></div>
:This template is used internally as a sort of "foreach" loop, that iterates over all the instances. This allows clever things like derived classes and [[Objects_to_document]] {{User:NXTBoy/sig|date=19:20, 5 May 2012 (UTC)}}

Latest revision as of 19:20, 5 May 2012

Fill this up with all known classes so "Derived Classes" works.

Posted by blocco (talk) on Jan 26, 2011 (Wednesday) at 21:03 (UTC) [Discuss format]
Should be possible to automate its generation by parsing anaminus's class tree
21:12, 26 January 2011 (UTC)
Yeah.
Posted by blocco (talk) on Jan 26, 2011 (Wednesday) at 21:17 (UTC) [Discuss format]

Getting a List Automatically

Wouldn't you be able to get a complete list of them all automatically with this page?

You can include it in pages. Example:

15 February 2012
This template is used internally as a sort of "foreach" loop, that iterates over all the instances. This allows clever things like derived classes and Objects_to_document
19:20, 5 May 2012 (UTC)