Difference between revisions of "Template:Org Infobox"

From Legacies Gameworld Wiki
(added documentation)
(clearing up the code for the documentation)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="toccolours" style="clear:left; float:right; margin:0 0 0.5em 1em; width:22em; font-size:smaller;"
{| class="toccolours" style="clear:left; float:right; margin:0 0 0.5em 1em; width:22em; font-size:smaller;"
|-
|-
|colspan=2 style="text-align:center;" | <nowiki>[[File:Symbol.png]]</nowiki>
|colspan=2 style="text-align:center;" | {{{1}}}
|-
|-
!colspan=2 bgcolor="#082454" style="color:#fff; font-size:larger;" |{{{Organization Name}}}
!colspan=2 bgcolor="#082454" style="color:#fff; font-size:larger;" |{{{2}}}
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Area of Operation
| Area of Operation
| {{{Place}}}
| {{{3}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| No. of Members
| No. of Members
| {{{# of Members}}}
| {{{4}}}
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Leader(s)
| Leader(s)
| {{{Name(s)}}}
| {{{5}}}
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Established
| Established
| {{{Date}}}
| {{{6}}}
|}
|}


Line 22: Line 22:


Explanation:
Explanation:
*Symbol.png is a placeholder for an image.  
*1 is a placeholder for an image.  
*Organization Name is the name of the organization.
*is the name of the organization.
*Area of Operation: Where is the organization based out of? Fortnight? Knyfe Rock? Etc.
*3: 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.
*4 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.
*5: 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.
*6: When was it established?


Code:  
Code:  


<pre>
<pre>
{{org
{{Org Infobox
|name=
|name
|image=
|[[File:image.png|x150px]]
|Area of Operation=
|Area of Operation
|members=
|Members
|leader=
|Leader(s)
|est=
|Established Date
}}</pre>
}}</pre>


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

Latest revision as of 18:20, 23 October 2022

{{{1}}}
{{{2}}}
Area of Operation {{{3}}}
No. of Members {{{4}}}
Leader(s) {{{5}}}
Established {{{6}}}


Usage instructions

Explanation:

  • 1 is a placeholder for an image.
  • 2 is the name of the organization.
  • 3: Area of operation Where is the organization based out of? Fortnight? Knyfe Rock? Etc.
  • 4 Does not need to be exact; "under 100", "hundreds" "thousands" etc. Rough estimates.
  • 5: 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.
  • 6: When was it established?

Code:

{{Org Infobox
|name
|[[File:image.png|x150px]]
|Area of Operation
|Members
|Leader(s)
|Established Date
}}