Scenic Wall Calendar Page
Generates a realistic wall calendar page featuring a customizable scenic photograph on top and a detailed monthly grid below.

프롬프트
{
"type": "벽걸이 달력 페이지",
"presentation": "흰 벽에 걸려 있고 은은한 그림자가 드리워진 실제 종이 달력",
"layout": {
"top_half": {
"type": "풍경 사진",
"subject": "{argument name=\"scenic location\" default=\"벚꽃과 호수가 어우러진 후지산\"}",
"details": "눈 덮인 산, 고요한 푸른 호수에 비친 반영, 두 사람이 탄 작은 목선, 좌우 상단을 감싸는 분홍색 벚꽃, 우측 하단의 분홍색 꽃들",
"text_overlays": [
{
"position": "우측 상단",
"text": "{argument name=\"year and month\" default=\"2026년 4월\"}",
"style": "흰색 세리프 폰트"
},
{
"position": "하단 중앙",
"text": "4 / {argument name=\"highlighted date\" default=\"16\"} / {argument name=\"day of week\" default=\"화요일\"}",
"style": "그림자가 있는 큰 흰색 세리프 폰트"
}
]
},
"bottom_half": {
"type": "달력 그리드",
"header": {
"text": "2026년 4월",
"style": "빨간색 필기체 폰트, 중앙 정렬"
},
"grid_structure": {
"columns": 7,
"rows": 5,
"column_headers": ["일", "월", "화", "수", "목", "금", "토"]
},
"grid_content": {
"highlighted_cell": {
"date": "{argument name=\"highlighted date\" default=\"16\"}",
"style": "빨간색 솔리드 사각형 배경, 흰색 텍스트"
},
"number_colors": "일요일은 빨간색, 토요일은 파란색, 평일은 검은색, 이전 달 날짜는 연한 회색",
"notable_features": "숫자 5가 두 번 나타나는 AI 생성 오류 (1행 끝, 2행 시작)"
},
"footer": {
"text": "{argument name=\"holidays\" default=\"지구의 날 (22일), 쇼와의 날 (29일)\"}",
"position": "좌측 하단",
"style": "빨간색 세리프 폰트"
}
}
}
}
기계 번역 — 실제 결과물을 만든 것은 원문 프롬프트입니다.
원문 프롬프트
{
"type": "wall calendar page",
"presentation": "physical paper calendar hanging on a white wall with a subtle drop shadow",
"layout": {
"top_half": {
"type": "scenic photograph",
"subject": "{argument name=\"scenic location\" default=\"Mount Fuji with cherry blossoms and a lake\"}",
"details": "snow-capped mountain, calm blue lake reflection, small wooden boat with two people, pink cherry blossoms framing the top left and right shores, pink flowers on the bottom right shore",
"text_overlays": [
{
"position": "top right",
"text": "{argument name=\"year and month\" default=\"2026 APRIL\"}",
"style": "white serif font"
},
{
"position": "bottom center",
"text": "4 / {argument name=\"highlighted date\" default=\"16\"} / {argument name=\"day of week\" default=\"TUESDAY\"}",
"style": "large white serif font with drop shadow"
}
]
},
"bottom_half": {
"type": "calendar grid",
"header": {
"text": "April 2026",
"style": "red cursive script font, centered"
},
"grid_structure": {
"columns": 7,
"rows": 5,
"column_headers": ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"]
},
"grid_content": {
"highlighted_cell": {
"date": "{argument name=\"highlighted date\" default=\"16\"}",
"style": "solid red square background, white text"
},
"number_colors": "Sundays in red, Saturdays in blue, weekdays in black, previous month dates in light gray",
"notable_features": "AI generation artifact where the number 5 appears twice (end of row 1, start of row 2)"
},
"footer": {
"text": "{argument name=\"holidays\" default=\"Earth Day (22) Showa Day (29)\"}",
"position": "bottom left",
"style": "red serif font"
}
}
}
}