Template:Infobox Box: Difference between revisions
Jump to navigation
Jump to search
>HexUseMe (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...") |
>HexUseMe No edit summary |
||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source=" | <image source="image"> | ||
<caption source=" | <caption source="caption"/> | ||
</image> | </image> | ||
<data source=" | <data source="store"> | ||
<label> | <label>Store</label> | ||
</data> | </data> | ||
<data source=" | <data source="teleport"> | ||
<label> | <label>Teleport</label> | ||
</data> | |||
<data source="requirement"> | |||
<label>Requirement</label> | |||
</data> | |||
<data source="shop"> | |||
<label>Shop</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 18: | Line 24: | ||
{{Infobox Box | {{Infobox Box | ||
| | | title=Example | ||
| image=Example | |||
| | | caption=Example | ||
| | | store=Example | ||
| | | teleport=Example | ||
| | | requirement=Example | ||
| shop=Example | |||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true}," | {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"store":{"suggested":true},"teleport":{"suggested":true},"requirement":{"suggested":true},"shop":{"suggested":true}},"sets":[],"maps":{}} | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 07:12, 27 July 2021
Example usage:
{{Infobox Box | title=Example | image=Example | caption=Example | store=Example | teleport=Example | requirement=Example | shop=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title1 | title1 | no description | Unknown | suggested |
image1 | image1 | no description | Unknown | suggested |
caption1 | caption1 | no description | Unknown | suggested |
store | store | no description | Unknown | suggested |
teleport | teleport | no description | Unknown | suggested |
requirement | requirement | no description | Unknown | suggested |
shop | shop | no description | Unknown | suggested |