Maintenance script-gpuser (talk | contribs) (<default import>) |
Flachdachs (talk | contribs) (fixed wrong destination when using with nolink parameter, protocol-relative to not switch to http when using https) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#if: {{{nolink|}}} | |
+ | <includeonly>{{#if: {{{nolink|}}} | {{SERVER}}/index.php?title={{{1}}}{{#if: {{{2|}}} | &{{{2}}} }} |<!-- |
--><span class="plainlinks">{{#if: {{{text|}}} | [ }}{{fullurl: {{{1}}} | {{{2|}}} }} {{#if: {{{text|}}} | {{{text}}}]}}</span>}}</includeonly><noinclude> |
--><span class="plainlinks">{{#if: {{{text|}}} | [ }}{{fullurl: {{{1}}} | {{{2|}}} }} {{#if: {{{text|}}} | {{{text}}}]}}</span>}}</includeonly><noinclude> |
||
Latest revision as of 09:33, 25 January 2017
Contents
Documentation
This template can be used to output the full wiki URL e.g. (http://help.gamepedia.com/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: https://ark.fandom.com/wiki/Blocks
{{fullurl|Blocks|action=edit|nolink=1}}
Will output: https://ark.fandom.com/index.php?title=Blocks
{{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}}
)