Template:Tcond/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "{{Documentation}} '''Transcript condition''' is used on transcript mw.pages to record dialogue that changes based on arbitrary conditions. Following a usage of tcond, dialogue that occurs in that branch should have an additional level of indent. ==Usage== <pre> * {{tcond|If the player has 100 coins:}} ** Example text * {{tcond|If the player does not have 100 coins:}} ** Example text </pre> Results in: {{Transcript example| * {{tcond|If the player has 100 coins:}} ** E...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Documentation}} |
{{Documentation}} |
||
'''Transcript condition''' is used on transcript |
'''Transcript condition''' is used on transcript pages to record dialogue that changes based on arbitrary conditions. Following a usage of tcond, dialogue that occurs in that branch should have an additional level of indent. |
||
==Usage== |
==Usage== |
Latest revision as of 12:01, 17 October 2024
Transcript condition is used on transcript pages to record dialogue that changes based on arbitrary conditions. Following a usage of tcond, dialogue that occurs in that branch should have an additional level of indent.
Usage
* {{tcond|If the player has 100 coins:}} ** Example text * {{tcond|If the player does not have 100 coins:}} ** Example text
Results in:
- If the player has 100 coins:
- Example text
- If the player does not have 100 coins:
- Example text
Parameters
1
The condition text.