Template:PAGENAMEBASE/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
m (→‎See also: Updated link for one entry in this section.)
(category update)
Line 17: Line 17:
* [[Template:String-handling templates|String-handling templates]]
* [[Template:String-handling templates|String-handling templates]]


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
<!-- Categories below this line, please; interwikis at Wikidata -->
| <!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Wikipedia utility templates]]
[[Category:Wikipedia variable-like templates]]
}}</includeonly>
}}</includeonly>

Revision as of 00:17, January 13, 2015

Usage

This template returns the current Template:Wikivar minus any disambiguation (text in parentheses).

e.g. {{PAGENAMEBASE}} on page Chiton (genus) returns Chiton

Can also pass an optional page parameter:

  • {{PAGENAMEBASE|foo (bar)}} → "foo"
  • {{PAGENAMEBASE|foo bar}} → "foo bar"

See also