Back

Core 2k/6k question

#1
Despite watching the video and reading the manual, I haven't been able to customize shared deck "Core 2k/6k Optimized Japanese Vocabulary" the way I want it. I only want one way cards as follows:
Front - Vocabulary-Kanji (32px), Expression (32px)
Back - Vocabulary-Kanji (32px), Expression (32px), Vocabulary-Kana (20px), Sentence-Kana (20px), Vocabulary-English (10px), Sentence-English (10px)

Can you tell me the right code to put in the Card Types window?

(Here is the existing code, if it helps)
Front Template:
<span style="font-size: 28px; ">{{Vocabulary-English}}</span> <span style="font-size: 15px; color: #5555ff">{{Vocabulary-Pos}}</span><br>
<span style="font-family: MS ゴシック; font-size: 32px; ">{{Sentence-Clozed}}</span><br>
{{Caution}}<br>
{{Sentence-Image}}<br>
<span style="font-size: 15px; ">{{Sentence-English}}</span>

Styling:
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}

.card1 { background-color: #ffff7f; }

Back Template:
{{FrontSide}}

<hr id=answer>

{{Vocabulary-Audio}}{{Vocabulary-Furigana}}<br><br>
<span style="font-family: MS ゴシック; ">{{furigana:Reading}}</span><br><br>
{{Sentence-Audio}}-- <span style="font-size: 10px">{{Notes}}</span> --
Reply
#2
Front Template
Quote:<span style="font-family: Meiryo; font-size: 30px; color: #aa007f">{{TargetKanji}}</span>
<br>
<br>
<br>
<span style="font-family: Meiryo; font-size: 32px; ">{{Expression}}</span>
Styling
Quote:.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
Back Template
Quote:{{FrontSide}}
<hr id=answer>
<span style="font-family: Meiryo; font-size: 20px; ">{{KanaReading}}</span>
<br>
<br>
<span style="font-family: Meiryo; font-size: 20px; ">{{furigana:Reading}}</span>
<br>
<br>
<span style="font-family: Calibri; font-size: 10px;">{{Meaning}}</span>
<br>
<br>
<span style="font-family: Calibri; font-size: 10px; color: #ffaa00">{{SentenceMeaning}}</span>
Anki "Card" formatting image:

http://oi43.tinypic.com/r8cdqg.jpg


p.s. This sort of question is preferred by the mods and admin, if it were asked over at the Anki support page. For more information on what is considered reasonable, it might be of some benefit to read this thread:

http://forum.koohii.com/showthread.php?tid=10951

Best of luck with your issues.
Reply
#3
thanks!
Reply
May 16 - 30 : Pretty Big Deal: Save 31% on all Premium Subscriptions! - Sign up here
JapanesePod101
#4
Anytime.
Reply