Meta:Templates
From Synfig Studio :: Documentation
Revision as of 10:14, 13 January 2010 by Zelgadis (Talk | contribs) (Description of GetTitle Template)
Title
...
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 |