测试页面:修订间差异

来自SOKA CAFE
早已过气的元首
早已过气的元首留言 | 贡献 (已还原早已过气的元首讨论)的编辑至最后由Banmad3n修订的版本)
 
第1行: 第1行:
<html lang="zh-CN">
<html lang="zh-CN">
<head>
<head>
  <meta charset="UTF-8">
    <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.5, user-scalable=yes">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>尘封档案 · 封存样式</title>
    <title>自适应轮播图</title>
  <style>
    <style>
    * {
        * {
      margin: 0;
            margin: 0;
      padding: 0;
            padding: 0;
      box-sizing: border-box;
            box-sizing: border-box;
     }
        }
       
        .container {
            width: 90vw; /* 使用视口宽度 */
            max-width: 800px; /* 电脑端最大宽度 */
            min-width: 280px; /* 最小宽度 */
            height: auto;
            min-height: 120px; /* 最小高度 */
            aspect-ratio: 2.03; /* 保持原有270/133≈2.03的比例 */
            margin: 20px auto;
            background: #fff;
            border-radius: 12px;
            padding: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }
       
        .carousel {
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            overflow: hidden;
        }
       
        .carousel-wrapper {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }
       
        .carousel-item {
            flex: 0 0 100%;
            width: 100%;
            height: 100%;
        }
       
        .carousel-link {
            display: block;
            width: 100%;
            height: 100%;
        }
       
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保持图片比例并填充容器 */
            object-position: center;
        }
       
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
            background: rgba(0,0,0,0.4);
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
        }
       
        .carousel-btn:hover {
            background: rgba(0,0,0,0.6);
        }
       
        .prev-btn {
            left: 12px;
        }
       
        .next-btn {
            right: 12px;
        }
       
        .carousel-indicators {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }
       
        .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s;
        }
       
        .indicator.active {
            background: #fff;
            transform: scale(1.2);
        }
       
        /* 平板设备 */
        @media (max-width: 1024px) {
            .container {
                width: 85vw;
                max-width: 600px;
                padding: 10px;
            }
           
            .carousel-btn {
                width: 32px;
                height: 32px;
                font-size: 16px;
            }
        }
       
        /* 手机设备 */
        @media (max-width: 768px) {
            .container {
                width: 92vw;
                max-width: 500px;
                padding: 8px;
                border-radius: 10px;
                margin: 15px auto;
            }
           
            .carousel {
                border-radius: 6px;
            }
           
            .carousel-btn {
                width: 28px;
                height: 28px;
                font-size: 14px;
                opacity: 0.9;
            }
           
            .prev-btn {
                left: 8px;
            }
           
            .next-btn {
                right: 8px;
            }
           
            .carousel-indicators {
                bottom: 10px;
            }
           
            .indicator {
                width: 8px;
                height: 8px;
            }
        }
       
        /* 小手机设备 */
        @media (max-width: 480px) {
            .container {
                width: 94vw;
                min-width: 260px;
                padding: 6px;
                margin: 10px auto;
            }
           
            .carousel-btn {
                width: 24px;
                height: 24px;
                font-size: 12px;
            }
           
            .prev-btn {
                left: 5px;
            }
           
            .next-btn {
                right: 5px;
            }
           
            .indicator {
                width: 6px;
                height: 6px;
            }
        }
    </style>
</head>
<body>
    <div style="font-size: min(4vw, 26px); margin-top: 20px; text-align: center; font-family: serif; padding: 0 10px;">
        '''欢迎来到「SOKA CAFE——エア本中文维基」'''
    </div>
    <div style="font-size: min(3vw, 18px); margin-bottom: 15px; text-align: center; margin-top: 10px; padding: 0 10px;">
        ''頭がパーン@wiki:中華エア本支部''
    </div>
   
    <div class="container">
        <div class="carousel" id="carousel">
            <div class="carousel-wrapper" id="carouselWrapper">
                <div class="carousel-item">
                    <a href="https://soka.cafe/index.php?title=创学" class="carousel-link">
                        <img src="https://soka.cafe/Special:FilePath/解惑.jpg" alt="解惑">
                    </a>
                </div>
                <div class="carousel-item">
                    <a href="https://soka.cafe/index.php?title=维基观看与使用指南" class="carousel-link">
                        <img src="https://soka.cafe/Special:FilePath/导航1.1.jpg" alt="维基观看与使用指南">
                    </a>
                </div>
                <div class="carousel-item">
                    <a href="https://soka.cafe/index.php?title=入站须知" class="carousel-link">
                        <img src="https://soka.cafe/Special:FilePath/条责.jpg" alt="入站须知">
                    </a>
                </div>
            </div>
            <button class="carousel-btn prev-btn" id="prevBtn">&lt;</button>
            <button class="carousel-btn next-btn" id="nextBtn">&gt;</button>
            <div class="carousel-indicators" id="indicators"></div>
        </div>
    </div>
 
