Template:Snippet Header: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
mNo edit summary
m (fix: Category:Templates (wrong location))
 
(72 intermediate revisions by 2 users not shown)
Line 1: Line 1:
====={{{1}}}=====
<blockquote style="width: 60%; background-color:#FAEBD7; padding: 5px; padding-bottom: 3px; border-bottom: 2px solid #aaa; margin-bottom: 1ex;">


<blockquote style="background-color:white; padding:1em; border:2px solid #8FBC8F">'''Author: [http://www.autoitscript.com/forum/user/{{{2|}}}/ {{{3|}}}]   
{{ #if: {{{AuthorURL|}}}
{{#if: {{{4|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{4|}}}/ {{{5|}}} ] }}
| '''Author: [http://www.autoitscript.com/forum/user/{{{AuthorURL}}} {{{AuthorName}}}]'''
{{#if: {{{6|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{6|}}}/ {{{7|}}} ] }}
  | '''{{{AuthorName}}}'''
{{#if: {{{8|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{8|}}}/ {{{9|}}} ] }}
}}
{{#if: {{{10|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{10|}}}/ {{{11|}}} ] }}
 
{{#if: {{{12|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{11|}}}/ {{{13|}}} ] }}
{{ #if: {{{AuthorURL2|}}}
{{#if: {{{14|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{12|}}}/ {{{15|}}} ] }}
| '''Author: [http://www.autoitscript.com/forum/user/{{{AuthorURL2}}} {{{AuthorName2}}}]'''
{{#if: {{{16|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{13|}}}/ {{{17|}}} ] }}
| {{ #if: {{{AuthorName2|}}}  
{{#if: {{{18|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{14|}}}/ {{{19|}}} ] }}
    | '''{{{AuthorName2}}}'''
{{#if: {{{20|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{15|}}}/ {{{21|}}} ] }}
  }}
{{#if: {{{22|}}} | - Modified: [http://www.autoitscript.com/forum/user/{{{16|}}}/ {{{23|}}} ] }}'''</blockquote>
}}
 
{{ #if: {{{AuthorURL3|}}}
| '''Author: [http://www.autoitscript.com/forum/user/{{{AuthorURL2}}} {{{AuthorName3}}}]'''
| {{ #if: {{{AuthorName3|}}}  
    | '''{{{AuthorName3}}}'''
  }}
}}
 
{{ #if: {{{ModifierURL|}}}
| <br> '''Modified: [http://www.autoitscript.com/forum/user/{{{ModifierURL}}} {{{ModifierName}}}]'''
| {{ #if: {{{ModifierName|}}}  
    | <br> '''Modified: {{{ModifierName}}}'''
  }}
}}
 
{{ #if: {{{ModifierURL2|}}}
| '''[http://www.autoitscript.com/forum/user/{{{ModifierURL2}}} {{{ModifierName2}}}]'''
| {{ #if: {{{ModifierName2|}}}  
    | '''{{{ModifierName2}}}'''
  }}
}}
 
{{ #if: {{{ModifierURL3|}}}
| '''[http://www.autoitscript.com/forum/user/{{{ModifierURL3}}} {{{ModifierName3}}}]'''
| {{ #if: {{{ModifierName3|}}}  
    | '''{{{ModifierName3}}}'''
  }}
}}


{{
{{ #if: {{{Desc|}}}
#tag:syntaxhighlight
| <br> {{{Desc}}}
|{{{AutoItCode|}}}  
|lang = "autoit"
}}
}}
 
{{
</blockquote>
#if:  
 
{{{6|}}}
<noinclude>
|<br>[[#top | Return To Contents]]
 
<div style="background-color:#FAEBD7; padding: 15px; padding-bottom: 3px; border-bottom: 2px; solid #aaa; margin-bottom: 1ex;">
 
Note that the entire Author URL is not needed.
 
Unlimited authors and modifiers.  If more are needed then edit this template accordingly.
 
<pre>
 
{{Snippet Header
| AuthorURL = 35302-guinness Optional.
| AuthorName = guinness
| ModifiedURL =  Optional.
| ModifiedName = Optional.
| ModifiedURL2 = Optional.
| ModifiedName2 = Optional.
| ModifiedName3 = Optional.
| Desc = This is a short description of the snippet. Optional.
}}
}}
</pre>
Please see this link for more information: [[Posting Code]]
</div>
[[Category:Templates]]
</noinclude>

Latest revision as of 23:16, 9 November 2013

{{{AuthorName}}}








Note that the entire Author URL is not needed.

Unlimited authors and modifiers. If more are needed then edit this template accordingly.


{{Snippet Header
| AuthorURL = 35302-guinness Optional.
| AuthorName = guinness
| ModifiedURL =  Optional.
| ModifiedName = Optional.
| ModifiedURL2 = Optional.
| ModifiedName2 = Optional.
| ModifiedName3 = Optional.
| Desc = This is a short description of the snippet. Optional.
}}

Please see this link for more information: Posting Code