Template:Preload area article/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(categories)
mNo edit summary
Line 19: Line 19:


==Example==
==Example==
<syntaxhighlight>{{subst:Preload area article
<syntaxhighlight lang="text">{{subst:Preload area article
|area_id=1_1_1
|area_id=1_1_1
|description=This is the best area.
|description=This is the best area.

Revision as of 20:04, 12 January 2022

This subpage provides documentation for Template:Preload area article.

Naming area pages

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:Preload area article
|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: Template:Preload area article/doc/example