Template:InfoboxNMSRef
From Step Mods | Change The Game
Template:InfoboxNMSRef
Purpose & Usage
Use this template to create an infobox for No Man's Sky References.
Parameters
- float
- Allowed switches: left (default), right
- Sets the horizontal position.
- title
- Sets the header tile of the infobox.
- suffix
- File suffix. (e.g. SCENE.MBIN)
- templateName
- (e.g. tkSceneNodeData)
- directory
- (e.g. GLOBAL/AUDIO/FONTS/MATERIALS)
- knowledge
- Allowed switches: unknown, partial, understood
- Sets the state of the current knowledge level of the reference.
- summary
- A summary of the reference.
Examples
Blank Code:
{{InfoboxNMSRef
|float =
|title =
|suffix =
|templateName =
|directory =
|knowledge =
|summary =
}}
Code:
{{InfoboxNMSRef
|float = right
|title = Space...the final...balls...
|suffix = Groovy.MBIN
|templateName = tkSpaceBallsData
|directory = GLOBAL/Space/Farce/
|knowledge = understood
|summary = Commence Operation... '''VAC-U-SUCK!'''
}}
Result:
| Space...the final...balls... | |
|---|---|
| File Suffix: | Groovy.MBIN |
| Template Name: | tkSpaceBallsData |
| Directory: | GLOBAL/Space/Farce/ |
| Knowledge State: | Well Understood |
| Summary: | Commence Operation... VAC-U-SUCK! |

