Difference between revisions of "Template:Org Infobox"

From Legacies Gameworld Wiki
(changed "org name" bar from greenish to Legacies blue, added non-wiki formatting to date line, added placeholder text for "symbol", added note to myself for better documentation)
(clearing up the code for the documentation)
 
(12 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
| <nowiki>[[Date]]</nowiki>
| {{{6}}}
|}
|}
<noinclude>
<noinclude>
===Usage instructions===
===Usage instructions===
<!-- note to chaoswolf: find better means of documentation here.-->
Paste the following code into the top of an article, filling all known fields:
<pre><nowiki>
{{org
|name=
|image=
|Area of Operation=
|members=
|leader=
|est=
}}</nowiki></pre>


[[Category:Infobox templates|{{Org}}]]
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 (<nowiki>*</nowiki>) underneath the <nowiki>|</nowiki> that is next to leader.
*6: When was it established?
 
Code:
 
<pre>
{{Org Infobox
|name
|[[File:image.png|x150px]]
|Area of Operation
|Members
|Leader(s)
|Established Date
}}</pre>
 
[[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
}}