<script>
    const carouselWrapper = document.getElementById("carouselWrapper");
    const prevBtn = document.getElementById("prevBtn");
     const nextBtn = document.getElementById("nextBtn");
    const indicators = document.getElementById("indicators");
    const carouselItems = document.querySelectorAll(".carousel-item");
    const itemCount = carouselItems.length;
    let currentIndex = 0;


     .archive-card {
     function renderIndicators() {
      max-width: 820px;
        indicators.innerHTML = "";
      width: 100%;
         for (let i = 0; i < itemCount; i++) {
      background: #f3efe0;
            const indicator = document.createElement("div");
      background-image:
            indicator.className = `indicator ${i === currentIndex ? "active" : ""}`;
         radial-gradient(circle at 10% 20%, rgba(215, 195, 160, 0.2) 0%, transparent 30%),
            indicator.addEventListener("click", () => goToSlide(i));
        radial-gradient(circle at 90% 80%, rgba(180, 155, 120, 0.25) 0%, transparent 40%),
            indicators.appendChild(indicator);
        linear-gradient(145deg, #e8dfca 0%, #f7f2e0 80%);
        }
      box-shadow:  
        0 12px 28px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 0 30px rgba(120, 90, 60, 0.15),
        inset 0 0 8px #d8c8a8;
      border-radius: 8px 8px 12px 12px;
      padding: 20px 16px 28px;
      position: relative;
      transition: all 0.2s ease;
      border: 1px solid #b8a78a;
      border-top-color: #d6c6aa;
      border-left-color: #cbb99b;
      border-right-color: #ac9a7c;
      border-bottom-color: #8f7d60;
      transform: rotate(0.4deg) scale(1);
      margin: 6px auto;
     }
     }


     .archive-card::before {
     function goToSlide(index) {
      content: '';
        currentIndex = index;
      position: absolute;
         carouselWrapper.style.transform = `translateX(-${currentIndex * 100}%)`;
      inset: 0;
        renderIndicators();
      border-radius: inherit;
      background-image:
         url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch"/><feColorMatrix type="matrix" values="1 0 0 0 0 0 0.9 0 0 0 0 0 0.8 0 0 0 0 0 0.12 0"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.2"/></svg>');
      background-repeat: repeat;
      background-size: 300px 300px;
      opacity: 0.4;
      pointer-events: none;
      mix-blend-mode: multiply;
      z-index: 2;
     }
     }


     .archive-card::after {
     function prevSlide() {
      content: '';
        currentIndex = (currentIndex - 1 + itemCount) % itemCount;
      position: absolute;
        goToSlide(currentIndex);
      top: -2px;
      left: 10%;
      width: 80%;
      height: 24px;
      background: rgba(200, 175, 140, 0.25);
      background: linear-gradient(90deg, transparent, rgba(190, 160, 120, 0.3) 20%, rgba(210, 180, 140, 0.2) 80%, transparent);
      border-radius: 60% 60% 30% 30% / 100% 100% 20% 20%;
      filter: blur(1px);
      box-shadow: 0 -2px 6px rgba(100, 70, 40, 0.2);
      z-index: 1;
      opacity: 0.7;
      pointer-events: none;
     }
     }


     .archive-item {
     function nextSlide() {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        currentIndex = (currentIndex + 1) % itemCount;
      font-size: 16px;
        goToSlide(currentIndex);
      font-family: 'Times New Roman', 'Songti SC', 'STSong', 'SimSun', serif;
      color: #2e2a24;
      margin: 13px 0.5%;
      padding: 10px 10px;
      border-radius: 4px;
      border-left: 7px solid #d4b68a;
      line-height: 1.8;
      background-color: rgba(252, 248, 235, 0.6);
      position: relative;
      z-index: 3;
      letter-spacing: 0.3px;
      word-spacing: 0.8px;
      text-shadow: 0 0 2px rgba(160, 120, 80, 0.1);
      background-image: radial-gradient(circle at 20% 30%, rgba(180, 150, 110, 0.08) 0%, transparent 60%),
                        radial-gradient(circle at 80% 70%, rgba(140, 110, 70, 0.06) 0%, transparent 50%);
      backdrop-filter: blur(0.5px);
     }
     }


     .archive-item strong,
     let autoPlay = setInterval(nextSlide, 5000);
     .archive-item b,
    const carousel = document.getElementById("carousel");
     .archive-item .project-name {
   
      font-weight: 600;
    // 鼠标悬停时暂停自动播放
      color: #2b241c;
     carousel.addEventListener("mouseenter", () => clearInterval(autoPlay));
      text-shadow: 0 0 3px #b8a080;
     carousel.addEventListener("mouseleave", () => {
      letter-spacing: 0.6px;
        clearInterval(autoPlay);
     }
        autoPlay = setInterval(nextSlide, 5000);
    });
   
    // 触摸设备支持
    let startX = 0;
    let endX = 0;
   
    carousel.addEventListener("touchstart", (e) => {
        startX = e.touches[0].clientX;
        clearInterval(autoPlay);
    });
   
    carousel.addEventListener("touchend", (e) => {
        endX = e.changedTouches[0].clientX;
        if (startX - endX > 50) {
            nextSlide(); // 向左滑动
        } else if (endX - startX > 50) {
            prevSlide(); // 向右滑动
        }
        autoPlay = setInterval(nextSlide, 5000);
     });


     .archive-meta {
     prevBtn.addEventListener("click", prevSlide);
      display: flex;
    nextBtn.addEventListener("click", nextSlide);
      justify-content: space-between;
   
      align-items: baseline;
    // 初始化
      margin-top: 18px;
    renderIndicators();
      padding-top: 12px;
   
      border-top: 1px dashed #b7a48a;
    // 窗口大小变化时重新计算
      font-size: 13px;
    window.addEventListener("resize", () => {
      color: #5f5342;
        // 重新定位当前幻灯片
      font-family: 'Courier New', 'SimSun', monospace;
        goToSlide(currentIndex);
      letter-spacing: 0.6px;
    });
      opacity: 0.75;
</script>
      flex-wrap: wrap;
</body>
      gap: 6px 12px;
</html>
      position: relative;
      z-index: 3;
    }


    .archive-meta span {
      background: rgba(210, 190, 165, 0.2);
      padding: 0 8px;
      border-radius: 12px;
      font-size: 12px;
      border: 1px solid #cbb69b;
      box-shadow: inset 0 1px 2px rgba(255, 245, 220, 0.6);
      backdrop-filter: blur(1px);
      display: inline-block;
      white-space: nowrap;
    }


    .stamp-watermark {
      position: absolute;
      bottom: 18px;
      right: 25px;
      font-size: 48px;
      font-weight: 700;
      color: rgba(160, 70, 50, 0.15);
      font-family: 'Times New Roman', 'STSong', serif;
      transform: rotate(-12deg) scale(1.2);
      letter-spacing: 6px;
      pointer-events: none;
      z-index: 1;
      text-shadow: 0 2px 6px rgba(0,0,0,0.1);
      border: 1px solid rgba(160, 70, 50, 0.08);
      padding: 0 8px;
      border-radius: 20px 0 20px 0;
      background: rgba(200, 160, 130, 0.05);
      backdrop-filter: blur(1px);
    }


    .foxing {
      position: absolute;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(140, 110, 70, 0.08) 0%, transparent 80%);
      pointer-events: none;
      z-index: 0;
    }
    .foxing-1 {
      width: 120px;
      height: 120px;
      top: 10%;
      left: 5%;
      background: radial-gradient(circle, rgba(170, 140, 100, 0.12) 0%, transparent 70%);
      filter: blur(6px);
    }
    .foxing-2 {
      width: 200px;
      height: 200px;
      bottom: 0;
      right: 0;
      background: radial-gradient(circle, rgba(120, 90, 60, 0.09) 0%, transparent 70%);
      filter: blur(10px);
    }
    .foxing-3 {
      width: 80px;
      height: 80px;
      top: 60%;
      left: 70%;
      background: radial-gradient(circle, rgba(100, 70, 40, 0.06) 0%, transparent 70%);
      filter: blur(8px);
    }


    .crease {
      position: absolute;
      height: 100%;
      width: 2px;
      background: rgba(160, 130, 100, 0.08);
      top: 0;
      left: 30%;
      transform: rotate(4deg);
      filter: blur(1px);
      box-shadow: 0 0 12px rgba(100, 70, 40, 0.05);
      pointer-events: none;
      z-index: 1;
    }
    .crease-2 {
      left: 70%;
      transform: rotate(-3deg);
      width: 1px;
      background: rgba(120, 90, 60, 0.1);
    }


    .archive-item {
      border-left-color: #c6ad88 !important;
    }


    .typewriter {
      font-family: 'Courier New', 'Lucida Console', 'SimSun', monospace;
    }


    @media (max-width: 640px) {
----
      .archive-card {
        padding: 14px 10px 22px;
        margin: 4px 0;
        border-radius: 6px;
        transform: rotate(0.2deg);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.25);
      }
      .archive-card::after {
        height: 16px;
        left: 8%;
        width: 84%;
      }
      .archive-item {
        font-size: 15px;
        margin: 10px 0.2%;
        padding: 8px 8px;
        border-left-width: 5px;
        line-height: 1.7;
      }
      .archive-item span[style*="font-size: 0.9em"] {
        font-size: 0.85em !important;
        margin-left: 4px;
        display: inline-block;
      }
      .archive-item::before {
        left: -12px;
        font-size: 18px;
        top: 4px;
      }
      .archive-card > div[style*="margin: 12px 1% 0 1%"] {
        margin: 10px 0.2% 0 0.2% !important;
        padding: 4px 8px 10px 8px !important;
        font-size: 14px !important;
        line-height: 1.8 !important;
        border-left-width: 2px;
      }
      .archive-card > div[style*="margin: 12px 1% 0 1%"] p {
        text-indent: 1.8em;
        margin-bottom: 4px;
        letter-spacing: 0.3px;
      }
      .archive-card > div[style*="margin: 12px 1% 0 1%"] div[style*="display: flex"] {
        gap: 6px;
        font-size: 12px !important;
        padding-top: 6px;
        flex-wrap: wrap;
      }
      .archive-meta {
        font-size: 11px;
        margin-top: 14px;
        padding-top: 10px;
        gap: 4px 8px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
      }
      .archive-meta span {
        font-size: 10px;
        padding: 0 6px;
        white-space: nowrap;
      }
      .stamp-watermark {
        font-size: 28px;
        bottom: 10px;
        right: 12px;
        letter-spacing: 4px;
        transform: rotate(-10deg) scale(1);
        opacity: 0.5;
        padding: 0 4px;
        border-radius: 14px 0 14px 0;
      }
      .foxing-1 { width: 70px; height: 70px; top: 5%; left: 2%; }
      .foxing-2 { width: 120px; height: 120px; bottom: 0; right: 0; }
      .foxing-3 { width: 50px; height: 50px; top: 50%; left: 60%; }
      .crease { display: none; }
      .crease-2 { display: none; }
      .archive-card > div[style*="bottom: 50px; left: 30px;"] {
        bottom: 36px !important;
        left: 12px !important;
        font-size: 11px !important;
        padding: 0 8px !important;
        letter-spacing: 1px;
        opacity: 0.3;
      }
      .archive-card > div[style*="top: 40px; right: 20px;"] {
        display: none;
      }
      .archive-card > div[style*="bottom: 70px; left: 60px;"] {
        display: none;
      }
      body > div[style*="position: fixed; bottom: 8px; right: 12px;"] {
        font-size: 8px;
        padding: 0 4px;
        bottom: 4px;
        right: 6px;
        opacity: 0.25;
      }
    }


    @media (max-width: 420px) {
      .archive-card {
        padding: 10px 6px 18px;
      }
      .archive-item {
        font-size: 14px;
        padding: 6px 6px;
        border-left-width: 4px;
        margin: 8px 0.1%;
      }
      .archive-item span[style*="font-weight: 600"] {
        font-size: 0.95em;
      }
      .archive-card > div[style*="margin: 12px 1% 0 1%"] {
        font-size: 13px !important;
        padding: 2px 6px 8px 6px !important;
      }
      .archive-meta span {
        font-size: 9px;
        padding: 0 4px;
      }
      .stamp-watermark {
        font-size: 22px;
        bottom: 6px;
        right: 6px;
        letter-spacing: 2px;
        opacity: 0.3;
      }
      .archive-card > div[style*="bottom: 50px; left: 30px;"] {
        bottom: 28px !important;
        left: 6px !important;
        font-size: 9px !important;
        padding: 0 4px !important;
        border-width: 1px;
      }
    }


    .fade-edge {
<html lang="zh-CN">
      box-shadow: inset 0 0 40px rgba(120, 90, 60, 0.08);
<head>
     }
     <meta charset="UTF-8">
     .archive-item .project-name {
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      display: inline;
    }
  </style>
