This template marks a string as Hebrew script. It is transcluded by {{Script}}.
| This is a documentation subpage for Template:Script/Hebrew. It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses TemplateStyles: |
This template marks a string as Hebrew script. It is transcluded by {{Script}}.
This template applies styles to ensure the correct display of the Hebrew script; it does not tag text as being in the Hebrew language. Therefore, language tagging must be handled separately using {{Lang}} or {{Langx}}, where appropriate.
This defines font-families, font-size and a CSS class:
{{safesubst:<noinclude/>ifsubst|1=|2=<templatestyles src="Script/styles_hebrew.css" />}}<bdi dir="rtl" class="script-hebrew" style="font-size:{{{size|125%}}}; {{{style|}}}" {{{attributes|}}} >{{{1}}}</bdi>
This template has two goals:
.script-hebrew in their user CSS; see Help:User style.Placing a Hebrew sign in {{Script}}:
{{Script/Hebr|א}}
The result will be a <bdi> (a special form of <span> which isolates the input from any surrounding text, such as punctuation) with a class attribute:
<bdi dir="rtl" class="script-hebrew" style="font-size:125%;">א</bdi>
Which appears in your browser as:
Without {{Script}}:
Any user can use another font with a different size by writing the following on their custom CSS. (see Help:User style)
An example making the font size 137%, and choosing SBL Hebrew to be the main font with 5 additional fonts:
.script-hebrew {
font-size: 137% !important;
font-family: "SBL Hebrew", David, Narkisim,
"Times New Roman", FrankRuehl, Gisha, sans-serif !important;
}
" or '.!important at the end of the font-size line and at the end of the font-family line, since they are already specified by the template and you want to override them.line-height: 125%; Remember to put it before the }. The more number percentage, the more space is added. If you wanted to decrease the line height spacing, decrease the percentage. You may use any number (e.g. 85% or 140%) or use the special value normal which will properly use the minimum setting of the line-height recommended by each candidate font.TemplateData for Script/Hebrew
Template data
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
No description.
| ||||||||||
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.