Template:PAGENAMEBASE/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(→‎Usage: add)
(→‎See also: Template:Title without disambig no a redirect)
Line 15: Line 15:
== See also ==
== See also ==
* [[Help:Magic words#Variables]]
* [[Help:Magic words#Variables]]
* [[Template:Title without disambig]] - for an arbitrary string (not necessarily the PAGENAME)
* [[Template:Navbox string handling templates|String handling templates]]
* [[Template:Navbox string handling templates|String handling templates]]



Revision as of 19:20, November 18, 2014

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