Difference between revisions of "Template:Airship Cosmetics Row"
From MHWiki
m (Typo 4) |
m (Replaced px with em values) |
||
| Line 1: | Line 1: | ||
<includeonly>|- | <includeonly>|- | ||
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em; text-align: left" <!--BalloonName--> | <div id="{{{BalloonName|}}}">{{MHinfo|{{{BalloonLLL|??}}}|{{{BalloonName|??}}}}}</div> |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" rowspan="3" <!--SetName--> | {{{SetName|??}}} |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" rowspan="3" <!--Price--> | {{{Price|??}}} |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" rowspan="3" <!--Description--> | {{{Description|??}}} |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" rowspan="3" <!--Source--> | {{{Source|??}}} |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" <!--BalloonImage--> | {{if|{{{BalloonImage|}}}|[{{MHdomain}}{{{BalloonImage}}} {{{BalloonImageDesc|Image}}}]|??}} |
|- | |- | ||
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em; text-align: left" <!--HullName--> | <div id="{{{HullName|}}}">{{MHinfo|{{{HullLLL|??}}}|{{{HullName|??}}}}}</div> |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" <!--HullImage--> | {{if|{{{HullImage|}}}|[{{MHdomain}}{{{HullImage}}} {{{HullImageDesc|Image}}}]|??}} |
|- | |- | ||
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em; text-align: left" <!--SailName--> | <div id="{{{SailName|}}}">{{MHinfo|{{{SailLLL|??}}}|{{{SailName|??}}}}}</div> |
| − | | style="border: | + | | style="border: 0.083em solid; padding: 0.416em" <!--SailImage--> | {{if|{{{SailImage|}}}|[{{MHdomain}}{{{SailImage}}} {{{SailImageDesc|Image}}}]|??}}</includeonly><noinclude>This template is designed for use within rows of the tables of the [[Airship Cosmetics]] page. Sample usage is as follows: |
<pre> | <pre> | ||
{{Airship Cosmetics Row | {{Airship Cosmetics Row | ||
Revision as of 18:54, 1 October 2021
This template is designed for use within rows of the tables of the Airship Cosmetics page. Sample usage is as follows:
{{Airship Cosmetics Row
| BalloonName = ABC Airship Balloon
| BalloonLLL = airship_balloon_ABC_stat_item
| HullName = ABC Airship Hull
| HullLLL = airship_hull_ABC_stat_item
| SailName = ABC Airship Sail
| SailLLL = airship_sail_ABC_stat_item
| SetName = ABC Airship Set
| Price = Money money money ... Must be funny ... In the rich man's world ...
| Description = Words words words
| Source = Made by BT - no this shouldn't appear in the final version
| BalloonImage = /images/ui/hud/floating_islands/airship/ballooon/airship_balloon_ABC_stat_item.png
| BalloonImageDesc = Image
| HullImage = /images/ui/hud/floating_islands/airship/hull/airship_hull_ABC_stat_item.png
| HullImageDesc = Image
| SailImage = /images/ui/hud/floating_islands/airship/sail/airship_sail_ABC_stat_item.png
| SailImageDesc = Image
}}