|
|
Line 1: |
Line 1: |
| <noinclude> | | <noinclude> |
| == See also == | | {{template-help|name=seed|sort=SEED}} |
| | |
| * '''[[LOD|LOD System]]''' and '''[[SEED]]'''
| |
| * [[SEED - Spawnargs]] and [[SEED - Templates via Spawnargs]]
| |
| * [[SEED - Usage]] - Examples on how to use SEED in real-map scenarios
| |
| * [[SEED - Image maps]] - Examples and how to use image maps
| |
| * [[SEED - Premade entities]] - List of premade random entity generators
| |
| * [[SEED - Watching entities]] - Example on how to improve performance and reduce entity count
| |
| * [[SEED - Falloff function]] - How to use "falloff" "func" to get more complicated distribution patterns
| |
| * [[SEED - Cloning]]
| |
| * [[SEED - Known bugs]]
| |
| * [[SEED - FAQ]]
| |
| * [[SEED - Generating entities]] - How it generates entities (technical background information)
| |
| [[Category:Templates|SEED]]
| |
| </noinclude> | | </noinclude> |
| <includeonly> | | <includeonly> |
| == See also ==
| | [[Category:Editing|{{{sort|{{PAGENAME}}}}}]] [[Category:Scripting|{{{sort|{{PAGENAME}}}}}]] [[Category:SEED|{{{sort|{{PAGENAME}}}}}]] |
| | |
| * '''[[LOD|LOD System]]''' and '''[[SEED]]'''
| |
| * [[SEED - Spawnargs]] and [[SEED - Templates via Spawnargs]]
| |
| * [[SEED - Usage]] - Examples on how to use SEED in real-map scenarios
| |
| * [[SEED - Image maps]] - Examples and how to use image maps
| |
| * [[SEED - Premade entities]] - List of premade random entity generators
| |
| * [[SEED - Watching entities]] - Example on how to improve performance and reduce entity count
| |
| * [[SEED - Falloff function]] - How to use "falloff" "func" to get more complicated distribution patterns
| |
| * [[SEED - Cloning]]
| |
| * [[SEED - Known bugs]]
| |
| * [[SEED - FAQ]]
| |
| * [[SEED - Generating entities]] - How it generates entities (technical background information)
| |
| | |
| | |
| {{editing}} {{scripting}} | |
| </includeonly> | | </includeonly> |
Latest revision as of 16:32, 22 November 2022
This template sorts the including article into the right SEED category.
Usage
Include this template at the bottom of seed-related articles like so:
{{seed}}
Parameters
The sort parameter for this template influences the place where the
article will be sorted in the category:
Example
|
Description
|
{{seed}}
|
default sorting order based on article name
|
{{seed|sort=Doors}}
|
an article named "Creating a Door" goes under "D" (specifically "Doors")
|