<xf:prefixinputrow
label="{{ phrase('title') }}"
prefixes="{$prefixes}"
type="thread"
prefix-value="{{ $forum.draft_thread.prefix_id ?: ($thread.prefix_id ?: $forum.default_prefix_id) }}"
textbox-value="{{ $thread.title ?: $forum.draft_thread.title }}"
textbox-class="input--title"
placeholder="{$forum.thread_prompt}"
rowtype="fullWidth noLabel"
autofocus="autofocus"
maxlength="{{ max_length('XF:Thread', 'title') }}" />