Difference between revisions of "Template:Org Infobox"

From Legacies Gameworld Wiki
(updated documentation with a temporary workaround until I fix it, and added UnderConstruction template)
(clearing up the code for the documentation)
 
(7 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>
{{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:
*1 is a placeholder for an image.
<pre><nowiki>
*2  is the name of the organization.
{{org
*3: Area of operation Where is the organization based out of? Fortnight? Knyfe Rock? Etc.
|name=
*4 Does not need to be exact; "under 100", "hundreds" "thousands" etc. Rough estimates.
|image=
*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.
|Area of Operation=
*6: When was it established?
|members=
|leader=
|est=
}}</nowiki></pre>-->


[[Category:Infobox templates]]
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
}}