Template:SMT4 Quest List/Documentation

Revision as of 21:03, 22 October 2024 by RustyVanBurace (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

List template used to create sortable tables for listing Main and Challenge Quests in Shin Megami Tensei IV and Shin Megami Tensei IV: Apocalypse, using both a header template and multiple row templates. Template:SMT4 Quest List/Header is placed at the top of the table, and the table must be closed by appending |} on the following line.

Usage

SMT4 Quest List/Header
Parameter Description
location Must be given a value (such as "1" or "y") to display. Enables a location column. Do not use for downloadable content quests or Challenge Quests in Shin Megami Tensei IV: Apocalypse, as Challenge Quests in that game are automatically received by current progress.
SMT4 Quest List
Parameter Description
icon Used to display the quest's icon by typing the icon's label. Refer to following:
  • main =
  • slay =
  • delivery =
  • escort =
  • misc =
  • dl = (for downloadable content quests)
  • achievement = (only used in Shin Megami Tensei IV: Apocalypse)
name The linked name of the quest.
type The quest's type. If no types are applicable (such as the case with most DLC quests), omit the parameter to automatically add an em dash.

For Shin Megami Tensei IV, use approximate translations of the types provided in the Shin Megami Tensei IV Official Complete Guide:

  • Slay (討伐)
  • Delivery (納品)
  • Escort (護衛)
  • Transport (運搬)
  • Succession (到達)
  • Presentation (提示)
  • Training (トレーニン)

For Shin Megami Tensei IV: Apocalypse, use the abbreviations provided in some quest names:

  • [Ast]
  • [Tgt]
  • [Esc]
  • [Inv]
  • [Transport]
  • [Rsc]
  • [Int]
  • [Otr]
  • [Spc]
  • If no type is provided, omit the parameter.
client The quest's client, which can be viewed in the quest description.
location Where the quest is received. Locations require that the column be enabled in SMT4 Quest List/Header. If there is no applicable location (such as the case with DLC quests and Challenge Quests in Apocalypse), then the Header template should not enable location.

Code

Minimum code
{{SMT4 Quest List/Header}}
{{SMT4 Quest List|icon=|name=|client=}}
|}
With location
{{SMT4 Quest List/Header|location=y}}
{{SMT4 Quest List|icon=|name=|client=|location=}}
|}