Difference between pages "User:Jeanfrancis" and "Template:Shell"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{Person
{|width="100%" cellpadding=0 cellspacing=0 style="margin: .5em 0; background-color: #D8CCFF; border: solid 1px #000066;"
|Full name=Jean-Francis Roy
{{#if: {{{Desc|}}} | {{!}} valign="top" style="background-color: #0080FF; border-bottom: 1px solid #000066; font-size: 0.9em" {{!}} '''Description:''' {{{Desc}}}
|Email=jeanfrancis@funtoo.org
{{!}}-
|Nick=jeanfrancis
{{!}} style="padding: 0 0.5em; color: #000000" colspan="2" {{!}} {{{Input}}} | {{!}} style="padding: 0 0.5em; color: #000000" {{!}} {{{Input}}} }}
|Geoloc=46.8032826, -71.242796
|}<noinclude>{{documentation}}</noinclude>
|Location name=Québec City, Québec, Canada
|Roles={{Role
|Role type=Staff
|Role desc=Core Team member
|Start date=2011/11/01
}}
|Maintains=
|Blogs=
}}
I'm a Computer Science Ph.D. candidate at Université Laval, Canada. I'm interested in Machine Learning, and more specifically in Semi-Supervised Learning.
 
See my webpage[http://jeanfrancisroy.com] for more info!

Latest revision as of 00:01, August 19, 2011

{{{Input}}}

[edit]

Template-info.png Template Documentation

Example 1:

{{shell
| Desc = Descriptiontext
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}

Will produce:

Description: Descriptiontext
# command to run

Output of command
Alert!

and Example 2:

{{shell
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}

Will produce:

# command to run

Output of command
Alert!

and Example 3:

{{shell
| Desc =
| Input = # command to run
Output of command<br>
<font color=#ff0000;>Alert!</font>
}}

Will produce:

# command to run

Output of command
Alert!

Please be aware if you are using | inside the Input String it wouldn't work and break you need to replace | with | and inside the input it is saver to use clean HTML code. :)