-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
206 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,71 @@ | ||
<div style="display: block;"> | ||
<div style="display: inline-block;"> | ||
{% if Girdi.telaffuz %} | ||
<span style="display: block;margin-bottom: 0.375em;">/{{ Girdi.telaffuz }}/</span> | ||
{% endif %} | ||
{% if Girdi.lisan %} | ||
<span style="display: block;margin-bottom: 0.5em;">Kaynak: {{ Girdi.lisan }}</span> | ||
{% endif %} | ||
{% if Girdi.cogul_mu %} | ||
<span style="display: inline-block;">[ÇOĞUL] </span> | ||
{% endif %} | ||
{% if Girdi.ozel_mi %} | ||
{%- if Girdi.telaffuz -%} | ||
<span style="display: block;margin-bottom: 0.375em;">/{{- Girdi.telaffuz -}}/</span> | ||
{%- endif -%} | ||
{%- if Girdi.lisan -%} | ||
<span style="display: block;margin-bottom: 0.5em;">Kaynak: {{ Girdi.lisan -}}</span> | ||
{%- endif -%} | ||
{%- if Girdi.cogul_mu -%} | ||
<span style="display: inline-block;">[ÇOKLUK] </span> | ||
{%- endif -%} | ||
{%- if Girdi.ozel_mi -%} | ||
<span style="display: inline-block;">[ÖZEL]</span> | ||
{% endif %} | ||
{%- endif -%} | ||
</div> | ||
<div style="display: block;margin-top: 0.375em;"> | ||
{% if Girdi.on_taki or Girdi.taki %} | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">{{ Girdi.on_taki }} {{ Girdi.madde }}, -{{Girdi.taki}}</span> | ||
{% endif %} | ||
{% for Anlam in Girdi.anlam %} | ||
{%- if Girdi.on_taki or Girdi.taki -%} | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">{{- Girdi.on_taki -}} {{- Girdi.madde -}}, -{{-Girdi.taki-}}</span> | ||
{%- endif -%} | ||
{%- for Anlam in Girdi.anlam -%} | ||
<div style="display: block;margin-bottom: 0.5em;"> | ||
{% if Girdi.anlam|length > 1 %} | ||
<span style="font-weight: bold;">{{ Anlam.anlam_sira }}. </span> | ||
{% else %} | ||
{%- if Girdi.anlam|length > 1 -%} | ||
<span style="font-weight: bold;">{{- Anlam.anlam_sira -}}. </span> | ||
{%- else -%} | ||
<span style="text-indent: 1em;"></span> | ||
{% endif %} | ||
{% if Anlam.fiil %} | ||
{%- endif -%} | ||
{%- if Anlam.fiil -%} | ||
<span style="display: inline-block;">[FİİL] </span> | ||
{% endif %} | ||
{% if Anlam.ozelliklerListe %} | ||
<span style="display: inline-block;font-style: italic;">[ | ||
{% for Ozellik in Anlam.ozelliklerListe %} | ||
{{ "%s" % Ozellik if loop.last else "%s, " % Ozellik }} | ||
{% endfor %} | ||
]</span> | ||
{% endif %} | ||
{%- endif -%} | ||
{%- if Anlam.ozelliklerListe -%} | ||
<span style="display: inline-block;">[ | ||
{%- for Ozellik in Anlam.ozelliklerListe -%} | ||
{{- "%s" % Ozellik if loop.last else "%s, " % Ozellik -}} | ||
{%- endfor -%} | ||
] </span> | ||
{%- endif -%} | ||
<span> | ||
{{ Anlam.anlam }} | ||
{{- Anlam.anlam -}} | ||
</span> | ||
{% if Anlam.orneklerListe %} | ||
{%- if Anlam.orneklerListe -%} | ||
<div style="display: block;"> | ||
{% for _ornek in Anlam.orneklerListe %} | ||
<span style="display: block;margin-left: 1em;margin-right: 1em;margin-top: 0.5em;">▪ {{ _ornek.ornek }}</span> | ||
{% if _ornek.yazar %} | ||
<span style="display: block;margin-left: 1em;margin-right: 1em;margin-top: 0.5em;">— {{ _ornek.yazar }}</span> | ||
{% endif %} | ||
{% endfor %} | ||
{%- for _ornek in Anlam.orneklerListe -%} | ||
<span style="display: block;margin-left: 1em;margin-right: 1em;margin-top: 0.5em;">▪ {{ _ornek.ornek -}}</span> | ||
{%- if _ornek.yazar -%} | ||
<span style="display: block;margin-left: 1em;margin-right: 1em;margin-top: 0.5em;">— {{ _ornek.yazar -}}</span> | ||
{%- endif -%} | ||
{%- endfor -%} | ||
</div> | ||
{% endif %} | ||
{%- endif -%} | ||
</div> | ||
{% endfor %} | ||
{% if Girdi.atasozu %} | ||
{%- endfor -%} | ||
{%- if Girdi.atasozu -%} | ||
<div style="display: block;margin-top: 0.5em;"> | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">Atasözleri, Deyimler veya Birleşik Fiiller</span><br> | ||
{% for a in Girdi.atasozu %} | ||
{{ "%s" % a if loop.last else "%s, " % a }} | ||
{% endfor %} | ||
<span style="font-weight: bold;display: block;">Atasözleri, Deyimler veya Birleşik Fiiller</span><br> | ||
<span>→ </span> | ||
{%- for a in Girdi.atasozu -%} | ||
{{- "<span>%s</span>" % a if loop.last else "<span>%s, </span>" % a -}} | ||
{%- endfor -%} | ||
</div> | ||
{% endif %} | ||
{% if Girdi.birlesikler %} | ||
{%- endif -%} | ||
{%- if Girdi.birlesikler -%} | ||
<div style="display: block;margin-top: 0.5em;"> | ||
<span style="font-weight: bold;display: block;margin-bottom: 0.375em;">Birleşik Kelimeler</span><br> | ||
{% for a in Girdi.birlesikler %} | ||
{{ "%s" % a if loop.last else "%s, " % a }} | ||
{% endfor %} | ||
<span style="font-weight: bold;display: block;">Birleşik Kelimeler</span><br> | ||
<span>→ </span> | ||
{%- for a in Girdi.birlesikler -%} | ||
{{- "<span>%s</span>" % a if loop.last else "<span>%s, </span>" % a -}} | ||
{%- endfor -%} | ||
</div> | ||
{% endif %} | ||
{%- endif -%} | ||
</div> | ||
</div> |
Oops, something went wrong.