+
+
+ {beforeMatch ? {beforeMatch} : null}
+ {match ? {match} : null}
+ {afterMatch ? {afterMatch} : null}
+
+
+
+
+ {translation && (
+
+ {translation}
+
+ )}
+
+ {transliteration && (
+
+ {translitBeforeMatch ? {translitBeforeMatch} : null}
+ {translitMatch ? {translitMatch} : null}
+ {translitAfterMatch ? {translitAfterMatch} : null}
+
+ )}
+
+
+
+ {showCitation && (
+
+ {[
+ getWriterName(),
+ SOURCE_ABBREVIATIONS[ sourceId ],
+ `${getPageName()} ${sourcePage}`,
+ ].reduce( ( prev, curr ) => [ prev, ' - ', curr ] )}
+
)}
-
-
- {showCitation && (
-
- {[
- getWriterName(),
- SOURCE_ABBREVIATIONS[ sourceId ],
- `${getPageName()} ${sourcePage}`,
- ].reduce( ( prev, curr ) => [ prev, ' - ', curr ] )}
-
- )}
-
-
-