Template:FYI/doc: Difference between revisions
m (Text replacement - "http://familysearch.org " to "https://www.familysearch.org ") |
(Created page with "=== Articles === This is how this box looks on article (main space) pages. Here is a code example: <pre> {{FYI|Include text here.}} </pre> Which renders like this: {{FYI|dem...") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
=== Articles === | === Articles === | ||
Line 17: | Line 13: | ||
If the text you want to dislayed includes a link you will need to specify the parameter like this | If the text you want to dislayed includes a link you will need to specify the parameter like this | ||
<pre> | <pre> | ||
{{FYI|1=Go to [ | {{FYI|1=Go to [http://familysearch.org familysearch.org].}} | ||
</pre> | </pre> | ||
Which renders like this: | Which renders like this: | ||
{{FYI|demospace=main|1=Go to [ | {{FYI|demospace=main|1=Go to [http://familysearch.org familysearch.org].}} | ||
Sometimes you may not want the FYI message box to be so big. In these cases include the parameter ''small=left'' | Sometimes you may not want the FYI message box to be so big. In these cases include the parameter ''small=left'' |
Revision as of 14:43, 6 November 2013
Articles[edit source]
This is how this box looks on article (main space) pages. Here is a code example:
{{FYI|Include text here.}}
Which renders like this:
Include text here. |
If the text you want to dislayed includes a link you will need to specify the parameter like this
{{FYI|1=Go to [http://familysearch.org familysearch.org].}}
Which renders like this:
Go to familysearch.org. |
Sometimes you may not want the FYI message box to be so big. In these cases include the parameter small=left
{{FYI|Include text here.|small=left}}
Which renders like this:
![]() |
Include text here. |