15 lines
409 B
HTML
15 lines
409 B
HTML
<h4>Work Title Format</h4>
|
|
|
|
<p>
|
|
Specify how the page title looks in your browser when you are reading a story. Some examples:
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>TITLE - AUTHOR - FANDOM</dt>
|
|
<dd>This is the default format.</dd>
|
|
<dt>TITLE - AUTHOR</dt>
|
|
<dd>Don't include the fandom</dd>
|
|
<dt>FANDOM_AUTHOR_TITLE</dt>
|
|
<dd>Start with fandom, then with author, then title, with underscores instead of dashes.</dd>
|
|
</dl>
|
|
|