User talk:Ez0n3

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Aloha[edit source]

Greetings,

I think I'm finally getting the hang of this. If I'm making any mistakes, put me in my place.

Questions[edit source]

1) In the function template, do you put "ref" under "Type" regardless of whether it's a Form/Base or an actual Reference?

|arguments = 
  {{FunctionArgument
   |Name = ActorRefID
   |Type = ref
  }}
  
 |arguments = 
  {{FunctionArgument
   |Name = ActorFormID/ActorBaseID
   |Type = ref? form? base?
  }}

2) Is there a consensus on what should be used for the "referenceType"? Object/ObjectID/ObjectRefID, Actor/ActorRef/ActorRefID? What should I put if it can be either?

3) When a value is optional, and I put the "|Optional = y" param, there doesn't seem to be any indication other than viewing the source that it's optional. Some entries not using the function template have the word (optional) after a value. When I set it up to use the template, I have been doing:

|arguments = 
  {{FunctionArgument
   |Name = Count
   |Type = int
   |Value = 1 (optional)
  }}

That doesn't seem right, is that, or is there, a "proper" way?

4) Is this the proper place to ask questions? :P

Thanks

First things first. Welcome to the Wiki!
I'll start with your last question. The right place to ask questions about the FunctionArgument template would be the FunctionArgument talk page. Your user talk page is always a safe second option. I'm afraid I haven't had a lot of time to monitor the recent changes lately or I would have noticed your questions sooner. I've moved and answered your other questions on the appropriate places.
One last thing, when posting questions somewhere you should sign with ~~~~. This will automatically insert your username and the date and time you posted.
  1. Template talk:FunctionArgument#Type
  2. Template talk:Function#referenceType
  3. Template talk:FunctionArgument#Optional arguments
--Qazaaq 11:21, 16 January 2011 (UTC)
Thanks for the clarification. Ya, I was wondering how you got the username and time to show up on a reply. I've milked this site long enough, time to get my hands dirty ;)
Thanks again.
--Ez0n3 11:49, 16 January 2011 (UTC)