Template:Special: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
Text replacement - "\[\[Category:([^|]+)\|{{PAGENAME}}\]\]" to "Category:$1"
(s/Commons/{{ns:4}}/ for better portability (also fixed on Commons))
m (Text replacement - "\[\[Category:([^|]+)\|{{PAGENAME}}\]\]" to "Category:$1")
 
(11 intermediate revisions by 2 users not shown)
Line 1:
<includeonly><span class="plainlinks">[{{fullurl:Special:{{{1}}}|{{{2}}}={{{3}}}}} {{{4|{{PAGENAME:{{#special:{{{1}}}}}}}}}}]</span></includeonly><noinclude><code>{{tlx|Special|Page|Name|Value|Title}}</code> creates a plain link for <code><nowiki>[{{fullurl:Special:Page|Name=Value}} Title]</nowiki></code>.{{-}}
The link has in essence the same effect as <code>[<span class="plainlinksneverexpandplainlinks">https:{{SERVER}}/wiki/Special:Page?Name=Value</span> Title]</code>.
 
The default for the optional <code>Title</code> is the localized name of the <code>Page</code>, i.e., <code><nowiki>{{PAGENAME:{{#special:Page}}}}</nowiki></code>.&nbsp; Examples:
 
* <code>{{tlx|Special|PrefixIndex{{!}}namespace{{!}}1{{!}}Talk}}</code> yields {{Special|PrefixIndex|namespace|1|Talk}}
* <code>{{tlx|Special|PrefixIndex{{!}}namespace{{!}}1{{!}}<nowiki>{{ns:1}}</nowiki>}}</code> yields {{Special|PrefixIndex|namespace|1|{{ns:1}}}}
* <code>{{tlx|Special|PrefixIndex{{!}}namespace{{!}}1}}</code> yields {{Special|PrefixIndex|namespace|1}}
* <code>{{tlx|Special|PrefixIndex/<nowiki>{{!FULLPAGENAMEE}}namespace</nowiki>/{{!}}1stripprefix{{!}}<nowiki>1{{ns:1!}}</nowiki>subpages}}</code> yields {{Special|PrefixIndex|namespace|1|/{{ns:1FULLPAGENAMEE}}/|stripprefix|1|subpages}}
* <code>{{tlx|Special|Log{{!}}user{{!}}3&#x3D;WMFOffice&amp;amp;type&#x3D;rights{{!}}4&#x3D;official}}</code> yields {{Special|Log|user|3=WMFOffice&amp;type=rights|4=official}}
 
Omitting <code>Name=Value</code> might '''apparently''' work, but actually this is not supported, e.g., <code>{{tlx|Special|Mypage}}</code> yields {{Special|Mypage}}.
 
You can use <code><nowiki>[[Special:Page|{{PAGENAME:{{#special:Page}}}}]]</nowiki></code> where <code>Name=Value</code> is not needed.&nbsp; On [[Project:About|{{ns:4}}]] the localized name of [[Special:Mypage|Mypage]] is the default <code>{{PAGENAME:{{#special:Mypage}}}}</code> (note camel case), and you can simply write <code><nowiki>[[Special:Mypage|]]</nowiki></code>.&nbsp; If a template is also used on Wikis with localized names the longer form with <code>[[mw:Help:Magic_words#Miscellaneous|<nowiki>{{PAGENAME:{{#special:Page}}}}</nowiki>]]</code> might be better.&nbsp; <small style="white-space:nowrap">Also see [[c:Template:Special|c:]], [[d:Template:Special|d:]], [[mw:Template:Special|mw:]], [[w:de:Template:Special|w:de:]], [[w:en:Template:Special|w:en:]].</small>
----
 
<templatedata>
[[Category:Internal link templates|{{PAGENAME}}]]</noinclude>
{ "description": "Plain link to a special page with one parameter",
"params":
{ "1":
{ "label": "page",
"description": "page part of local Special:page",
"type": "wiki-page-name",
"required": true
},
"2":
{ "label": "name",
"description": "special page parameter name",
"type": "string",
"required": true
},
"3":
{ "label": "value",
"description": "special page parameter value",
"type": "string",
"required": true
},
"4":
{ "label": "title",
"description": "link display text",
"type": "string",
"default": "{{PAGENAME:{{#special:Page}}}}"
} } }</templatedata>[[Category:Internal link templates|{{PAGENAME}}]]</noinclude>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu