More actions
Created page with "{| class="infobox bordered" style="float: right; width: 264px; font-size: 90%; text-align: left;" cellpadding="3" |- ! colspan="2" style="background-color: #080325; color: white; font-size: 120%; text-align: center;" | {{{name|{{PAGENAME}}}}} |- | colspan="2" style="text-align: center;" | {{#if: {{{image|}}} | [[File:{{{image}}}|{{{image_size|250px}}}]] | }} |- | colspan="2" style="text-align: center; font-size: 85%;" | {{{caption|}}} |- ! Type | {{{type|}}} |- ! Categor..." |
No edit summary |
||
Line 20: | Line 20: | ||
|- | |- | ||
|} | |} | ||
== Example == | |||
The following code was used to create the infobox on this page. | |||
<pre style="display: inline-block;"> | |||
{{Infobox Script_Infobox | |||
| image = Example.jpg | |||
| image_size = 200px | |||
| type = John Doe in 2023 | |||
| category = Moneymaking, Skilling, | |||
| forum_topic = URL to Dreambot Forum Page | |||
| buy = URL to DreamBot Store Page | |||
}} | |||
</pre> | |||
<noinclude>[[Category:Template Documentation Pages]]</noinclude> |
Revision as of 02:40, 29 March 2025
Script Infobox | |
---|---|
Type | |
Category | |
Forum Topic | |
Purchase Script |
Example
The following code was used to create the infobox on this page.
{{Infobox Script_Infobox | image = Example.jpg | image_size = 200px | type = John Doe in 2023 | category = Moneymaking, Skilling, | forum_topic = URL to Dreambot Forum Page | buy = URL to DreamBot Store Page }}