Template:Person: Difference between revisions

From softwear.directory
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Person" template. It should be called in the following format: <pre> {{Person |Name= }} </pre> Edit the page to see the template text. </noinclude><includeonly>__NOTITLE____NOTOC__ {{#set: Class=Person |Name={{{Name|}}} }} <h4>Person by {{{Name|}}}</h4> {| class="formtable m-auto" ! <h5>Name</h5> |- | <div style="margin-left:0!important;"><div class="author-color pl-0"><p>{{...")
 
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
    This is the "Person" template.
This is the "Person" template.
    It should be called in the following format:
It should be called in the following format:
    <pre>
<pre>
    {{Person
{{Person
    |Name=
|Name=
    }}
}}
    </pre>
</pre>
    Edit the page to see the template text.
Edit the page to see the template text.
    </noinclude><includeonly>__NOTITLE____NOTOC__
</noinclude><includeonly>__NOTITLE____NOTOC__
    {{#set: Class=Person
{{#set: Class=Person
    |Name={{{Name|}}}
|Name={{{Name|}}}
    }}
}}
    <h4>Person by {{{Name|}}}</h4>
<h4>Person by {{{Name|}}}</h4>
      
      
    {| class="formtable m-auto"
{| class="formtable m-auto"
    ! <h5>Name</h5>
! <h5>Name</h5>
    |-
|-
    | <div style="margin-left:0!important;"><div class="author-color pl-0"><p>{{{Name|}}}</p></div></div>
| <div style="margin-left:0!important;"><div class="author-color pl-0"><p>{{{Name|}}}</p></div></div>
    |-
|-
    |}
|}
    </div>
</div>
      
      
    [[Category:People]]
[[Category:People]]
</includeonly>
</includeonly>

Revision as of 13:10, 23 November 2023

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

{{Person
|Name=
}}

Edit the page to see the template text.