Difference between revisions of "Template:Org Infobox"

From Legacies Gameworld Wiki
(testing more code)
(added documentation)
Line 19: Line 19:


<noinclude>
<noinclude>
{{UnderConstruction|Chaoswolf}}
===Usage instructions===
===Usage instructions===
Current usage is <nowiki>{{subst:Org}}</nowiki> and save the changes.


<!-- note to chaoswolf: find better means of documentation here.-->
Explanation:
<!--Paste the following code into the top of an article, filling all known fields:
*Symbol.png is a placeholder for an image.
<pre><nowiki>
*Organization Name is the name of the organization.
*Area of Operation: Where is the organization based out of? Fortnight? Knyfe Rock? Etc.
*Number of members: Does not need to be exact; "under 100", "hundreds" "thousands" etc. Rough estimates.
*Leader(s): If you have 1 leader, you can just put their name. If you have multiple, you can put an asterisk (<nowiki>*</nowiki>) underneath the <nowiki>|</nowiki> that is next to leader.
*Established: This is a date field.
 
Code:
 
<pre>
{{org
{{org
|name=
|name=
Line 33: Line 39:
|leader=
|leader=
|est=
|est=
}}</nowiki></pre>-->
}}</pre>


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 00:13, 23 September 2022

[[File:Symbol.png]]
{{{Organization Name}}}
Area of Operation {{{Place}}}
No. of Members {{{# of Members}}}
Leader(s) {{{Name(s)}}}
Established {{{Date}}}


Usage instructions

Explanation:

  • Symbol.png is a placeholder for an image.
  • Organization Name is the name of the organization.
  • Area of Operation: Where is the organization based out of? Fortnight? Knyfe Rock? Etc.
  • Number of members: Does not need to be exact; "under 100", "hundreds" "thousands" etc. Rough estimates.
  • Leader(s): If you have 1 leader, you can just put their name. If you have multiple, you can put an asterisk (*) underneath the | that is next to leader.
  • Established: This is a date field.

Code:

{{org
|name=
|image=
|Area of Operation=
|members=
|leader=
|est=
}}