求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。

Template:Eranamebox/doc查看源代码查看历史

跳转至: 导航搜索

本信息框模板主要用于年号条目中,以达成一致的专题风格。

用法

{{Eranamebox|年号=
|起讫时间= 
|政权= 
|帝王= 
|历时= 
|timeline= 
|说明= 
}}

其中“timeline”参数使用简易时间线语法语法生成一个表示年号在这个政权或者这个时期所处的位置。

此外,“说明”参数用来简单说明timeline图形所表示的含义。

示例

以下代码:

{{Eranamebox|年号= 建元
|起讫时间= [[前140年]]—[[前135年]]
|政权= [[西汉]]
|帝王= [[汉武帝]]刘彻
|历时= 6年
|timeline= <timeline>
ImageSize  = width:200 height:50
PlotArea   = width:180 height:30 left:10 bottom:20
TimeAxis   = orientation:horizontal
DateFormat = yyyy
Period     = from:-202 till:8
AlignBars  = early
ScaleMajor = increment:210 start:-202
Colors =
  id:canvas value:rgb(1,1,0.85)
BackgroundColors = canvas:canvas
PlotData =
  width:15 color:black
  bar:era from:start till:end
  bar:era from:-141 till:-87 color:red
  bar:era from:-140 till:-135 color:yellow
</timeline>
|说明= 建元在西汉及汉武帝时期的位置
}}

得到:

建元
政权 西汉
君主 汉武帝刘彻
历时 6年
<timeline>

ImageSize = width:200 height:50 PlotArea = width:180 height:30 left:10 bottom:20 TimeAxis = orientation:horizontal DateFormat = yyyy Period = from:-202 till:8 AlignBars = early ScaleMajor = increment:210 start:-202 Colors =

 id:canvas value:rgb(1,1,0.85)

BackgroundColors = canvas:canvas PlotData =

 width:15 color:black
 bar:era from:start till:end
 bar:era from:-141 till:-87 color:red
 bar:era from:-140 till:-135 color:yellow

</timeline>

建元在西汉及汉武帝时期的位置

參見