Difference between pages "Template:AuthorDisplay" and "Template:Fancynote/Doc"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<includeonly>{{#vardefine:fn|{{ #show: User:{{{1}}} | ?Full name }} }}{{ #ifexist: User:{{{1}}} | {{ #if: {{#var:fn}} | {{#set:Author={{#var:fn}}}}[[User:{{{1}}}|{{#var:fn}}]] | {{#set:Author={{{1}}}}}[[User:{{{1}}}|{{{1}}}]] }} | {{#set:Author={{{1}}}}}[[User:{{{1}}}|{{{1}}}]] }}</includeonly>
== Example and Usage ==
Example:
<pre>
{{Fancynote| Note }}
</pre>
 
Will produce:
{{Fancynote| Note }}
 
== See also ==
* [[Template:Fancywarning]]
* [[Template:Fancytip]]
* [[Template:Fancyimportant]]

Latest revision as of 21:18, September 25, 2014

Example and Usage

Example:

{{Fancynote| Note }}

Will produce:

   Note
Note 

See also