Template:Fullurl/doc: Difference between revisions

From The Blockheads Wiki
(Created page with "{{documentation header}} <templatedata> { "params": { "1": { "label": "Page name", "description": "Target page name. Language, interwiki and section links may be used.", "example": "zh:Minecraft Wiki", "type": "wiki-page-name", "default": "{{FULLPAGENAME}}" }, "2": { "label": "Page action", "example": "veaction{{=}}edit&section{{=}}1", "description": "All page actions, separated by '&'. You must use {{=}} or | to escape all '='.", "...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
"label": "Page name",
"label": "Page name",
"description": "Target page name. Language, interwiki and section links may be used.",
"description": "Target page name. Language, interwiki and section links may be used.",
"example": "zh:Minecraft Wiki",
"example": "Template:Fullurl",
"type": "wiki-page-name",
"type": "wiki-page-name",
"default": "{{FULLPAGENAME}}"
"default": "{{FULLPAGENAME}}"
Line 45: Line 45:
"nolink"
"nolink"
],
],
"description": "This template can be used to output the full wiki URL (https://minecraft.wiki/index.php?title=) in plaintext or within a plainlink span using the fullurl magic word.\nThis template is useful for actions, for example action=edit to link to the edit box.",
"description": "This template can be used to output the full wiki URL (https://wiki.floofyplasma.com/index.php?title=) in plaintext or within a plainlink span using the fullurl magic word.\nThis template is useful for actions, for example action=edit to link to the edit box.",
"format": "inline"
"format": "inline"
}
}
Line 69: Line 69:
[[Category:Link templates]]
[[Category:Link templates]]
</includeonly>
</includeonly>
<noinclude>
</noinclude>

Latest revision as of 16:43, 6 August 2024

This is the documentation page. It should be transcluded into Template:Fullurl. See Template:Documentation for more information.

This template can be used to output the full wiki URL (https://wiki.floofyplasma.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.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Page name1

Target page name. Language, interwiki and section links may be used.

Default
{{FULLPAGENAME}}
Example
Template:Fullurl
Page nameoptional
Page action2

All page actions, separated by '&'. You must use {{=}} or &#124; to escape all '='.

Example
veaction{{=}}edit&section{{=}}1
Stringoptional
Page actionaction

Similar to {{{2}}}, but no need to escape '='.

Example
edit&section=1
Stringoptional
Texttext 3

Change the text of the link.

Example
Edit
Stringoptional
No linknolink

Display the URL directly without creating a link, ignoring {{{3}}} and {{{text}}}.

Auto value
1
Stringoptional

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://wiki.floofyplasma.com/index.php?title=Blocks&action=edit

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

Will output: https://wiki.floofyplasma.com/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}})