Template:Fullurl/doc

From Pokémon Conquest Wiki
< Template:Fullurl
Revision as of 01:17, 11 March 2026 by Jubilee (talk | contribs) (Created page with "{{doc/start}} This template can be used to output the full wiki URL 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=== <pre>{{fullurl|Blocks|action=edit}}</pre> Will output: <code><nowiki>//MysteryDungeonWiki.co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

This template can be used to output the full wiki URL 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[edit source]

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[edit source]

{{fullurl|Blocks|action=edit}}

Will output: //MysteryDungeonWiki.com/index.php?title=Blocks&action=edit

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

Will output: MysteryDungeonWiki.com/index.php?title=Blocks&action=edit

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

Will output: Edit page

Notes[edit source]

  • 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}})