Difference between revisions of "Meta:Templates"
From Synfig Studio :: Documentation
(Description of GetTitle Template) |
(split templates by type) |
||
Line 1: | Line 1: | ||
+ | = User Templates = | ||
== Title == | == Title == | ||
... | ... | ||
+ | = Internal Templates = | ||
== GetTitle == | == GetTitle == | ||
* '''Location''': {{l|Template:GetTitle}} | * '''Location''': {{l|Template:GetTitle}} |
Revision as of 10:20, 13 January 2010
User Templates
Title
...
Internal Templates
GetTitle
- Location: Template:GetTitle
- Description: Returns custom title of a page set with {{Title}} template in the page body.
- Examples:
Code: | Result: | Comments: |
{{GetTitle|Doc:Getting_Started/ru}} | Первые шаги | Look at the source of Doc:Getting_Started/ru page. |
PagenameFromLink
- Location: Template:PagenameFromLink
- Description: Extracts page name from given link.
- Examples:
Code: | Result: | Comments: |
{{PagenameFromLink|Doc:Getting_Started#Introduction}} | Doc:Getting_Started | |
{{PagenameFromLink|layers}} | Layers | |
{{PagenameFromLink|:Category:Manual}} | Category:Manual |