Module:Citation/CS1: Difference between revisions
Bug fix to allow display of trans-chapter errors;
m>Trappist the monk (pattern not a literal string bites again) |
m>Trappist the monk (Bug fix to allow display of trans-chapter errors;) |
||
Line 1,932: | Line 1,932: | ||
Title = script_concatenate (Title, ScriptTitle); -- <bdi> tags, lang atribute, categorization, etc; must be done after title is wrapped | Title = script_concatenate (Title, ScriptTitle); -- <bdi> tags, lang atribute, categorization, etc; must be done after title is wrapped | ||
TransTitle = wrap( 'trans-quoted-title', TransTitle ); | TransTitle = wrap( 'trans-quoted-title', TransTitle ); | ||
-- Chapter = ''; -- chapter not allowed - disabled because doing this here doesn't display error msg and promoted url is lost | |||
else | else | ||
Title = wrap( 'italic-title', Title ); | Title = wrap( 'italic-title', Title ); |