模板:FeaturedContent:修订间差异

来自Age Of History 2 Chinese Wiki
跳转至:导航、​搜索
无编辑摘要
标签已被回退
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
Template:FeaturedContent
<div class="featured-content-container">
{{#cargo_declare:
  <!-- 精选人物区域 -->
   _table = FeaturedContent
   <div class="feature-item person">
  |Title = string
    <div class="section-title">精选人物</div>
  |Description = text
    <div class="feature-content">
  |Author = string
      <dpl>
  |Image = string
        category=精选人物
  |Type = string
        randomcount=1
  |IsCurrent = boolean
        allowcachedresults=true
  |FeatureDate = date
        dplcache=featuredperson
  |Category = string
        dplcacheperiod=86400
}}
        addauthor=true
        addeditdate=true
        ordermethod=firstedit
        mode=gallery
        imagewidth=120
        imageheight=120
        galleryshowfilename=true
        galleryshowfilesize=false
        imagesperrow=3
        gallerycaption=精选人物
        escapelinks=false
      </dpl>
    </div>
    <div class="see-more">
      [[:分类:精选人物|查看往期人物精选 »]]
    </div>
  </div>


<noinclude>
   <!-- 精选团体区域 -->
此模板用于创建精选内容条目。
  <div class="feature-item group">
</noinclude>
    <div class="section-title">精选团体</div>
 
    <div class="feature-content">
<includeonly>
      <dpl>
{{#cargo_store:
        category=精选团体
  _table = FeaturedContent
        randomcount=1
  |Title = {{{title|}}}
        allowcachedresults=true
   |Description = {{{description|}}}
        dplcache=featuredgroup
  |Author = {{{author|}}}
        dplcacheperiod=86400
  |Image = {{{image|}}}
        addauthor=true
  |Type = {{{type|}}}
        addeditdate=true
  |IsCurrent = {{{current|0}}}
         ordermethod=firstedit
  |FeatureDate = {{{date|}}}
        mode=gallery
  |Category = {{{category|}}}
        imagewidth=120
}}
        imageheight=120
 
         galleryshowfilename=true
<!-- 展示精选内容的HTML结构 -->
         galleryshowfilesize=false
<div class="feature-item-container">
        imagesperrow=3
  <div class="feature-image">
        gallerycaption=精选团体
    {{#if:{{{image|}}}|[[File:{{{image}}}|200px]]|[[File:默认图片.png|200px]]}}
        escapelinks=false
  </div>
      </dpl>
  <div class="feature-details">
    </div>
    <div class="featured-title">{{{title}}}</div>
    <div class="see-more">
    <div class="featured-author">{{#if:{{{author|}}}|作者:{{{author}}}|}}</div>
       [[:分类:精选团体|查看往期团体精选 »]]
    <div class="featured-description">{{{description|}}}</div>
    <div class="featured-links">
      {{#if:{{{type|}}}|
         {{#ifeq:{{{type}}}|人物|
          <a href="/aoh2wiki/index.php?title=%E7%B2%BE%E9%80%89%E5%86%85%E5%AE%B9%E5%BD%92%E6%A1%A3&filter=人物">往期人物精选</a>
         |}}
         {{#ifeq:{{{type}}}|团体|
          <a href="/aoh2wiki/index.php?title=%E7%B2%BE%E9%80%89%E5%86%85%E5%AE%B9%E5%BD%92%E6%A1%A3&filter=团体">往期团体精选</a>
        |}}
       |}}
     </div>
     </div>
   </div>
   </div>
</div>
</div>
</includeonly>

2025年5月2日 (五) 21:09的最新版本