Guild Wars 2 wiki:Renown heart formatting

Материал из Guild Wars 2 wiki
Перейти к: навигация, поиск

This page illustrates a common way to format renown heart articles. Renown heart articles use the {{Heart infobox}} template.

Template[править]

{{Heart infobox
| name =        <!-- Optional, name of heart only if it differs from the article title -->
| description = <!-- Description text under the heart name -->
| map           <!-- Map image of the renown heart, include file name and extension (e.g. Sanctum Way renown heart.jpg)-->
| area =        <!-- Area heart is located in, use NPC location if in multiple areas -->
| zone =        <!-- Optional. Use to override default zone derived from area -->
| level =       <!-- Level of the renown heart -->
| npc =         <!-- Name of renown heart NPC -->
| assist =      <!-- Assist message that pops up for making contributing actions -->
| scout =       <!-- Scout that reveals the heart -->
| xp =          <!-- Optional, generated automatically -->
| karma =       <!-- Optional, generated automatically -->
| coin =        <!-- Optional, generated automatically -->
}}

<!-- Brief description of the renown heart -->
[[<Event name>]] is a [[renown heart]] in [[<Area>]], [[<Zone>]].

== Walkthrough ==
=== Contributing actions ===
<!-- List all actions that contribute to the progress of the renown heart individually-->
*<Action 1 description> <!--Such as "Kill x", "Interact with Y", "Give Z to NPC"-->
*<Action 2 description>

=== Contributing events ===
<!-- List events that coincide with the renown heart, usually events with enemies -->
* {{event|<Name>}}

=== Completion mail ===
{{Mail
| sender =            <!-- Name of sender, ususally heart NPC -->
| subject =           <!-- Subject line -->
| content =           <!-- Content of message -->
| reward = {{coin|x}} <!-- Use value generated by infobox -->
}}

{{<Name of zone> nav}}

Copy-paste version[править]

{{Heart infobox
| description =
| map =
| area =
| level =
| npc = 
| assist =
| scout =
}}

[[<Event name>]] is a [[renown heart]] in [[<Area>]], [[<Zone>]].

== Walkthrough ==
=== Contributing actions ===
* <Action>
* <Action>
* <Action>

=== Contributing events ===
* {{event|<Name>}}
* {{event|<Name>}}
* {{event|<Name>}}

== Completion mail ==
{{mail
| sender =
| subject =
| content =
| reward = {{coin|}}
}}

{{<zone> nav}}