Template:Infobox Location:修订间差异
模板页面
更多操作
src->Spacecraft Maintenance trying to put the image below the information because the image pushes it too far down if it's big |
src->Spacecraft Maintenance Undo revision 4830 by Spacecraft Maintenance (talk) it doesn't work that way |
||
| 第3行: | 第3行: | ||
| above = {{{name|}}} | | above = {{{name|}}} | ||
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}} | |||
| caption = {{{caption|}}} | |||
| label1 = Region | | label1 = Region | ||
| 第15行: | 第19行: | ||
| label4 = Leads to | | label4 = Leads to | ||
| data4 = {{{leadsTo|}}} | | data4 = {{{leadsTo|}}} | ||
}}<noinclude> | }}<noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre><nowiki> | ||
<nowiki> | |||
{{Infobox Location | {{Infobox Location | ||
| name = Location Name | | name = Location Name | ||
| 第33行: | 第32行: | ||
| leadsTo = list of locations | | leadsTo = list of locations | ||
}} | }} | ||
</nowiki> | </nowiki></pre> | ||
</pre> | |||
</noinclude> | </noinclude> | ||
2019年5月23日 (四) 02:22的版本
Usage
{{Infobox Location
| name = Location Name
| image = missing.png
| caption = Caption Text
| region = Region
| levelRange = Level Range
| accesibleFrom = list of locations
| leadsTo = list of locations
}}