Template:Format link/doc

From NeuroWiki
Revision as of 00:02, 1 November 2024 by Selfice (talk | contribs) (创建页面,内容为“{{documentation header}} <!-- 文档页面 --> {{lua|Format link}} {{shortcut|slink|section link}} == 用法 == {{tl|format link}}模板(别称{{tl|section link}},缩写{{tl|slink}})可用于生成链向本地wiki页面特定段落的链接,并在此链接中显示分节符(§)。 该模板在{{tl|Hatnote}}及其派生模板中使用,也可在不需要引用正文主语时在正文中链向正文(或其他条目)的其他段…”)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[ Purge ]
This is the documentation page, it should be placed in should. See Template:Documentation for more information.

This template uses Module:Format link, this script is written in Lua.
For more details, please refer to Wikipedia:Lua and Extension:Scribunto.

用法

{{format link}}模板(别称{{section link}},缩写{{slink}})可用于生成链向本地wiki页面特定段落的链接,并在此链接中显示分节符(§)。

该模板在{{Hatnote}}及其派生模板中使用,也可在不需要引用正文主语时在正文中链向正文(或其他条目)的其他段落。

语法

  • 链接其他条目的段落:{{slink|Article|Section}}
  • 链接同一条目的其他段落:{{slink||Section}}

示例

[[僵尸#掉落物]]僵尸#掉落物

这样的链接可以写成:

{{slink|僵尸|掉落物}}Script error: The function "main" does not exist.

忽略页面名称

有时页面名称不需要出现,这种情况下把第一个参数忽略即可:

{{slink||忽略页面名称}}

等同于

[[#忽略页面名称|§忽略页面名称]]

会渲染成

Script error: The function "main" does not exist.


en:Template:Section link/doc