</head>
</head>
<body>
<body>
  <div class="archive-card fade-edge">
    <div id="pageContainer" style="position: relative; width: 300px; height: 200px; border: 1px solid #000; overflow: hidden;">
    <div class="foxing foxing-1"></div>
        <div id="page1" style="position: absolute; width: 100%; height: 100%; background: #f0f0f0; text-align: center; line-height: 200px; font-size: 20px;">
    <div class="foxing foxing-2"></div>
            第一页
    <div class="foxing foxing-3"></div>
        </div>
    <div class="crease"></div>
        <div id="page2" style="position: absolute; width: 100%; height: 100%; background: #e0e0e0; text-align: center; line-height: 200px; font-size: 20px; left: 300px;">
    <div class="crease crease-2"></div>
            第二页
        </div>
    </div>
    <button onclick="turnPage()" style="margin-top: 10px;">← 翻页</button>
 
    <script>
        let isFirstPage = true;
        const page1 = document.getElementById('page1');
        const page2 = document.getElementById('page2');
        const speed = 5;
 
        function turnPage() {
            if (isFirstPage) {
                animatePage(page1, -300, page2, 0);
            } else {
                animatePage(page2, 300, page1, 0);
            }
            isFirstPage = !isFirstPage;
        }
 
        function animatePage(pageOut, targetOut, pageIn, targetIn) {
            let currentOut = parseInt(pageOut.style.left || 0);
            let currentIn = parseInt(pageIn.style.left || 300);
 
            function frame() {
                if (currentOut !== targetOut) {
                    currentOut += (targetOut - currentOut) > 0 ? speed : -speed;
                    if (Math.abs(currentOut - targetOut) < speed) currentOut = targetOut;
                    pageOut.style.left = currentOut + 'px';
                }
                if (currentIn !== targetIn) {
                    currentIn += (targetIn - currentIn) > 0 ? speed : -speed;
                    if (Math.abs(currentIn - targetIn) < speed) currentIn = targetIn;
                    pageIn.style.left = currentIn + 'px';
                }
                if (currentOut !== targetOut || currentIn !== targetIn) {
                    requestAnimationFrame(frame);
                }
            }
            requestAnimationFrame(frame);
        }
    </script>
