模板:Directory

来自Don't Starve Wiki
跳转到导航 跳转到搜索
Template documentation [檢視] [編輯] [歷史] [刷新]
描述
{{Directory}} is used for creating a level directory for pages which aren't subpages at the head of article sections.
用法
{{Directory|Level 1|...|'Level 25'|...|<or15=Or 10>}}
  • Up to 25 parameters are permitted: only the first is mandatory.
  • If more than 25 entries are supplied, a message will be displayed pointing out the problem.
  • Using l# will change the label for a level.
  • Up to 10 or parameters are permitted.
  • The list is dynamically generated so that the word "and" is always placed between the final two or entries.
  • Using orl# will change the label for an or link.
NB
no newlines are permitted else the article links will be broken.
例子
Code Result
{{Directory}} Directory: Error: Template must be given at least one level
{{Directory|Level}} Directory: Level
{{Directory|Level|Level}} Directory: Level → Level
{{Directory|Level|Level|l2=Alternate Title}} Directory: Level → Alternate Title
{{Directory|Level|Level|or1=Or}} Directory: Level → Level Or see Or
{{Directory|Level|Level|or1=Or|or2=Or}} Directory: Level → Level Or see Or, and Or
{{Directory|Level|Level|or1=Or|or2=Or|<orl2=Alternate Title>}} Directory: Level → Level Or see Or, and Alternate Title

And so on up to 25 parameters and/or 10 or parameters.