Template:SidebarOrganization: Difference between revisions

From VORE Station Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
| pretitle = One of many [[Backstory#Important_Groups|Organizations]]
| pretitle = One of many [[Backstory#Important_Groups|Organizations]]
| title = {{{orgname|Unspecified}}}
| title = {{{orgname|Unspecified}}}
| image = {{#if:{{{img_file|}}}| [[File:{{{img_file}}}]] | }}
| image = {{#if:{{{img_file|}}}| [[File:{{{img_file}}}|200px]] | }}


| above = {{{tagline|}}}
| above = {{{tagline|}}}
Line 25: Line 25:
View the source of this page to see how to use this sidebar.
View the source of this page to see how to use this sidebar.
Here's wikipedia's explanation: https://en.wikipedia.org/wiki/Template:Sidebar
Here's wikipedia's explanation: https://en.wikipedia.org/wiki/Template:Sidebar
* '''orgname''' should be the name of the organization
* '''tagline''' is a short blurb under the picture
* '''type''' is the type of org (government, corporation, etc)
* '''img_file''' is the org portrait/logo
* '''presence''' is how prevalent their influence is
* '''focus''' if they're a megacorp, what do they focus on? or if they're a government, what's their 'theme'? (eg 'interstellar diplomacy')
* '''techlevel''' is their level of technology as seen from a normal NT person's perspective


'''An example:'''
'''An example:'''
Line 45: Line 36:
| techlevel = Mid-High
| techlevel = Mid-High
}}
}}
<templatedata>
{
"params": {
"orgname": {
"label": "Org. Name",
"description": "The name of the group",
"example": "Nano-Trasen",
"type": "string",
"required": true
},
"img_file": {
"label": "Image/Logo",
"description": "Filename of an image/logo to display (filename only, no File:)",
"example": "wahpaws.png",
"type": "wiki-file-name",
"suggested": true
},
"tagline": {
"label": "Tagline",
"description": "Small text blurb to display under the picture, like company motto",
"example": "Together We Take Your Money",
"type": "string",
"suggested": true
},
"type": {
"label": "Type of Org.",
"description": "Like megacorporation, government, etc",
"example": "Research Conglomerate",
"type": "string",
"suggested": true
},
"presence": {
"label": "Presence",
"description": "How ubiquitous their presence is",
"example": "Most star systems",
"type": "string",
"suggested": true
},
"focus": {
"label": "Focus",
"description": "What their focus is (making weapons, interstellar diplomacy, etc)",
"example": "Weapons Manufacture",
"type": "string",
"suggested": true
},
"techlevel": {
"label": "Tech Level",
"description": "How advanced they are, relative to the things available on station",
"example": "Similar to Virgo",
"type": "string",
"suggested": true
}
},
"description": "This is a sidebar template for government/organization pages.",
"format": "block"
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 21:17, 3 January 2018

View the source of this page to see how to use this sidebar. Here's wikipedia's explanation: https://en.wikipedia.org/wiki/Template:Sidebar

An example:

This is a sidebar template for government/organization pages.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Org. Nameorgname

The name of the group

Example
Nano-Trasen
Stringrequired
Image/Logoimg_file

Filename of an image/logo to display (filename only, no File:)

Example
wahpaws.png
Filesuggested
Taglinetagline

Small text blurb to display under the picture, like company motto

Example
Together We Take Your Money
Stringsuggested
Type of Org.type

Like megacorporation, government, etc

Example
Research Conglomerate
Stringsuggested
Presencepresence

How ubiquitous their presence is

Example
Most star systems
Stringsuggested
Focusfocus

What their focus is (making weapons, interstellar diplomacy, etc)

Example
Weapons Manufacture
Stringsuggested
Tech Leveltechlevel

How advanced they are, relative to the things available on station

Example
Similar to Virgo
Stringsuggested