模板:About/doc

出自Terraria Wiki
跳至導覽 跳至搜尋

To be used on top of pages to alert readers of similar pages.

Usage

{{ about | <description of this page> | <description of other wiki page 1> | <other wiki page 1> | <description of other wiki page 2> | <other wiki page 2> | ... | section = y/yes (optional) }}

First unnamed parameter

Brief description of this page. This should always be provided.

Second, fourth, sixth, etc. unnamed parameters

Brief descriptions of the respective other wiki page which the reader may confuse this page with. Defaults to "other uses" if omitted.

Third, fifth, seventh, etc. unnamed parameters

Names of the other wiki pages. Defaults to "<page name> (disambiguation)" if omitted. The [[Link|Display text]] syntax is supported to change the display text of the links.

The words and and or as parameter values have special meaning; they connect the two surrounding parameters and allow more complex constructions than described above. See below for examples.

section

Changes the page/namespace text to "section".

Examples

Code Result
{{about}}
此頁面是關於About/doc的。對於其他用法,參考About/doc(消歧義)。
{{about|the template}}
此頁面是關於the template的。對於其他用法,參考About/doc(消歧義)。
{{about|the template|the module}}
此頁面是關於the template的。對於the module,參考About/doc(消歧義)。
{{about|the template| |the {{nslink|template|helps}}}}
此頁面是關於the template的。對於其他用法,參考the 幫助。
{{about|the template|the module|Template:Helps}}
此頁面是關於the template的。對於the module,參考Template:Helps。
{{about|the template|town NPCs|NPCs#Town NPCs}}
此頁面是關於the template的。對於town NPCs,參考NPCs§Town NPCs
{{about|the template|the gold coin|File:Gold Coin.png}}
此頁面是關於the template的。對於the gold coin,參考File:Gold Coin.png
{{about|the template|the gold coin|[[:File:Gold Coin.png|File:Gold Coin.png]]}}
此頁面是關於the template的。對於the gold coin,參考File:Gold Coin.png
{{about|examples |block|blocks |enemy|enemies |npc|NPCs}}
此頁面是關於examples的。對於block,參考blocks。對於enemy,參考enemies。對於npc,參考NPCs
{{about|examples |block|blocks |NPC|enemies|and|NPCs}}
此頁面是關於examples的。對於block,參考blocks。對於NPC,參考enemiesNPCs
{{about|examples |block|blocks |NPC|enemies|or|NPCs}}
此頁面是關於examples的。對於block,參考blocks。對於NPC,參考enemiesNPCs
{{about|examples <!--for:-->|items <!--see:-->|blocks|and|NPCs|and|enemies}}
此頁面是關於examples的。對於items,參考blocksNPCs、和enemies
{{about|examples <!--for:-->|items <!--see:-->|blocks|or|NPCs|or|enemies}}
此頁面是關於examples的。對於items,參考blocksNPCs、或enemies
{{about|examples <!--for:-->|item|and|blocks <!--see:-->|NPCs|and|enemies|and|critter}}
此頁面是關於examples的。對於item和blocks,參考NPCsenemies、和critter
{{about|examples <!--for:-->|item|and|blocks <!--see:-->|NPCs|or|enemies|and|critter}}<!-- any "or" in a group will force "or"-->
此頁面是關於examples的。對於item和blocks,參考NPCsenemies、或critter
{{about|examples |a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|or|y|or|z}}
此頁面是關於examples的。對於a,參考b。對於c,參考d。對於e,參考f。對於g,參考h。對於i,參考j。對於k,參考l。對於m,參考n。對於o,參考p。對於q,參考r。對於s,參考t。對於u,參考v。對於w,參考x、y、或z。

See also