Difference between revisions of "Template:Function"
Added GECK1.5 option for origin
imported>DragoonWraith (don't need that any longer) |
imported>Cipscis (Added GECK1.5 option for origin) |
||
Line 8: | Line 8: | ||
''CSWikiPage'' = name of corresponding page on the [http://cs.elderscrolls.com/constwiki/index.php/Category:Functions TES CS Wiki] | ''CSWikiPage'' = name of corresponding page on the [http://cs.elderscrolls.com/constwiki/index.php/Category:Functions TES CS Wiki] | ||
origin = whether the function came from the GECK itself or was added by FOSE. | origin = whether the function came from the GECK itself or was added by FOSE. | ||
valid values: GECK1 (GECK 1.1), FOSE1 (FOSE v1) | valid values: GECK1 (GECK 1.1), GECK1.5 (GECK 1.5), FOSE1 (FOSE v1) | ||
summary = description of the function | summary = description of the function | ||
''name'' = the name of the function. The page name is the default value. | ''name'' = the name of the function. The page name is the default value. | ||
Line 84: | Line 84: | ||
{{ #switch: {{{origin}}} | {{ #switch: {{{origin}}} | ||
| GECK1 = A function included in the GECK version 1.1.0.36. | | GECK1 = A function included in the GECK version 1.1.0.36. | ||
| GECK1.5 = A function included in the GECK version 1.5.0.19. | |||
| FOSE1 = A function added by the [[Fallout Script Extender]]. | | FOSE1 = A function added by the [[Fallout Script Extender]]. | ||
| #default = {{Error|missing function origin info}} | | #default = {{Error|missing function origin info}} |