跳转到内容

网站仍在测试中

模板:图书百科:修订间差异

来自质量人百科
无编辑摘要
无编辑摘要
 
第1行: 第1行:
<noinclude>
{{文档说明
|描述=综合图书百科模板,包含详细信息和评分功能
|作者=示例作者
|版本=3.0
|来源=自定义模板
}}
</noinclude>
<includeonly>
<includeonly>
<div class="book-infobox" style="border: 1px solid #{{#if:{{{边框颜色|}}}|{{{边框颜色|ddd}}}|ddd}}; background-color: #{{#if:{{{背景颜色|}}}|{{{背景颜色|f9f9f9}}}|f9f9f9}}; padding: 1em; margin: 0.5em 0;">
{| class="wikitable" style="width:100%;"
 
! colspan="2" style="text-align:center; background:#f0f8ff;" | '''{{{书名|{{PAGENAME}}}}}'''
<!-- 图书信息部分 -->
|-
<div class="book-info" style="display: flex; flex-wrap: wrap;">
! 作者      || {{{作者|}}}
  <!-- 封面和基本信息 -->
|-
  <div style="flex: 0 0 200px; margin-right: 1em;">
! 出版社    || {{{出版社|}}}
    {{#if:{{{封面|}}}|
|-
    <div style="text-align: center;">
! 出版日期  || {{{出版日期|}}}
      [[文件:{{{封面}}}|200px|center|{{{标题|{{PAGENAME}}}}}封面{{#if:{{{封面说明|}}}| - {{{封面说明|}}}}}]]
|-
    </div>
! ISBN      || {{#if:{{{ISBN|}}}|[https://isbnsearch.org/isbn/{{{ISBN}}} {{{ISBN}}}]|<span class="error">ISBN缺失</span>}}
    }}
|-
   
! 豆瓣评分  || {{#if:{{{豆瓣评分|}}}|{{{豆瓣评分}}}/10|暂无评分}}  
    <div style="margin-top: 1em; text-align: center;">
                {{#if:{{{评分人数|}}}|<small>({{#invoke:Formatnum|formatnum|{{{评分人数}}}}人评价)</small>}}
      {{#if:{{{豆瓣评分|}}}|
|-
      <div style="font-size: 120%; font-weight: bold;">豆瓣评分: {{{豆瓣评分}}}/10</div>
! 用户评分  || <div class="user-rating">{{{用户评分|0}}}/10</div>
      <div style="height: 20px; background: #f5f5f5; border: 1px solid #ddd; margin: 0.3em 0;">
                <div class="rating-bar" style="width:{{#expr:{{{用户评分|0}}*10}}%; background:#ffcc00;"></div>
        <div style="width: {{#expr:{{{豆瓣评分}}}*10}}%; height: 100%; background: #{{#if:{{{评分颜色|}}}|{{{评分颜色|ff9900}}}|ff9900}};"></div>
|-
      </div>
! colspan="2" | '''内容简介'''
      }}
|-
     
| colspan="2" | {{{简介|}}}
      {{#if:{{{允许评分|}}}|
|-
      <div style="margin-top: 1em;">
! colspan="2" | '''作者简介'''
        <span style="font-size: 90%;">您的评分:</span><br/>
|-
        <span class="star-rating">
| colspan="2" | {{{作者简介|}}}
          {{#for:1|1|5|1|
|-
            <a href="{{#if:{{{评分回调|}}}|{{{评分回调}}}/{{PAGENAME}}/{{{1}}}|#}}"
! colspan="2" | '''图书目录'''
              style="text-decoration: none; color: {{#if:{{{评分|}}}|{{#ifexpr:{{{评分}}}>={{{1}}}|gold|#ccc}}|#ccc}};">★</a>
|-
          }}
| colspan="2" |
        </span>
{{#if:{{{目录|}}}
        <input type="hidden" id="book-rating" value="{{{评分|}}}" />
   | {{{目录}}}
      </div>
   | <small>(暂无目录信息)</small>
      }}
    </div>
  </div>
 
  <!-- 详细信息表格 -->
  <div style="flex: 1;">
    <h2 style="margin-top: 0; color: #{{#if:{{{标题颜色|}}}|{{{标题颜色|222}}}|222}};">{{{标题|{{PAGENAME}}}}}{{#if:{{{副标题|}}}|: {{{副标题|}}}|}}</h2>
   
    <table style="width: 100%;">
      {{#if:{{{作者|}}}|<tr><th style="width: 80px;">作者</th><td>{{{作者}}}</td></tr>}}
      {{#if:{{{译者|}}}|<tr><th>译者</th><td>{{{译者}}}</td></tr>}}
      {{#if:{{{出版社|}}}|<tr><th>出版社</th><td>{{{出版社}}}</td></tr>}}
      {{#if:{{{出版日期|}}}|<tr><th>出版日期</th><td>{{{出版日期}}}</td></tr>}}
      {{#if:{{{页数|}}}|<tr><th>页数</th><td>{{{页数}}}</td></tr>}}
      {{#if:{{{ISBN|}}}|<tr><th>ISBN</th><td>{{{ISBN}}}</td></tr>}}
      {{#if:{{{定价|}}}|<tr><th>定价</th><td>{{{定价}}}</td></tr>}}
    </table>
  </div>
</div>
 
<!-- 内容简介 -->
{{#if:{{{内容简介|}}}|
<div style="margin-top: 1.5em; padding-top: 1em; border-top: 1px dashed #ccc;">
  <h3>内容简介</h3>
  <div>{{{内容简介}}}</div>
</div>
}}
 
<!-- 作者简介 -->
{{#if:{{{作者简介|}}}|
<div style="margin-top: 1.5em; padding-top: 1em; border-top: 1px dashed #ccc;">
  <h3>作者简介</h3>
  <div>{{{作者简介}}}</div>
</div>
}}
 
<!-- 图书目录 -->
{{#if:{{{图书目录|}}}|
<div style="margin-top: 1.5em; padding-top: 1em; border-top: 1px dashed #ccc;">
  <h3>图书目录</h3>
  <div>{{{图书目录}}}</div>
</div>
}}
 
<!-- 精彩文摘 -->
{{#if:{{{精彩文摘|}}}|
<div style="margin-top: 1.5em; padding-top: 1em; border-top: 1px dashed #ccc;">
   <h3>精彩文摘</h3>
  <blockquote style="font-style: italic; margin-left: 1em; padding-left: 1em; border-left: 3px solid #ccc;">
    {{{精彩文摘}}}
   </blockquote>
</div>
}}
}}
 
|-
<!-- 评分系统JavaScript (需要启用$wgAllowExternalImages和$wgRawHtml) -->
! colspan="2" | '''精彩文摘'''
{{#if:{{{允许评分|}}}|
|-
<script>
| colspan="2" |
document.addEventListener('DOMContentLoaded', function() {
{{#if:{{{文摘|}}}
  const stars = document.querySelectorAll('.star-rating a');
  | <blockquote>{{{文摘}}}</blockquote>
  const ratingInput = document.getElementById('book-rating');
   | <small>(暂无文摘)</small>
 
  stars.forEach(star => {
    star.addEventListener('click', function(e) {
      e.preventDefault();
      const rating = this.textContent === '★' ? this.textContent.charCodeAt(0) - 9722 : parseInt(this.textContent);
      ratingInput.value = rating;
     
      // 更新星星显示
      stars.forEach((s, i) => {
        s.style.color = i < rating ? 'gold' : '#ccc';
      });
     
      // 这里可以添加AJAX调用以保存评分
      // 例如: fetch('{{{评分回调}}}', { method: 'POST', body: JSON.stringify({rating: rating}) });
    });
   });
});
</script>
}}
}}
</div>
|}
[[分类:图书条目]]
</includeonly>
</includeonly>
<noinclude>
{{bookwiki}}
</noinclude>

2025年6月21日 (六) 23:44的最新版本