</body>
</html>
 
 
 
 
----
</tabber>
|-|历史上的星期=
{{#switch: {{#time:w|+8hour}}
|  0 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:正常化.jpg|85x85px|无框|左]]
'''<big>[[中日邦交正常化|【星期日】池田大作发表演讲《光荣属于战斗的学生部》]]</big>'''
 
1968年9月8日,在创价学会第11届学生部大会中,池田大作面对一万数千名学生发表了历时1小时17分钟的演讲——《光荣属于战斗的学生部》,为创价学会推动中日邦交正常化作出重要贡献。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:二宗.jpg|80x80px|无框|左]]'''<big>[[第二次宗门事件|【星期日】第二次宗门事件正式拉开帷幕]]</big>'''
<br >
第二次宗门事件,是创价学会与日莲正宗之间的矛盾已彻底无法调和的情况下所展开的最终决战。
</div>
</div>
1 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:老信浓町.jpg|80x80px|无框|左]]'''<big>[[信浓町|【星期一】创价学会总部正式搬迁至信浓町]]</big>'''
<br >
1953年11月13日,[[户田城圣]]买下了位于东京都新宿区信浓町三十二号的一处私宅,改造为了创价学会新本部。此后,信浓町成为了创价学会活动的中心点。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:文化部li.jpg|80x80px|无框|左]]'''<big>【星期一】创价学会“文化部”宣告正式设立</big>'''
<br >
1954年11月22日,创价学会设立了专门为政治选举活动服务的部门——'''文化部'''。这是宗教团体创价学会涉足世俗政坛的开端。
</div>
</div>
2 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:出創.jpg|80x80px|无框|左]]'''<big>[[创价学会|【星期二】创价教育学会在日本东京宣告成立]]</big>'''
<br >
1930年11月18日,[[牧口常三郎]]《创价教育学体系》出版,标志了创价学会(时称创价教育学会)的成立。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:三代.jpg|80x80px|无框|左]]'''<big>[[久本信仰祭|【星期二】池田大作就任创价学会第三任会长]]</big>'''
<br >
1960年5月3日,池田大作就任创价学会第三任会长。是久本信仰祭的原典。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:公明党结成.jpg|80x80px|无框|左]]
'''<big>[[公明党|【星期二】公明党于日本东京宣告正式成立]]</big>'''
 
1964年11月17日,由创价学会支持成立的政党——公明党诞生。
</div>
</div>
3 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:久本出生.jpg|80x80px|无框|左]]'''<big>[[久本诞生祭|【星期三】久本雅美于日本大阪府东住吉区诞生]]</big>'''
<br >
1958年7月9日,[[久本雅美]]出生于今日本大阪府东住吉区加美。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:先驱.jpg|80x80px|无框|左]]'''<big>【星期三】创学公认的典范早期二次创作诞生</big>'''
<br >
YouTube用户“SOGABE1982”于2006年10月11日发布的视频[https://www.bilibili.com/video/BV11a4y1E7Cr/?share_source=copy_web&vd_source=1bd052a45852520bb54237d56674c12c 《Hisamoto belive Daisaku Ikeda》]是公认的创学典范早期二次创作。原up也被圈内冠名「先驱者」
</div>
</div>
|  4 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:二代.jpg|80x80px|无框|左]]'''<big>[[户田城圣|【星期四】户田城圣就任创价学会第二任会长]]</big>'''
<br >
1951年5月3日,户田城圣在出狱后的第六年宣布就任[[创价学会]]第二任会长。同时也宣告了一场规模巨大、影响空前的运动—[[折伏大行进]]的正式发动。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:人生4.jpg|80x80px|无框|左]]
'''<big>[[我的美好人生系列|【星期四】《我的美好人生part4》开始发售]]</big>'''
 
