Practical Semantic Mediawiki: Difference between revisions

Line 84: Line 84:
** Use a space after the link to use your own link text. <nowiki>[http://theirsite.com Their site]</nowiki>.
** Use a space after the link to use your own link text. <nowiki>[http://theirsite.com Their site]</nowiki>.


* <nowiki>{{My Template}}</nowiki> — A template (reusable content, function or variable) Don't Repeat Yourself
* <nowiki>{{My Template}}</nowiki> — A template (reusable content, function or variable)
** Don't Repeat Yourself
** Pipe symbol is used to pass parameters — <nowiki>{{Show Something|Something}}</nowiki>
** Pipe symbol is used to pass parameters — <nowiki>{{Show Something|Something}}</nowiki>
* <nowiki>{{ #geocode: Montréal, Quebec}}</nowiki> — Template function, in this case it turns a place name into geographic coordinates
* <nowiki>{{{1}}}</nowiki> — SMW variable, in this case the first value passed to a template
* <nowiki>{{{1}}}</nowiki> — SMW variable, in this case the first value passed to a template