Editing Text Replacement

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:
The '''Text Replacement''' game system parses value tokens and formatting tags. This is used on a several forms like [[Book]]s and [[Terminal]]s.
The '''Text Replacement''' game system parses value tokens and formatting tags. This is used on a several forms like [[Book]]s and [[Terminal]]s.


==Tokens==
 
Quest-associated books can contain tokens used for '''Text Replacement''' if you add a book alias to the quest and set "Uses Stored Text" flag on this alias.
==Book Text==
The [[Book]] text field can be formatted with a variety of '''markup''' tags.
Quest-associated books can contain additional tags used for '''Text Replacement'''.
To associate book with the quest you need to add book alias to the quest and set "Uses Stored Text" flag on this alias.
 


==Markup==
==Markup==
Some text fields support a variety of '''Markup''' tags used with formatting.
Some text fields support a variety of '''Markup''' tags used with formatting.
===Example===
<source lang="text">
<!--This is the example for text markup-->
<font face='$HandwrittenFont' size='35'>Hello World!</font>
<b><i><u>This is bold, italic, and underlined.</u></i></b>
<BR>These are some colors I like.
<ul>
<li>Black</li>
<li>White</li>
<li>Red</li>
<li>Green</li>
<li>Blue</li>
</ul></nowiki>
[pagebreak]
<!--A new page has starts here-->
<p align='center'>My center aligned text.
<p align='left'>My left aligned text.
</source>


===Syntax===
===Syntax===
Line 86: Line 71:
**** Tag: <code><img src='img://Textures/Interface/Books/Illuminated_Letters/X_letter.png'></code>
**** Tag: <code><img src='img://Textures/Interface/Books/Illuminated_Letters/X_letter.png'></code>
**** Description: Used for adding special illuminated letters at the beginning of books. (Replace the "X" with any letter or number.)
**** Description: Used for adding special illuminated letters at the beginning of books. (Replace the "X" with any letter or number.)
===Example===
<code>
<nowiki>&lt;!--This is the example for text markup--&gt;</nowiki><BR>
<nowiki><font face='$HandwrittenFont' size='35'>Hello World!</font></nowiki><BR>
<nowiki><b><i><u>This is bold, italic, and underlined.</u></i></b></nowiki><BR>
<nowiki><BR>These are some colors I like.</nowiki><BR>
<nowiki><ul></nowiki><BR>
<nowiki><li>Black</li></nowiki><BR>
<nowiki><li>White</li></nowiki><BR>
<nowiki><li>Red</li></nowiki><BR>
<nowiki><li>Green</li></nowiki><BR>
<nowiki><li>Blue</li></nowiki><BR>
<nowiki></ul></nowiki></nowiki><BR>
<nowiki>[pagebreak]</nowiki><BR>
<nowiki>&lt;!--A new page has starts here--&gt;</nowiki><BR>
<nowiki><p align='center'>My center aligned text.</nowiki><BR>
<nowiki><p align='left'>My left aligned text.</nowiki>
</code>


==Fonts==
==Fonts==

Please note that all contributions to the Fallout4 CreationKit Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see FalloutCK:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Template used on this page: