Template:DialogueStart: Difference between revisions
From Ephinea PSO Wiki
m (Added closing div outside of template structure just in case it becomes a problem later) |
(Rephrasing; Added text) |
||
Line 2: | Line 2: | ||
==Usage== | ==Usage== | ||
Simple template meant for starting Dialogue sections of a page, only having to use <code><nowiki>{{DialogueStart}}</nowiki></code> rather than find and copy/paste the div structure | Simple template meant for starting Dialogue sections of a page, only having to use <code><nowiki>{{DialogueStart}}</nowiki></code> rather than find and copy/paste the equivalent div tag involved. | ||
Should the NPC start with a selection of options instead of initial dialogue text, requiring use of <code><nowiki>{{DialogueOption|indent=0|text=...}}</nowiki></code>, use of <code><nowiki>{{DialogueStart}}</nowiki></code> beforehand is preferred in order to avoid later issues with the dialogue structure. | |||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 15:47, 4 January 2022
Usage
Simple template meant for starting Dialogue sections of a page, only having to use {{DialogueStart}}
rather than find and copy/paste the equivalent div tag involved.
Should the NPC start with a selection of options instead of initial dialogue text, requiring use of {{DialogueOption|indent=0|text=...}}
, use of {{DialogueStart}}
beforehand is preferred in order to avoid later issues with the dialogue structure.