Template:Transclude: Difference between revisions
m moved Template:Transcluded to Template:Transclude: better match to use |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <div style="border:1px solid orange; margin:0px; padding-left:6px; padding-right:6px; background-color:lightyellow;"> | ||
<small>{{{note|'''Note:''' The contents of this section have been transcluded from [[{{{1}}}|another page]]:}}}</small><br> | |||
{{#if: {{{olpc|}}}|<span class="plainlinks">[http://wiki.laptop.org/go/The_OLPC_Wiki http://wiki.laptop.org/skins/common/images/OLPC_wiki_logo.png]</span>|}}<h1>[[{{{1}}}]]</h1>{{:{{{1}}}}}</div><includeonly>[[Category:Page with transclusion]]</includeonly><noinclude> | |||
[[Category:Template]] | |||
The template | The purpose of this template is to reveal those sections of pages that come from transcluded pages. Pages using this template will be included in the [[:Category:Page with transclusion]] and will display the contents of the transcluded page in a lightyellow color as a reminder of its off-page source. | ||
==Usage== | |||
The template takes two optional parameters | |||
# '''note''' | |||
#* Can be any text, which will be displayed before the transclusion in place of the default: '''Note:''' The contents of this section have been transcluded from <nowiki>[[{{{1}}}|another page]]:</nowiki> | |||
# '''olpc''' | |||
#* any non-whitespace text, used with <nowiki>{{#if:</nowiki> parser function to bring in the OLPC Wiki image ahead of the transclusion. Default: (empty string). | |||
Example syntax: | |||
<pre> | <pre> | ||
{{ | {{Transclude|the transcluded wiki page|note=optional introductory text|olpc=1}} | ||
</pre> | </pre> | ||
The example wiki text below produces this transclusion: | |||
{{: | <nowiki>{{Transclude|olpc:Community Jabber Servers|olpc=1}}</nowiki> | ||
{{Transclude|olpc:Community Jabber Servers|olpc=1}} | |||
</noinclude> | |||