Difference between revisions of "Template:Person"

From Hackerspace ACKspace
Jump to: navigation, search
m (Now got rid of it for real. I think.)
m (I put back the info I removed from the <noinclude> section, please don't shoot me)
Line 1: Line 1:
 
+
<noinclude>
 +
+
 +
 +
 +
This is the "Person" template.
 +
+
 +
 +
It should be called in the following format:
 +
+
 +
 +
<pre>
 +
+
 +
 +
{{Person
 +
+
 +
 +
|Name=
 +
+
 +
 +
|Photo=
 +
+
 +
 +
|Role=
 +
+
 +
 +
|Committee=
 +
+
 +
 +
|Member since=
 +
+
 +
 +
|Homepage=
 +
+
 +
 +
|IM Address=
 +
+
 +
 +
|Extension=
 +
+
 +
 +
|Languages=
 +
+
 +
 +
|CAcert Assurer=
 +
+
 +
 +
|PGP key=
 +
+
 +
 +
|PGP key fingerprint=
 +
+
 +
 +
|Achievements=
 +
+
 +
 +
}}
 +
+
 +
 +
</pre>
 +
+
 +
 +
Edit the page to see the template text.
 +
+
 +
 +
</noinclude><includeonly>
 
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>User: {{PAGENAME}}</big>
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>User: {{PAGENAME}}</big>
Line 51: Line 115:
 
{{#ifeq:{{{CAcert Assurer}}}|Yes|[[Category:CAcert Assurers]]}}
 
{{#ifeq:{{{CAcert Assurer}}}|Yes|[[Category:CAcert Assurers]]}}
 
[[Category:People]]
 
[[Category:People]]
 +
<includeonly>

Revision as of 01:54, 7 December 2016

+

− This is the "Person" template. + − It should be called in the following format: + −

+	
−	
{{Person
+	
−	
|Name=
+	
−	
|Photo=
+	
−	
|Role=
+	
−	
|Committee=
+	
−	
|Member since=
+	
−	
|Homepage=
+	
−	
|IM Address=
+	
−	
|Extension=
+	
−	
|Languages=
+	
−	
|CAcert Assurer=
+	
−	
|PGP key=
+	
−	
|PGP key fingerprint=
+	
−	
|Achievements=
+	
−	
}}
+	
−	

+ − Edit the page to see the template text. + −