Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/Civ6/Base/CivilopediaPageLayoutChapters/doc

--[Field]                              [Type]
--ChapterId                            String
--SortIndex                             Int64

local data ={

FrontPage={
ChapterId="INTRO";
SortIndex=10;};

Simple={
ChapterId="CONTENT";
SortIndex=10;};

Basic={
ChapterId="HISTORY";
SortIndex=10;};

Belief={
ChapterId="HISTORY";
SortIndex=10;};

Building={
ChapterId="HISTORY";
SortIndex=10;};

CityState={
ChapterId="HISTORY";
SortIndex=10;};

Civic={
ChapterId="HISTORY";
SortIndex=10;};

Civilization={
ChapterId="HISTORY";
SortIndex=10;};

District={
ChapterId="HISTORY";
SortIndex=10;};

Feature={
ChapterId="HISTORY";
SortIndex=10;};

Government={
ChapterId="HISTORY";
SortIndex=10;};

GreatPerson={
ChapterId="HISTORY";
SortIndex=10;};

Improvement={
ChapterId="HISTORY";
SortIndex=10;};

Leader={
ChapterId="CAPSULE";
SortIndex=8;};

Leader={
ChapterId="DETAILED";
SortIndex=9;};

Leader={
ChapterId="HISTORY";
SortIndex=10;};

Policy={
ChapterId="HISTORY";
SortIndex=10;};

Project={
ChapterId="HISTORY";
SortIndex=10;};

Religion={
ChapterId="HISTORY";
SortIndex=10;};

Resource={
ChapterId="HISTORY";
SortIndex=10;};

Route={
ChapterId="HISTORY";
SortIndex=10;};

Technology={
ChapterId="HISTORY";
SortIndex=10;};

Terrain={
ChapterId="HISTORY";
SortIndex=10;};

Unit={
ChapterId="HISTORY";
SortIndex=10;};

UnitPromotion={
ChapterId="HISTORY";
SortIndex=10;};

Wonder={
ChapterId="HISTORY";
SortIndex=10;};

}
return data
Advertisement