Gamepedia帮助Wiki
探索
首页
所有页面
交互式地图
navigation
首页
社群首页
最近更改
随机页面
管理员告示板
Discord
Gamepedia
支持
汇报不良广告
帮助Wiki(英文)
Help Wiki (ZH)
联系我们
FANDOM
游戏
电影
电视
wiki
探索wiki
社区中心
创建wiki
尚未注册?
注册
登录
创建wiki
登录
尚未注册?
注册
登录
Gamepedia帮助Wiki
探索
首页
所有页面
交互式地图
navigation
首页
社群首页
最近更改
随机页面
管理员告示板
Discord
Gamepedia
支持
汇报不良广告
帮助Wiki(英文)
Help Wiki (ZH)
联系我们
登录
尚未注册?
注册
登录
探索
当前
登录
注册
Gamepedia帮助Wiki
100
个页面
探索
首页
所有页面
交互式地图
navigation
首页
社群首页
最近更改
随机页面
管理员告示板
Discord
Gamepedia
支持
汇报不良广告
帮助Wiki(英文)
Help Wiki (ZH)
联系我们
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
臺灣正體
查看“链接”的源代码
返回页面
| ←
链接
登录以编辑
历史
讨论 (0)
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于这些用户组的用户执行:Emailconfirmed Users、Fandom助手、
内容专员
您必须确认您的电子邮件地址才能编辑页面。请通过
参数设置
设置并确认您的电子邮件地址。
您可以查看和复制此页面的源代码。
There are five types of links in MediaWiki: # '''[[#Internal links|Internal links]]''' to other pages in the wiki # '''[[#External links|External links]]''' to other websites # '''[[#External links to internal pages|External links to internal pages]]''' in the wiki # '''[[#Interwiki links|Interwiki links]]''' to other websites registered to the wiki in advance # '''[[#Interlanguage links|Interlanguage links]]''' to other websites registered as other language versions of the wiki == Internal links == To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already it is displayed in blue, if it does not, in <font color=red>red</font>. Selflinks to the current page are not transformed in URLs but displayed in bold. (If you really want to link to the current page, use an anchor (see below), or <nowiki>[[#top|current page]]</nowiki> which always links to the top.) The first letter of the target page is automatically capitalized, unless otherwise set by the admins, and spaces are represented as underscores (typing an underscore in the link will have a similar effect as typing a space, but is not recommended, since the underscore will also be shown in the text). {| border="1" class="wikitable" !Description !You type !You get |- |Internal link |<pre>[[Main Page]]</pre> |[[Main Page]] |- |Piped link |<pre>[[Main Page|different text]]</pre> |[[Main Page|different text]] |- |[[wikipedia:Help:Pipe trick|Pipe trick]] |<pre> [[Contents|]] [[User:Foo|]] [[Extension:DynamicPageList (Wikimedia)|]] [[Extension:DynamicPageList (third-party)|]] </pre> The pipe trick quickly makes shorter link text, but could be confusing in circumstances like the DynamicPageList link examples. |[[Contents]] [[User:Foo|Foo]] [[Extension:DynamicPageList (Wikimedia)|DynamicPageList]] [[Extension:DynamicPageList (third-party)|DynamicPageList]] |- |<span id="linktrail"></span>Word-ending links, following so called "linktrail rules" localised per each language |<pre> [[Help]]s [[Help]]ing [[Help]]ers [[Help ]]pages [[Help]]almostanylettersyoulikehere </pre> | [[Help]]s [[Help]]ing [[Help]]ers [[Help ]]pages [[Help]]almostanylettersyoulikehere |- |Avoiding word-ending links |<pre> [[Help]]<nowiki />ful advice [[wikipedia:GNU General Public License|GPL]]<nowiki />v3 </pre> | [[Help]]<nowiki />ful advice [[wikipedia:GNU General Public License|GPL]]<nowiki />v3 |- |Redirect |<pre>#REDIRECT [[Main Page]]</pre> See also [[Redirects]] | → [[Main Page]] |- |Internal link to an anchor |<pre>[[#See also]]</pre> [[Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored. |[[#See also]] |- |Internal link to an anchor from different text |<pre>[[#See also|different text]]</pre> |[[#See also|different text]] |- |Setting an internal link anchor |<pre><div id="NameOfAnchorHere">optional text</div></pre> Omit the "optional text" for invisible anchor. |<div id="NameOfAnchorHere">optional text</div> |- |Internal link to an anchor at another page |<pre>[[Images#Supported media types for images]]</pre> |[[Images#Supported media types for images]] |- |Internal link to the current page's talk page |<pre>[[{{TALKPAGENAME}}|Discussion]]</pre> See also [[Magic_words#Page_names]] |[[{{TALKPAGENAME}}|Discussion]] |- |Internal link to a subpage |<pre>[[/example]]</pre> Shortcut for <code><nowiki>[[Links/example|/example]]</nowiki></code>. See also [[Subpages]]. |[[Links/example|example]] |- |Internal link to a subpage without the leading slash |<pre>[[/example/]]</pre> Shortcut for <code><nowiki>[[Links/example|example]]</nowiki></code>. |[[Links/example|example]] |- |Internal link to a category page |<pre>[[:Category:Help]]</pre> See also [[Categories]] |[[:Category:Help]] |- |Internal link to an image or a file of other types |<pre>[[File:example.jpg]] [[File:example.pdf]]</pre> See also [[Images]] |[[File:Wiki.png|50px]] [[File:Wiki.png|50px]] |- |Internal link to the user's user page |<pre>[[Special:MyPage]]</pre> |[[Special:MyPage]] |- |Internal link to the user's talk page |<pre>[[Special:MyTalk]]</pre> |[[Special:MyTalk]] |} == External links == To add an external link, enclose the URL followed by space and the name of the page you want to link to in single square brackets. When you save the page, you'll see the new link pointing to your page, with an arrow icon after it to show that it was coded with single bracket external link syntax, and thus may lead to another site. {| class="wikitable" !style="width:15%"|Description !style="width:45%"|You type !style="width:40%"|You get |- |External link |<code><nowiki>http://mediawiki.org</nowiki></code> |http://mediawiki.org |- |External link with different label |<code><nowiki>[http://mediawiki.org MediaWiki]</nowiki></code> |[http://mediawiki.org MediaWiki] |- |Numbered external link |<code><nowiki>[http://mediawiki.org]</nowiki></code> |[http://mediawiki.org] |- |External links with file icons |<code><nowiki> [http://en.wikipedia.org/wiki/.avi video] [http://en.wikipedia.org/wiki/.ogg sound] [http://en.wikipedia.org/wiki/.pdf document] </nowiki></code> <small>See [[#External link icons]] for currently supported icons and extensions.</small> | [http://en.wikipedia.org/wiki/.avi video]<br/> [http://en.wikipedia.org/wiki/.ogg sound]<br/> [http://en.wikipedia.org/wiki/.pdf document]<br/> |- |External link to the same host |<code><nowiki>http://{{SERVERNAME}}/pagename</nowiki></code> |http://{{SERVERNAME}}/pagename |- |External link to other host passing the pagename |<code><nowiki>http://google.com/search?q={{PAGENAMEE}}</nowiki></code><br /> See also: [[Magic_words#URL_encoded_page_names | URL encoded page names]], [[mw:Manual:PAGENAMEE encoding|PAGENAMEE encoding]] |http://google.com/search?q={{PAGENAMEE}} |- |Mailto link |<code><nowiki>[mailto:info@example.org email me]</nowiki></code> |[mailto:info@example.org email me] |- |Mailto named with subject line and body |<code><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</nowiki></code> |[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] |} === External links to internal pages === To add a link to a page on the same wiki using [[wikipedia:URI scheme | URL query parameters]], you may need to use external link syntax. {| border="1" class="wikitable" !Description !You type !You get |- |External link to the current page's edit page |<pre>[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</pre> |[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page] |- |External link to the current page's edit page using the [[Magic_words#URL_data | fullurl parser function]] |<pre>[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]</pre> See also [[Magic_words#URL_data]] and [[#External links]] |[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] |- |External link to the current page's edit page, and styled to look like an internal link |<pre><span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span></pre> The plainlinks class can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it. |<span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Links&action=edit Edit this page]</span> |} === External link icons === {| class="wikitable" ! Test link !! Icon !! Trigger |- | [http://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/external-link-ltr-icon.png external-link-ltr-icon.png] || <code>http://</code>, <code>gopher://</code> |- | [https://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/lock-icon.png lock-icon.png] || <code>https://</code> |- | [mailto:.] || [http://bits.wikimedia.org/skins-1.17/vector/images/mail-icon.png mail-icon.png] || <code>mailto:</code> |- | [news://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/news-icon.png news-icon.png] || <code>news<nowiki/>://</code> |- | [ftp://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/file-icon.png file-icon.png] || <code>ftp://</code> |- | [irc://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/talk-icon.png talk-icon.png] || <code>irc://</code> |- | [http://.ogg] || [http://bits.wikimedia.org/skins-1.17/vector/images/audio-icon.png audio-icon.png] || <code>.ogg</code>, <code>.mid</code>, <code>.midi</code>, <code>.mp3</code>, <code>.wav</code>, <code>.wma</code> |- | [http://.ogm] || [http://bits.wikimedia.org/skins-1.17/vector/images/video-icon.png video-icon.png] || <code>.ogm</code>, <code>.avi</code>, <code>.mpeg</code>, <code>.mpg</code> |- | [http://.pdf] || [http://bits.wikimedia.org/skins-1.17/vector/images/document-icon.png document-icon.png] || <code>.pdf</code>, <code>.pdf#</code>, <code>.pdf?</code> |} === How to avoid auto-links === When you put a URL on a wiki page it will be automatically converted into an external link, like this: http://mediawiki.org To avoid that effect, put the URL between <code><nowiki></code>, like this: <pre><nowiki>http://mediawiki.org</nowiki></pre> To get this: <nowiki>http://mediawiki.org</nowiki> == Interwiki links == Interwiki links are links with the internal link markup to a website registered in advance. For example, you can link to the Sunflower article on http://en.wikipedia.org by typing <code><nowiki>[[wikipedia:Sunflower]]</nowiki></code>, which will result in a link [[wikipedia:Sunflower]]. This is because <code><nowiki>http://en.wikipedia.org/wiki/</nowiki></code> is registered to your wiki by default with the prefix of <code>wikipedia</code>. ''This link may not work properly, if the admin of your wiki has changed the setting.'' Unlike internal links, interwiki links do not use page existence detection, so an interwiki link will appear blue even if the page does not exist on the remote wiki. Similar to internal page links, you can create piped links, with alternate link label, e.g. <code><nowiki>[[wikipedia:Sunflower|big yellow flower]]</nowiki></code>, this is the link [[wikipedia:Sunflower|big yellow flower]]. Basically this is an abbreviation for longer URLs. A very similar link could be created as a normal external link by typing <code><nowiki>[http://en.wikipedia.org/wiki/Sunflower big yellow flower]</nowiki></code>, but interwiki links allow you to type out an easy and compact link, almost as if you are linking to a page on your own wiki. More details are at [[mw:Manual:Interwiki]]. To edit the [[mw:Manual:Interwiki table|interwiki table]] on your site, see the [[mw:Extension:Interwiki|Interwiki extension]]. === Interlanguage links === If your wiki has other language versions, you may find “interlanguage links” in the [[Navigation#Sidebar|sidebar]], just below [[Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.” Interlanguage links behave similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just type <code><nowiki>[[</nowiki>''language prefix'':pagename]]</code> wherever you like in the page; the language prefix is the prefix specified at your wiki for the other language version (typically the [[wikipedia:List of ISO 639-1 codes|ISO 639-1 language code]]). If you want to make the interlanguage link appear in the content of the page, you can add a colon before the language prefix: :<code><nowiki>[[:en:Sunflower]]</nowiki></code> → '''[[:en:Sunflower]]''' When link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''. [[Category:编辑]] [[en:Links]] [[pl:Linki]] [[pt:Links]]
返回
链接
。
Follow on IG
TikTok
Join Fan Lab