Template:Infobox Area: Difference between revisions
Created as replacement for AreaInfobox (bad formatting) |
m Usage actually uses this template |
||
Line 33: | Line 33: | ||
For TTP1 main areas: | For TTP1 main areas: | ||
<div style="clear: both"> | <div style="clear: both"> | ||
{{ | {{Infobox Area | ||
|parentarea = [[Land of Ruins]] | |parentarea = [[Land of Ruins]] | ||
|areatype = [[:Category:TTP1 Main Areas|Main]] | |areatype = [[:Category:TTP1 Main Areas|Main]] | ||
Line 40: | Line 40: | ||
}} | }} | ||
</div> | </div> | ||
<pre>{{ | <pre>{{Infobox Area | ||
|parentarea = [[Land of Ruins]] | |parentarea = [[Land of Ruins]] | ||
|areatype = [[:Category:TTP1 Main Areas|Main]] | |areatype = [[:Category:TTP1 Main Areas|Main]] | ||
Line 51: | Line 51: | ||
For TTP2 main areas: | For TTP2 main areas: | ||
<div style="clear: both"> | <div style="clear: both"> | ||
{{ | {{Infobox Area | ||
|shortname = East-1 | |shortname = East-1 | ||
|areatype = | |areatype = [[:Category:TTP2 Main Areas|Main]] | ||
|previous = [[New Jerusalem]] | |previous = [[New Jerusalem]] | ||
|next = [[Wooded Plateau]] | |next = [[Wooded Plateau]] | ||
}} | }} | ||
</div> | </div> | ||
<pre>{{ | <pre>{{Infobox Area | ||
|shortname = East-1 | |shortname = East-1 | ||
|areatype = | |areatype = [[:Category:TTP2 Main Areas|Main]] | ||
|previous = [[New Jerusalem]] | |previous = [[New Jerusalem]] | ||
|next = [[Wooded Plateau]] | |next = [[Wooded Plateau]] | ||
Line 81: | Line 81: | ||
"description": "\"Story\" areas can only be visited at specific times during the story.", | "description": "\"Story\" areas can only be visited at specific times during the story.", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
" | "Main", | ||
"Star", | "Star", | ||
"Messenger", | "Messenger", | ||
"Story" | "Story" | ||
], | ], | ||
"default": " | "default": "Main", | ||
"required": true | "required": true | ||
}, | }, |
Revision as of 18:37, 22 November 2023
Infobox Area | |
---|---|
Short name: | None |
Area Type: | Unknown |
Previous Story Area: | None |
Next Story Area: | None |
Infobox template for an Area.
Usage
For TTP1 main areas:
Infobox Area | |
---|---|
Short name: | None |
Area Type: | Main |
Parent Area: | Land of Ruins |
Previous Story Area: | A-2 |
Next Story Area: | A-4 |
{{Infobox Area |parentarea = [[Land of Ruins]] |areatype = [[:Category:TTP1 Main Areas|Main]] |previous = [[A-2]] |next = [[A-4]] }}
For TTP2 main areas:
Infobox Area | |
---|---|
Short name: | East-1 |
Area Type: | Main |
Previous Story Area: | New Jerusalem |
Next Story Area: | Wooded Plateau |
{{Infobox Area |shortname = East-1 |areatype = [[:Category:TTP2 Main Areas|Main]] |previous = [[New Jerusalem]] |next = [[Wooded Plateau]] }}
The infobox includes an image if {{BASEPAGENAME}} - Map thumbnail.jpg
exists. See Grasslands Ring as an example.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Short name | shortname | This is primarily used for The Talos Principle 2, not the previous games.
| String | optional |
Type | areatype | "Story" areas can only be visited at specific times during the story.
| String | required |
Parent Area | parentarea | This is primarily used in the first game.
| Page name | optional |
Previous story area | previous | Omit (uncheck) this if there is none. | Page name | suggested |
Next story area | next | Omit (uncheck) this if there is none. | Page name | optional |