Template:Location infobox: Difference between revisions
From Destinypedia, the Destiny wiki
(Expanded) |
(+) |
||
Line 42: | Line 42: | ||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; line-height:14px;" {{!}} | {{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; line-height:14px;" {{!}} | ||
{{{patrol beacons|}}} | {{{patrol beacons|}}} | ||
{{!}}-}} | |||
{{#if:{{{location|}}}| | |||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding-left:4px; padding-right:2px; line-height:14px; width:70px;" {{!}} | |||
'''{{{location-title|Location}}}''': | |||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; line-height:14px;" {{!}} | |||
{{{location|}}} | |||
{{!}}-}} | |||
{{#if:{{{accessibility|}}}| | |||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding-left:4px; padding-right:2px; line-height:14px; width:70px;" {{!}} | |||
'''{{{accessibility-title|accessibility}}}''': | |||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; line-height:14px;" {{!}} | |||
{{{accessibility|}}} | |||
{{!}}-}} | |||
{{#if:{{{capacity|}}}| | |||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; padding-left:4px; padding-right:2px; line-height:14px; width:70px;" {{!}} | |||
'''{{{capacity-title|Player Capacity}}}''': | |||
{{!}} style="vertical-align:top; background:{{{fieldBG|#F0F8FF}}}; border-bottom:1px solid {{{lineBG|#999999}}}; border-top:1px solid {{{lineBG|#999999}}}; font-size:90%; line-height:14px;" {{!}} | |||
{{{capacity|}}} | |||
{{!}}-}} | {{!}}-}} | ||
| colspan="2" style="text-align:center; background:{{{BG|transparent}}}; padding:0px; font-size:9px; line-height:10px;" | | | colspan="2" style="text-align:center; background:{{{BG|transparent}}}; padding:0px; font-size:9px; line-height:10px;" | | ||
Line 47: | Line 65: | ||
{{clear}} | {{clear}} | ||
==Usage instructions== | ==Usage instructions== | ||
Paste the following code into the top of an article, filling all known fields: | Paste the following code into the top of an article, filling all known fields. | ||
For Patrol/mission locations: | |||
<pre> | <pre> | ||
{{Location infobox | {{Location infobox | ||
Line 57: | Line 77: | ||
|public events = | |public events = | ||
|patrol beacons = | |patrol beacons = | ||
}}</pre> | |||
For social spaces: | |||
<pre> | |||
{{Location infobox | |||
|image = | |||
|location = | |||
|accessibility = | |||
|capacity = | |||
}}</pre> | }}</pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 00:13, May 24, 2015
Location infobox | |
---|---|
Usage instructions
Paste the following code into the top of an article, filling all known fields.
For Patrol/mission locations:
{{Location infobox |image = |planet = |factions = |connecting areas = |area type = |public events = |patrol beacons = }}
For social spaces:
{{Location infobox |image = |location = |accessibility = |capacity = }}