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

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{|style="width:100%; padding:2px; margin:0; margin-bottom:10px; background-color:#E9EDF6; border:1px solid #aaa;"
== Example and Usage ==
|
Example:
<span class="editsection plainlinks" id="doc_editlinks">{{#ifexist:{{#rel2abs:{{{List|./Doc}}}}}
<pre>
    |<!--**    /doc EXISTS**  -->[[{{fullurl:{{#rel2abs:{{{List|./Doc}}}}}|action=edit}} edit]]
{{Fancynote| Note }}
    |<!--**/doc DOESN'T EXIST**-->[[{{fullurl:{{#rel2abs:{{{List|./Doc}}}}}|action=edit}} create]]
</pre>
  }}</span>
<div style="font-size: 1.5em; font-weight:bold;"> [[Image:Template-info.png|50px]] Template Documentation </div>
----
{{#ifexist: {{#rel2abs:{{{List|./Doc}}}}} |
{{ {{#rel2abs:{{{List|./Doc}}}}} }} |
To use this template insert <nowiki>{{</nowiki>{{SUBJECTPAGENAME}}<nowiki>}}</nowiki> into the page you wish to use it on and the page you wish.


''This template does not have documentation, please [[{{#rel2abs:{{{List|./Doc}}}}}|add it]]'' [[Category:Template No Doc]]
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