模板:FeaturedContent:修订间差异

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


<!-- 展示精选内容的HTML结构 -->
  <!-- 精选团体区域 -->
<div class="feature-item-container">
  <div class="feature-item group">
  <div class="feature-image">
    <div class="section-title">精选团体</div>
    {{#if:{{{image|}}}|[[File:{{{image}}}|200px]]|[[File:默认图片.png|200px]]}}
    <div class="feature-content">
  </div>
      <dpl>
  <div class="feature-details">
        category=精选团体
    <div class="featured-title">{{{title}}}</div>
        randomcount=1
     <div class="featured-author">{{#if:{{{author|}}}|作者:{{{author}}}|}}</div>
        allowcachedresults=true
     <div class="featured-description">{{{description|}}}</div>
        dplcache=featuredgroup
        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>
   </div>
</div>
</div>
</includeonly>

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