1998年1月1日,[[我的美好人生系列|《我的美好人生part4》]]发售。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:未来2.jpg|80x80px|无框|左]]
'''<big>[[Future系列|【星期四】《Future2》开始发售]]</big>'''
 
2001年11月1日,[[Future系列|《Future2》]]发售。
</div>
</div>
|  5 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:信浓信浓.jpg|80x80px|无框|左]]
'''<big>[[SHINANO企画|【星期五】信浓企画在日本东京被正式设立]]</big>'''
 
1968年9月20日,信浓企画成立。它旗下的一系列作品被后世统称之为“本篇素材”。它们是创价学会素材的重要来源之一,在二创体系中占据主线地位,是创学世界观一切人物、剧情与设定的重要参考,具有重要的基础性意义。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:久本入信.jpg|80x80px|无框|左]]
'''<big>[[久本入信祭|【星期五】久本雅美正式加入日本创价学会]]</big>'''
 
1984年9月28日,久本雅美在同事清水富美子的劝诱下决定加入创价学会。[[久本入信祭]]原典。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:人生2.jpg|80x80px|无框|左]]
'''<big>[[我的美好人生系列|【星期五】《我的美好人生part2》发售]]</big>'''
 
1993年1月1日,[[我的美好人生系列|《我的美好人生part2》]]发售。
</div>
</div>
|  6 =
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:妙妙妙.jpg|80x80px|无框|左]]
'''<big>[[富士大石寺显正会|【星期六】妙信讲在日莲正宗妙光寺宣告正式成立]]</big>'''
 
1957年8月3日,浅井甚兵卫创立了妙信讲,附属于日莲正宗。它是富士大石寺显正会的前身。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:出版.jpg|80x80px|无框|左]]
'''<big>[[言论出版事件|【星期六】“言论出版妨害事件”彻底爆发开来]]</big>'''
 
1969年12月13日,日本共产党正式公开控诉创价学会经常性的阻挠书籍出版行径,引起社会哗然,致使言论出版妨害事件彻底爆发。它是创价学会所引起的最为严重的社会负面事件,产生了深远影响。
</div>
</div>
<div class="mini-block-container mini-block-list">
<div class="mini-block">
[[文件:刺杀.jpg|80x80px|无框|左]]
'''<big>[[池田大作沙林毒气刺杀事件|【星期六】奥姆真理教教徒刺杀池田大作未遂]]</big>'''
 
1993年11月、12月18日,[[奥姆真理教]]分别对池田大作进行了两次暗杀行动,但均告失败。
</div>
</div>
}}<br />
 
|-|活动公告=
<div class="mini-block">
{{栏目块
|图片=[[File:RCR_LOGO_V1.1.png]]
|标题=[[【合作告知】宗教再生启示录_~_Re:Creation_Revelation《宗教都市祭II》|宗教都市祭II开催!]]
|内容=久本的虚拟化身“Paru”悬浮在宗教都市的圣殿中,脚下是由数以百万记的信徒们的祈祷所化作成的铁链。
在这片虚无的大地中,一道裂痕撕开了穹顶,《激突!美食赛跑!》的音乐,轰鸣而至……
|详情=【合作告知】宗教再生启示录_~_Re:Creation_Revelation《宗教都市祭II》
}}
</div>
</tabber>
</div>
</div>
</div>
</div>
</div>
 
 


    <div class="stamp-watermark">半公开</div>


    <div class="archive-item"
        style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); font-size: 16px; font-family: 'Times New Roman', 'Songti SC', serif; color: #2e2a24; margin: 13px 1%; padding: 10px 10px; border-radius: 4px; border-left: 7px solid #d4b68a; line-height: 1.8; background-color: rgba(252, 248, 235, 0.6);">
      <span style="font-weight: 600; letter-spacing: 1px;"><strong>📂 项目名称:五位数</strong>
</span>
    </div>


    <div style="margin: 12px 1% 0 1%; padding: 4px 10px 10px 10px; font-family: 'Times New Roman', 'STSong', serif; color: #3d352c; font-size: 15px; line-height: 1.9; background: rgba(245, 238, 218, 0.2); border-left: 2px solid #b8a184; border-radius: 0 0 0 12px; box-shadow: inset 0 0 20px rgba(140, 110, 70, 0.08); z-index: 3; position: relative;">
      <p style="margin-bottom: 6px; text-indent: 2em; letter-spacing: 0.4px;">
        <span style="background: #dacdb6; color: #2f281f; padding: 0 4px; font-size: 0.8rem; border-radius: 2px;">案卷摘要</span>
        本卷宗收录了<strong>高等精神病</strong>相关作品的主要资料与数据,对外以<strong>「五位数」</strong>作为其唯一安全公开代号。凡涉及公开引用、跨库传输及学术问询,均须以此代号指代本系列核心数据。
      </p>
      <div style="display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; color: #5e503b; margin-top: 8px; border-top: 1px dotted #c9b79b; padding-top: 8px;">
        <span>📋 建档日期: ████ - █ - █</span>
        <span>🔖 密级: 半公开</span>
      </div>
    </div>


    <div class="archive-meta">
      <span>📋 全宗号: 088 · 目录号: 戊-子</span>
      <span>📁 案卷号: 88 · 件号: 08</span>
      <span>🕰️ 数字化时间: ████-08-08</span>
      <span style="background: #cbb69b30; border-color: #9c876c;">⚙️ 状态: 半公开</span>
    </div>


    <div style="position: absolute; bottom: 50px; left: 30px; font-size: 14px; color: #7d5f44; opacity: 0.25; font-family: 'Courier New', monospace; transform: rotate(-6deg); border: 1px solid #a3876a; padding: 2px 12px; border-radius: 40px 0 40px 0; background: rgba(200, 170, 140, 0.1); z-index: 3; backdrop-filter: blur(1px); letter-spacing: 2px;">
正常字体
      ⚡ 档案局 · 查验章
<div style="font-family:Yuesong">
    </div>
字体测试
</div>
<div style="font-family:'7397'">
字体测试 Font Test
</div>
<div style="font-family: serif;">
字体测试
</div>
<div>
{{#evu:https://www.youtube.com/watch?v=eAORm-8b1Eg
|alignment=right
}}
{{#evt:
service=bilibili
|id=https://player.bilibili.com/player.html?bvid=1eXSMYVEcc&page=1
|alignment=right
}}
</div>
----
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
==表格测试==
{| class="wikitable sortable mw-collapsible"
|'''申请号'''
|CN951080741
|'''申请日期'''
|1995-07-28
|-
|'''公告号'''
|CN1141833A
|'''公布/公告日期'''
|1997-02-05
|-
|'''发明人'''
|周寿坤、王志泽、孙正江
|'''申请(专利权)人'''
|北京汇佳物产技术公司
|-
|'''专利代理人'''
|何润华
|'''专利代理机构'''
|北京申翔知识产权服务公司专利代理部
|-
|'''专利类型'''
|发明专利
|'''主分类号'''
|B23K3/047
|-
|'''住所'''
| colspan="3" |北京市8756信箱
|-
|'''法律状态'''
| colspan="3" | -
|-
|'''摘要'''


    <div style="position: absolute; top: 40px; right: 20px; width: 60px; height: 1px; background: rgba(100, 70, 40, 0.1); transform: rotate(20deg); filter: blur(1px);"></div>
|}
    <div style="position: absolute; bottom: 70px; left: 60px; width: 40px; height: 1px; background: rgba(80, 60, 40, 0.08); transform: rotate(-15deg); filter: blur(1px);"></div>


  </div>
[[File:RCR_LOGO_V1.1.png|400px|居中|class=blur]]


  <div style="position: fixed; bottom: 8px; right: 12px; font-size: 10px; color: #7b6d5a; opacity: 0.3; font-family: monospace; letter-spacing: 1px; background: #f3efe0; padding: 0 6px; border-radius: 12px; border: 1px solid #b8a78a80;">
[[分类:编辑帮助]]
    尘封 · 档案样式 v1.0
  </div>
</body>
</html>

2026年8月8日 (六) 17:45的最新版本

自适应轮播图

'''欢迎来到「SOKA CAFE——エア本中文维基」'''
''頭がパーン@wiki:中華エア本支部''






第一页
第二页




</tabber> |-|历史上的星期=

【星期三】久本雅美于日本大阪府东住吉区诞生


1958年7月9日,久本雅美出生于今日本大阪府东住吉区加美。

【星期三】创学公认的典范早期二次创作诞生


YouTube用户“SOGABE1982”于2006年10月11日发布的视频《Hisamoto belive Daisaku Ikeda》是公认的创学典范早期二次创作。原up也被圈内冠名「先驱者」


|-|活动公告=

久本的虚拟化身“Paru”悬浮在宗教都市的圣殿中,脚下是由数以百万记的信徒们的祈祷所化作成的铁链。 在这片虚无的大地中,一道裂痕撕开了穹顶,《激突!美食赛跑!》的音乐,轰鸣而至……

</tabber>




正常字体

字体测试

字体测试 Font Test

字体测试
































表格测试

申请号 CN951080741 申请日期 1995-07-28
公告号 CN1141833A 公布/公告日期 1997-02-05
发明人 周寿坤、王志泽、孙正江 申请(专利权)人 北京汇佳物产技术公司
专利代理人 何润华 专利代理机构 北京申翔知识产权服务公司专利代理部
专利类型 发明专利 主分类号 B23K3/047
住所 北京市8756信箱
法律状态 -
摘要