m |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Query area infoboxes |
<includeonly>{{Query area infoboxes |
||
− | | |
+ | |where=areas.id="{{{area_id}}}" |
|cats=yes |
|cats=yes |
||
}} |
}} |
||
{{{description|'''{{PAGENAME}}''' is an [[area]].}}} |
{{{description|'''{{PAGENAME}}''' is an [[area]].}}} |
||
− | {{#if: {{{npcs|}}} |==NPCs== |
+ | {{safesubst:#if: {{{npcs|}}} |==NPCs== |
{{{npcs|}}}|}} |
{{{npcs|}}}|}} |
||
− | {{#if: {{{quests|}}} |==Quests== |
+ | {{safesubst:#if: {{{quests|}}} |==Quests== |
{{{quests|}}}|}} |
{{{quests|}}}|}} |
||
− | {{#if: {{{monsters|}}} |==Monsters== |
+ | {{safesubst:#if: {{{monsters|}}} |==Monsters== |
{{{monsters|}}}|}} |
{{{monsters|}}}|}} |
||
{{Area item drops|area_id={{{area_id}}}}} |
{{Area item drops|area_id={{{area_id}}}}} |
||
− | {{#if: {{{lore|}}} |==Lore== |
+ | {{safesubst:#if: {{{lore|}}} |==Lore== |
{{{lore|}}}|}} |
{{{lore|}}}|}} |
||
− | ==Version |
+ | ==Version history== |
{{VersionHistoryTable}} |
{{VersionHistoryTable}} |
||
{{VersionHistoryRow|?}} |
{{VersionHistoryRow|?}} |
||
|} |
|} |
||
− | |||
{{Navbox World}}</includeonly><noinclude>{{documentation}}</noinclude> |
{{Navbox World}}</includeonly><noinclude>{{documentation}}</noinclude> |
Latest revision as of 14:30, 29 December 2017
Naming area pages
- Use the name of the area as page name
- If multiple areas have the same name:
- if the area is part of the main story progression, append the act in parenthesis (e.x. Lioneye's Watch (Act 1))
- if the area is a legacy map area, append the map version in parenthesis (e.x. Canyon Map (pre 2.0), Canyon Map (pre 2.4))
Finding the area id
Browse to it using Special:CargoTables or use a query similar to this:
{{#cargo_query: tables = areas |fields = areas._pageName, areas.id, areas.name, areas.main_page |where = areas.id LIKE "%" |limit=5000 }}
Example
{{subst:Path of Exile Wiki:Manual of Style/area
|area_id=1_1_1
|description=This is the best area.
|npcs=* [[Nessa]]
|quests=* {{Ql|Enemy at the Gate}}
|monsters=* [[Hillock]]
|lore=* Lore items etc
}}
Generates a page like this: Path of Exile Wiki:Manual of Style/area/doc/example