15,047
edits
m (11個修訂) |
mNo edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[MediaWikiInstallRecord |MediaWiki]] 模版用法 | |||
模版用法 | |||
* 使內容與樣式分開 | * 使內容與樣式分開 | ||
* | * 重複使用內容只需要編輯一處 | ||
解釋 | 解釋 | ||
| Line 11: | Line 9: | ||
{{Tip | tip=如何嵌入其他頁面內容: 如果在頁面B嵌入頁面A內容,那麼編輯頁面B時,輸入 <nowiki>{{:頁面A頁面名稱}}</nowiki> }} | {{Tip | tip=如何嵌入其他頁面內容: 如果在頁面B嵌入頁面A內容,那麼編輯頁面B時,輸入 <nowiki>{{:頁面A頁面名稱}}</nowiki> }} | ||
== Noinclude, includeonly, and onlyinclude比較表 == | |||
<table width="" border="1"> | |||
<tr> | |||
<th rowspan="2" scope="col">語法區塊</th> | |||
<th colspan="2" scope="col">語法區塊(模板)所在的 頁面A</th> | |||
<th colspan="2" scope="col">閱讀(嵌入頁面A的)頁面B時,是否顯示</th> | |||
</tr> | |||
<tr> | |||
<td><strong>編輯頁面A</strong>時,是否顯示區塊內容</td> | |||
<td><strong>閱讀頁面A</strong>時,是否顯示區塊內容</td> | |||
<td>語法區塊<strong>內</strong>的內容</td> | |||
<td>語法區塊<strong>外</strong>的內容</td> | |||
</tr> | |||
<tr> | |||
<th scope="row">Noinclude</th> | |||
<td>顯示</td> | |||
<td>顯示</td> | |||
<td><span style="color:grey;">不顯示</span></td> | |||
<td>顯示</td> | |||
</tr> | |||
<tr> | |||
<th scope="row">includeonly </th> | |||
<td>顯示</td> | |||
<td><span style="color:grey;">不顯示</span></td> | |||
<td>顯示</td> | |||
<td>顯示</td> | |||
</tr> | |||
<tr> | |||
<th scope="row">onlyinclude</th> | |||
<td>顯示</td> | |||
<td>顯示</td> | |||
<td>顯示</td> | |||
<td><span style="color:grey;">不顯示</span></td> | |||
</tr> | |||
</table> | |||
== Noinclude, includeonly, and onlyinclude == | == Noinclude, includeonly, and onlyinclude == | ||
| Line 34: | Line 68: | ||
** 母頁面B([[File Convert|ex]])要嵌入頁面A1([[Document converter|ex]]), A2([[Image converter|ex]])等子頁面的內容,而子頁面又要連回頁面B。子頁面的主要內容可放到onlyinclude區塊。 | ** 母頁面B([[File Convert|ex]])要嵌入頁面A1([[Document converter|ex]]), A2([[Image converter|ex]])等子頁面的內容,而子頁面又要連回頁面B。子頁面的主要內容可放到onlyinclude區塊。 | ||
---- | ---- | ||
| Line 65: | Line 77: | ||
* [http://en.wikipedia.org/wiki/Wikipedia:Transclusion Wikipedia:Transclusion] | * [http://en.wikipedia.org/wiki/Wikipedia:Transclusion Wikipedia:Transclusion] | ||
[[Category:MediaWiki]] | [[Category:MediaWiki]] [[Category:Templates]] | ||