Help:Plainlinks

DCCWiki, a community DCC encyclopedia.
Jump to: navigation, search

The plainlinks class removes the little arrow that would normally show up with an external link.

The MediaWiki CSS class plainlinks is one of several built in classes. It can be used when constructing internal links to special pages that are not otherwise possible.

An example of the use of the plainlinks class within a template would be the following:

<span class="plainlinks">[{{ fullurl: Special:Allpages |namespace={{{1|3}}} }} {{ ns: {{{1|3}}} }}]</span>

Result: User talk

or simply

<span class="plainlinks">https://www.mediawiki.org/w/index.php?title=Special:Allpages&namespace=3</span>

Result: https://www.mediawiki.org/w/index.php?title=Special:Allpages&namespace=3

or even

<span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Special:Allpages&namespace=3 Link text]</span>

Result: Link text