Template:Tip/doc: Difference between revisions
(Created page with "{{documentation subpage}} This is the {{tl|tip}} message box. When used in articles, this message box should only be used for ''tips'' about the article content === Articles =...") |
m (Text replacement - "http://familysearch.org " to "https://www.familysearch.org ") |
||
(3 intermediate revisions by one other user not shown) | |||
Line 16: | Line 16: | ||
{{tip|demospace=main|Include text here.}} | {{tip|demospace=main|Include text here.}} | ||
</br> | |||
If the text you want to dislayed includes a link you will need to specify the parameter like this | |||
<pre> | |||
{{tip|1=Go to [https://www.familysearch.org familysearch.org].}} | |||
</pre> | |||
Which renders like this: | |||
{{tip|demospace=main|1=Go to [https://www.familysearch.org familysearch.org].}} | |||
Sometimes you may not want the tip message box to be so big. In these cases include the parameter ''small=left'' | |||
<pre> | |||
{{tip|Include text here.|small=left}} | |||
</pre> | |||
Which renders like this: | |||
{{tip|demospace=main|Include text here.|small=left}} |
Latest revision as of 11:01, 30 June 2022
![]() |
This is a documentation subpage for Template:Tip (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
This is the {{tip}} message box.
When used in articles, this message box should only be used for tips about the article content
Articles[edit source]
This is how this box looks on article (main space) pages. Here is a code example:
{{tip|Include text here.}}
Which renders like this:
Tip: Include text here. |
If the text you want to dislayed includes a link you will need to specify the parameter like this
{{tip|1=Go to [https://www.familysearch.org familysearch.org].}}
Which renders like this:
Tip: Go to familysearch.org. |
Sometimes you may not want the tip message box to be so big. In these cases include the parameter small=left
{{tip|Include text here.|small=left}}
Which renders like this:
Tip: Include text here. |