Template:Organization member/doc: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(Created page with "{{doc/start}} ==Description== Used to display organization members on Category:Organizations pages in the <code>Members of <nowiki>{{PAGENAME}}</nowiki></code> section....")
 
imported>Harmonea
(fix typo)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Used to display organization members on [[:Category:Organizations]] pages in the <code>Members of <nowiki>{{PAGENAME}}</nowiki></code> section.
Used to display organization members on [[:Category:Organizations]] pages in the <code>Members of <nowiki>{{PAGENAME}}</nowiki></code> section.


Also stores data into the [[Special:CargoTables/OrganizationMember]] table, so it should only be used on organization pages (else you get weird data.
Also stores data into the [[Special:CargoTables/OrganizationMember]] table, so it should only be used on organization pages (else you risk getting weird data stored).


==Usage==
==Usage==
<pre>
<pre>
{{OrganizationMember
{{Organization member
|name=
|name=
|role=
|role=

Latest revision as of 05:21, 3 July 2022

Template-info.png Documentation

Description[edit source]

Used to display organization members on Category:Organizations pages in the Members of {{PAGENAME}} section.

Also stores data into the Special:CargoTables/OrganizationMember table, so it should only be used on organization pages (else you risk getting weird data stored).

Usage[edit source]

{{Organization member
|name=
|role=
}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.