|
本館粉絲專頁 |
|
|
使用者:台灣阿成/我的工作日誌:修訂版本之間的差異
台灣棒球維基館
< 使用者:台灣阿成
小 (→2006/10/17) |
小 (→2006/10/17) |
||
第10行: | 第10行: | ||
*修改monobook.php: | *修改monobook.php: | ||
<pre> | <pre> | ||
− | <?php if($this->data['credits']) { ?><div id="byLine"><?php $this->html('credits');?> | + | <?php if($this->data['credits']) { ?><div id="byLine"> |
− | + | <?php $this->html('credits');?> | <?php $this->html('lastmod');?></div><?php } ?> | |
</pre> | </pre> |
2006年10月17日 (二) 21:05的修訂版本
目次 |
以往的工作日誌
- 2005/06 | 2005/07 | 2005/08 | 2005/09 | 2005/10 | 2005/11 | 2005/12
- 2006/01 | 2006/02 | 2006/03 | 2006/04 | 2006/05 | 2006/06 | 2006/07 | 2006/08 | 2006/09
- 檢索Google
近期的工作日誌
2006/10
2006/10/17
最近發現有些棒球論文引用本站資料時,參考來源寫著(台灣棒球維基館,無日期)。推測原因可能因為頁面最近更改日期被放在最下面看不到,所以剛剛花了一些時間把它顯示在頁面右上方。
- 修改monobook.php:
<?php if($this->data['credits']) { ?><div id="byLine"> <?php $this->html('credits');?> | <?php $this->html('lastmod');?></div><?php } ?>