Template:Fullurl/doc: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
gamepedia>Sonicwave32
mNo edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}


This template can be used to output the full wiki URL e.g. (<code><nowiki>http://help.gamepedia.com/index.php?title=</nowiki></code>) in plaintext or within a plainlink span using the fullurl magic word.
This template can be used to output the full wiki URL e.g. (<code><nowiki>https://www.portalsofphereon.com/w/index.php?title=</nowiki></code>) in plaintext or within a plainlink span using the fullurl magic word.


This template is useful for actions, for example action=edit to link to the edit box.
This template is useful for actions, for example action=edit to link to the edit box.

Latest revision as of 03:11, 17 December 2019

This is a documentation subpage for Template:Fullurl.
It contains usage information, categories and other content that is not part of the original template page.

This template can be used to output the full wiki URL e.g. (https://www.portalsofphereon.com/w/index.php?title=) in plaintext or within a plainlink span using the fullurl magic word.

This template is useful for actions, for example action=edit to link to the edit box.

Usage[]

To use this template you put the name of the page you want and any actions you want to perform (anything that is after an &).

Examples[]

{{fullurl|Blocks|action=edit}}

Will output: http://www.portalsofphereon.com/w/index.php?title=Blocks&action=edit

{{fullurl|Blocks|action=edit|nolink=1}}

Will output: http://www.portalsofphereon.com/w/index.php?title=Blocks&action=edit

{{fullurl|Blocks|action=edit|text=Edit page}}

Will output: Edit page

Notes[]

  • All url parameters are kept within the same parameter. ({{fullurl|MediaWiki:Common.css|action=raw&ctype=text/css}} instead of {{fullurl|MediaWiki:Common.css|action=raw|ctype=text/css}})