MediaWiki:Gadget-site.css and Content/System: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
imported>Leoetlino
(Created page with ".resloc-box { border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid #000000; } .resloc-box-aoc { border-left-color: #90c; } .resloc-box-no...")
 
imported>Leoetlino
(Created page with "{{stub}} <onlyinclude></onlyinclude> == Files == === Version.txt === {{Resloc|path=System/Version.txt}} === AocVersion.txt === {{ReslocAoc|path=System/AocVersion.txt}} AocVe...")
 
Line 1: Line 1:
.resloc-box {
{{stub}}
border: 1px solid #d2d2d2;
<onlyinclude></onlyinclude>
padding: 2px 5px;
font-size: 85%;
border-left: 5px solid #000000;
}


.resloc-box-aoc {
== Files ==
border-left-color: #90c;
=== Version.txt ===
}
{{Resloc|path=System/Version.txt}}


.resloc-box-normal {
=== AocVersion.txt ===
border-left-color: #36c;
{{ReslocAoc|path=System/AocVersion.txt}}
}
AocVersion.txt is a plain text file that contains the add-on content version in the following format: "X.Y" where X and Y are two positive integers.


.resloc-box p {
It is parsed by [[aocManager]] into a version number (0xXXYY).
margin: 0;
}


.resloc-box + .resloc-box,
== Directories ==
.resloc-box + link + .resloc-box {
=== Resource ===
border-top: 0;
{{Resloc|type=directory|path=System/Resource|locations=the unpacked content files and [[Bootup.pack]]}}
}
 
[[Category: Content (BotW)]]

Revision as of 11:56, 9 September 2018


Files

Version.txt

This resource is found in the unpacked content files.

Its canonical resource path is "System/Version.txt".

AocVersion.txt

If the DLC is installed, this resource can be found in the unpacked content files in the add-on content directory. Its canonical path is "Aoc/0010/System/AocVersion.txt".

AocVersion.txt is a plain text file that contains the add-on content version in the following format: "X.Y" where X and Y are two positive integers.

It is parsed by aocManager into a version number (0xXXYY).

Directories

Resource

This directory is found in the unpacked content files and Bootup.pack.

Its canonical resource path is "System/Resource".