Template:Dialogue: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
  | close = {{ReverseRed|This selection closes the dialogue.}}
  | close = {{ReverseRed|This selection closes the dialogue.}}
  | end = {{ReverseGreen|This selection ends the mission.}}
  | end = {{ReverseGreen|This selection ends the mission.}}
  | accept = {{ReverseMaize|This selection accepts the next task.}}
  | accept = {{ReverseMaize|This selection completes the current task and accepts the next.}}
  | #default = {{ReverseBlue|This selection loops to another branch of this conversation which is already documented.}}
  | #default = {{ReverseBlue|This selection loops to another branch of this conversation which is already documented.}}
}}</includeonly><noinclude>{{Documentation}}</noinclude>
}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 01:47, 12 February 2024

[edit] [purge] Documentation

Usage

This template is intended for use when documenting dialogue trees and the effects of certain choices.

Parameters

This template takes the following parameters:

Accept

For a dialogue option that ends the current and accepts the next task of a mission.

This selection completes the current task and accepts the next.
{{Dialogue|accept}}
Close

For a dialogue option that closes the dialogue window (usually has no effect)

This selection closes the dialogue.
{{Dialogue|close}}
End

For a dialogue option that ends the current mission.

This selection ends the mission.
{{Dialogue|end}}
Loop

For a dialogue option that loops back to a previously documented piece of text. This is used by default for backwards compatibility.

This selection loops to another branch of this conversation which is already documented.
{{Dialogue|loop}}

See also