This site is supported by donations to The OEIS Foundation.

Template:PlanetMath/doc

From OeisWiki
Jump to: navigation, search

This documentation subpage contains instructions, categories, or other information for Template:PlanetMath. [<Edit> Template:PlanetMath]

[⧼Purge⧽ Template:PlanetMath/doc]

The {{PlanetMath}} external link template gives a [URL encoded] link to a page on PlanetMath.

Usage

With two parameters: Named parameters are optional (first parameter assumed to be urlname, second parameter assumed to be title).

{{PlanetMath|urlname=PageName|title=Page's name}}

or

{{PlanetMath|PageName|Page's name}}

With single parameter: Value of urlname is inferred by removing spaces and ' (apostrophes). (Note that although PlanetMath does not capitalize each title word, as in OEIS Wiki, PlanetMath accepts titles with each word capitalized!)

{{PlanetMath|Page's name}}

Examples

Code Result
{{PlanetMath}} Home Page, from PlanetMath Encyclopedia—Math for the people, by the people.
{{PlanetMath|urlname=BellsTriangle|title=Bell's triangle}} Bell's triangle, from PlanetMath Encyclopedia—Math for the people, by the people.
{{PlanetMath|BellsTriangle|Bell's triangle}} Bell's triangle, from PlanetMath Encyclopedia—Math for the people, by the people.
{{PlanetMath|Bell's triangle}} Bell's triangle, from PlanetMath Encyclopedia—Math for the people, by the people.
{{PlanetMath|Bell's Triangle}} Bell's Triangle, from PlanetMath Encyclopedia—Math for the people, by the people.

Code


<includeonly><!--
-->[http://planetmath.org/encyclopedia/{{urlencode:{{#replace:{{#replace:{{{urlname|{{{1|}}}}}}| |}}|'|}}|PATH}}<!--
-->{{#if: {{#replace:{{#replace:{{{urlname|{{{1|}}}}}}| |}}|'|}} |.html}} <!--
-->{{{title|{{{2|{{{urlname|{{{1|Home Page}}}}}}}}}}}}], from [[PlanetMath]] Encyclopedia—''Math for the people, by the people''.<!-- --></includeonly>

See also