Module:Authority control/doc and Nxargs: Difference between pages

From ZeldaMods (Breath of the Wild)
< Module:Authority control(Difference between pages)
Jump to navigation Jump to search
 
imported>Leoetlino
No edit summary
 
Line 1: Line 1:
{{High-risk|694,000+}}
{{Subsystem infobox|name=nxargs|is_name_official=1|description=[Switch] Holds launch parameters (retrieved with nn::oe::TryPopLaunchParameter)|init_addr_switch150=0000007100901BA4}}
{{Module rating|protected}}
{{Lua sidebar}}
{{Uses Wikidata|section=Parameters}}
{{Lua|Module:Navbox|Module:ResolveEntityId|Module:No globals}}


This module contains the code of the {{T|Authority control}} template. See its documentation.
Collects launch parameters (retrieved with nn::oe::TryPopLaunchParameter which is called each time with a 0x1000 byte buffer) and processes them as soon as the game has finished loading and if the current map isn't TitleMenu and isn't STAGESELECT, and if there is no active event.


{{Anchor|Parameters|Parameter names|Wikidata|Wikidata properties|Tracking categories}}
A [https://gist.github.com/leoetlino/da5eeea19ad628642240bf8d2701dc51 010 template for the launch parameter data format is available here].
== Parameters, Wikidata properties, and tracking categories ==
{{#invoke:Authority control|docConfTable}}


== Additional tracking categories ==
[[Category: Internals]]
This module also implements the following hidden tracking categories:
[[Category: Subsystems (BotW)]]
 
* {{clc|Pages with red-linked authority control categories}}
* {{clc|Wikipedia articles with deprecated authority control identifiers}}
* {{clc|Wikipedia articles with suppressed authority control identifiers}}
* {{clc|Pages using authority control with parameters}}
 
=== Number of identifiers ===
* {{clc|AC with 14 elements}}
* {{clc|AC with 15 elements}}
* {{clc|AC with 16 elements}}
* {{clc|AC with 17 elements}}
* {{clc|AC with 18 elements}}
* {{clc|AC with 19 elements}}
* {{clc|AC with 20 elements}}
* {{clc|AC with 21 elements}}
* {{clc|AC with 22 elements}}
* {{clc|AC with 23 elements}}
* {{clc|AC with 24 elements}}
 
<includeonly>{{sandbox other||
[[Category:Modules that add a tracking category]]
[[Category:Modules using data from Wikidata]]
}}</includeonly>

Revision as of 19:50, 30 April 2019

nxargs
Subsystem
Official name Yes
Description [Switch] Holds launch parameters (retrieved with nn::oe::TryPopLaunchParameter)
Init function Switch 1.5.0: 0000007100901BA4
Wii U 1.5.0: ???
Debug only No

Collects launch parameters (retrieved with nn::oe::TryPopLaunchParameter which is called each time with a 0x1000 byte buffer) and processes them as soon as the game has finished loading and if the current map isn't TitleMenu and isn't STAGESELECT, and if there is no active event.

A 010 template for the launch parameter data format is available here.