Difference between revisions of "Template:Org Infobox"
From Legacies Gameworld Wiki
(category fix) |
(clearing up the code for the documentation) |
||
(One intermediate revision 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;" | | |colspan=2 style="text-align:center;" | {{{1}}} | ||
|- | |- | ||
!colspan=2 bgcolor="#082454" style="color:#fff; font-size:larger;" |{{{ | !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 | ||
| {{{ | | {{{3}}} | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| No. of Members | | No. of Members | ||
| {{{ | | {{{4}}} | ||
|- style="vertical-align:top; background:#f0f0f0;" | |- style="vertical-align:top; background:#f0f0f0;" | ||
| Leader(s) | | Leader(s) | ||
| {{{ | | {{{5}}} | ||
|- style="vertical-align:top; background:#f0f0f0;" | |- style="vertical-align:top; background:#f0f0f0;" | ||
| Established | | Established | ||
| {{{ | | {{{6}}} | ||
|} | |} | ||
Line 22: | Line 22: | ||
Explanation: | Explanation: | ||
* | *1 is a placeholder for an image. | ||
* | *2 is the name of the organization. | ||
*Area of | *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. | ||
*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. | ||
* | *6: When was it established? | ||
Code: | Code: | ||
<pre> | <pre> | ||
{{ | {{Org Infobox | ||
|name | |name | ||
|image | |[[File:image.png|x150px]] | ||
|Area of Operation | |Area of Operation | ||
| | |Members | ||
| | |Leader(s) | ||
| | |Established Date | ||
}}</pre> | }}</pre> | ||
[[Category: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 }}