Template:Infobox level/doc: Difference between revisions

Template page
m (Fixed typo)
(Added scored, api-enum-id, api-enum-number, and highscore)
Line 19: Line 19:
| unlocks-feature1    = <!-- Which feature is unlocked -->
| unlocks-feature1    = <!-- Which feature is unlocked -->
| unlock-notes        = <!-- Additional text -->
| unlock-notes        = <!-- Additional text -->
| scored              = <!-- Either Yes or No, defaults to No -->
| highscore          = <!-- Best known Sum-score, no cheese, Optional -->
| api-enum-id        = <!-- Internal ID string, see [https://turingcomplete.game/player_projects] -->
| api-enum-number    = <!-- Internal ID number, see [https://turingcomplete.game/player_projects] -->
}}
}}
</pre>
</pre>
Line 47: Line 51:
| unlocks-feature1    = <!-- Which feature is unlocked -->
| unlocks-feature1    = <!-- Which feature is unlocked -->
| unlock-note        = <!-- Additional text -->
| unlock-note        = <!-- Additional text -->
| scored              = <!-- Either Yes or No, defaults to No -->
| highscore          = <!-- Best known Sum-score, no cheese, Optional -->
| api-enum-id        = <!-- Internal ID string, see [https://turingcomplete.game/player_projects] -->
| api-enum-number    = <!-- Internal ID number, see [https://turingcomplete.game/player_projects] -->
}}
}}
</pre>
</pre>

Revision as of 12:11, 16 November 2023

Usage

{{Infobox level
| section             = <!-- One of Basic Logic; Arithmetic; Memory; CPU Architecture; Programming; CPU Architecture 2; Functions; Assembly Challenges -->
| type                = <!-- One of Component; Architechture; Other -->
| architechture       = <!-- Optional: One of Overture; Leg -->
| prerequisite1       = <!-- Immediate prequesite level 1/3 -->
| prerequisite2       = 
| prerequisite3       = 
| unlocks-level1      = <!-- Which levels are opened on completion of this one 1/3 -->
| unlocks-level2      = 
| unlocks-level3      = 
| unlocks-component1  = <!-- Which components are unlocked by this level 1/5 -->
| unlocks-component2  = 
| unlocks-component3  = 
| unlocks-component4  = 
| unlocks-component5  = <!-- If more than 5 components unlocked describe them in unlock-notes -->
| unlocks-page1       = <!-- Which manual page is unlocked -->
| unlocks-feature1    = <!-- Which feature is unlocked -->
| unlock-notes        = <!-- Additional text -->
| scored              = <!-- Either Yes or No, defaults to No -->
| highscore           = <!-- Best known Sum-score, no cheese, Optional -->
| api-enum-id         = <!-- Internal ID string, see [https://turingcomplete.game/player_projects] -->
| api-enum-number     = <!-- Internal ID number, see [https://turingcomplete.game/player_projects] -->
}}

See also

Skeleton

{{Infobox level
| section             = <!-- One of Basic Logic; Arithmetic; Memory; CPU Architecture; Programming; CPU Architecture 2; Functions; Assembly Challenges -->
| type                = <!-- One of Component; Architechture; Other -->
| architechture       = <!-- Optional: One of Overture; Leg -->
| prerequisite1       = <!-- Immediate prequesite level 1/3 -->
| prerequisite2       = 
| prerequisite3       = 
| unlocks-level1      = <!-- Which levels are opened on completion of this one 1/3 -->
| unlocks-level2      = 
| unlocks-level3      = 
| unlocks-component1  = <!-- Which components are unlocked by this level 1/5 -->
| unlocks-component2  = 
| unlocks-component3  = 
| unlocks-component4  = 
| unlocks-component5  = <!-- If more than 5 components unlocked describe them in unlock-notes -->
| unlocks-page1       = <!-- Which manual page is unlocked -->
| unlocks-feature1    = <!-- Which feature is unlocked -->
| unlock-note         = <!-- Additional text -->
| scored              = <!-- Either Yes or No, defaults to No -->
| highscore           = <!-- Best known Sum-score, no cheese, Optional -->
| api-enum-id         = <!-- Internal ID string, see [https://turingcomplete.game/player_projects] -->
| api-enum-number     = <!-- Internal ID number, see [https://turingcomplete.game/player_projects] -->
}}