Template:Fullurl
Jump to navigation
Jump to search
[edit]
Template documentation

This template can be used to output the full wiki URL (https://aktpos.miraheze.org/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[edit source | hide]
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 | hide]
{{fullurl|Photos|action=edit}}
Will output: https://aktpos.miraheze.org/w/index.php?title=Photos&action=edit
{{fullurl|Photos|action=edit|nolink=1}}
Will output: https://aktpos.miraheze.org/index.php?title=Photos&action=edit
{{fullurl|Photos|action=edit|text=Edit page}}
Will output: Edit page
Notes[edit source | hide]
- 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}}
)