Difference between revisions of "Template:AboutMe"

From WebOS Internals
Jump to navigation Jump to search
Line 1: Line 1:
 
== {{{alias|My Online Alias}}} ==
 
== {{{alias|My Online Alias}}} ==
:Name: {{{realname|withheld}}}<br />
+
{{ #ifeq: {{{realname|+}}} | {{realname|-}}} |:Name: {{{realname}}}<br />|:Name: Withheld <br />}}
{{ #ifeq: {{{twitter|+}}} | {{{twitter|-}}} | :Twitter: [http://twitter.com/{{{twitter}}} {{{twitter}}}]<br /> |}}
+
{{ #ifeq: {{{twitter|+}}} | {{{twitter|-}}} |:Twitter: [http://twitter.com/{{{twitter}}} {{{twitter}}}]<br /> |}}
:Responsibility: {{{responsibility|general development}}}<br />
+
{{ #ifeq: {{{responsibility|+}}} | {{responsibility|-}}} |:Responsibility: {{{responsibility}}}<br />|:Responsibility: General Development<br />}}
{{ #ifeq: {{{aboutme|+}}} | {{{aboutme|-}}} | :About Me: {{{aboutme}}} | :About Me: I work with WebOS-Internals }}<br />
+
{{ #ifeq: {{{aboutme|+}}} | {{{aboutme|-}}} |:About Me: {{{aboutme}}} |:About Me: I work with WebOS-Internals<br />}}
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==

Revision as of 19:11, 15 September 2010

My Online Alias

{{ #ifeq: + | Template:Realname} |:Name: {{{realname}}}
|:Name: Withheld
}} {{ #ifeq: + | - |:Twitter: {{{twitter}}}
|}} {{ #ifeq: + | Template:Responsibility} |:Responsibility: {{{responsibility}}}
|:Responsibility: General Development
}} {{ #ifeq: + | - |:About Me: {{{aboutme}}} |:About Me: I work with WebOS-Internals
}}

Usage

click edit on this page to get an example of how to use this template:

If you would like to include your real name use this format:

YOUR ONLINE ALIAS

{{ #ifeq: YOUR REAL NAME | Template:Realname} |:Name: YOUR REAL NAME
|:Name: Withheld
}} {{ #ifeq: + | - |:Twitter: {{{twitter}}}
|}} {{ #ifeq: WHAT YOU DO | Template:Responsibility} |:Responsibility: WHAT YOU DO
|:Responsibility: General Development
}} {{ #ifeq: A BRIEF STATEMENT ABOUT YOU | A BRIEF STATEMENT ABOUT YOU |:About Me: A BRIEF STATEMENT ABOUT YOU |:About Me: I work with WebOS-Internals
}}


If you do not want to include your real name use this format:

YOUR ONLINE ALIAS

{{ #ifeq: + | Template:Realname} |:Name: {{{realname}}}
|:Name: Withheld
}} {{ #ifeq: + | - |:Twitter: {{{twitter}}}
|}} {{ #ifeq: WHAT YOU DO | Template:Responsibility} |:Responsibility: WHAT YOU DO
|:Responsibility: General Development
}} {{ #ifeq: A BRIEF STATEMENT ABOUT YOU | A BRIEF STATEMENT ABOUT YOU |:About Me: A BRIEF STATEMENT ABOUT YOU |:About Me: I work with WebOS-Internals
}}