From Brotato Wiki

(add `updated` option, to show when a mod was last updated)
(add hidden `nofloat` option, only intended for use by these docs)
Line 1: Line 1:
<includeonly>
<includeonly>
<div class="itembox" style="float:right;width:90%;max-width:400px;">
<div class="itembox" style="width:90%;max-width:400px;{{#ifeq:{{{nofloat|}}}|1||float:right;}}">
<div class="itemboxheader">
<div class="itemboxheader">
<div style="float:left">
<div style="float:left">
Line 60: Line 60:
</pre>
</pre>


Results in (see right):
Results in:


{{Infobox Mod
{{Infobox Mod
Line 71: Line 71:
|updated    = 2022-10-20
|updated    = 2022-10-20
|links      = [https://steamcommunity.com/sharedfiles/filedetails/?id=2881564938 Steam Guide], [https://discord.gg/kPUd3N4PJA Discord]
|links      = [https://steamcommunity.com/sharedfiles/filedetails/?id=2881564938 Steam Guide], [https://discord.gg/kPUd3N4PJA Discord]
|nofloat    = 1
}}
}}
=== Notes ===


External links are added like this:
External links are added like this:


<code><nowiki>[https://example.com Link Name]</nowiki></code>
<code><nowiki>[https://example.com This is the link text]</nowiki></code>


<hr style="clear: both; margin: 20px auto; padding-top: 20px; border-top: 0; background: none; border-bottom: 1px solid #555;">
<hr style="clear: both; margin: 20px auto; padding-top: 20px; border-top: 0; background: none; border-bottom: 1px solid #555;">


</noinclude>
</noinclude>

Revision as of 07:22, 17 November 2022


Usage

This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.

{{Infobox Mod
|name        = Brotato Mobile
|icon        = Wandering Bot
|author      = Maximal08
|description = Mobile version of Brotato for Android. Lorem ipsum dolor sit amet.
|modversion  = 0.0.4
|gameversion = {{Version|0.6.0.7}}
|updated     = 2022-10-20
|links       = My Link
}}

Results in:


Wandering Bot
Brotato Mobile
Mod by Maximal08
Description
Mobile version of Brotato for Android. Lorem ipsum dolor sit amet.
Mod Version
0.0.4
Game Version
0.6.0.7
Last Updated
2022-10-20


Notes

External links are added like this:

[https://example.com This is the link text]