Difference between revisions of "Template:Airship Cosmetics Row"
From MHWiki
m (Typo 2) |
m (Cleaned up coding made unnecessary via CSS class b_and_p and reorganised div id tagging) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly>|- | + | <includeonly>|- id="{{{BalloonName|}}}" style="scroll-margin-top: 2.498em" |
| − | | style=" | + | | style="text-align: left" <!--BalloonName--> | {{MHinfo|{{{BalloonLLL|?}}}|{{{BalloonName|?}}}}} |
| − | | | + | | rowspan="3" <!--SetName--> | {{{SetName|?}}} |
| − | | | + | | rowspan="3" <!--Price--> | {{{Price|?}}} |
| − | | | + | | rowspan="3" <!--Description--> | {{{Description|?}}} |
| − | | | + | | rowspan="3" <!--Source--> | {{{Source|?}}} |
| − | | | + | | <!--BalloonImage--> | {{if|{{{BalloonImage|}}}|[{{MHdomain}}{{{BalloonImage}}} {{{BalloonImageDesc|Image}}}]|?}} |
| − | |- | + | |- id="{{{HullName|}}}" style="scroll-margin-top: 2.498em" |
| − | | style=" | + | | style="text-align: left" <!--HullName--> | {{MHinfo|{{{HullLLL|?}}}|{{{HullName|?}}}}} |
| − | | | + | | <!--HullImage--> | {{if|{{{HullImage|}}}|[{{MHdomain}}{{{HullImage}}} {{{HullImageDesc|Image}}}]|?}} |
| − | {{if|{{{HullImage|}}}|[{{MHdomain}}{{{HullImage}}} {{{HullImageDesc|Image}}}]| | + | |- id="{{{SailName|}}}" style="scroll-margin-top: 2.498em" |
| − | |- | + | | style="text-align: left" <!--SailName--> | {{MHinfo|{{{SailLLL|?}}}|{{{SailName|?}}}}}</div> |
| − | | style=" | + | | <!--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 | ||
| Line 26: | Line 25: | ||
| Source = Made by BT - no this shouldn't appear in the final version | | 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 | | BalloonImage = /images/ui/hud/floating_islands/airship/ballooon/airship_balloon_ABC_stat_item.png | ||
| − | | BalloonImageDesc = | + | | BalloonImageDesc = Image |
| HullImage = /images/ui/hud/floating_islands/airship/hull/airship_hull_ABC_stat_item.png | | HullImage = /images/ui/hud/floating_islands/airship/hull/airship_hull_ABC_stat_item.png | ||
| − | | HullImageDesc = | + | | HullImageDesc = Image |
| SailImage = /images/ui/hud/floating_islands/airship/sail/airship_sail_ABC_stat_item.png | | SailImage = /images/ui/hud/floating_islands/airship/sail/airship_sail_ABC_stat_item.png | ||
| − | | SailImageDesc = | + | | SailImageDesc = Image |
}} | }} | ||
</pre></noinclude> | </pre></noinclude> | ||
Latest revision as of 14:23, 21 February 2022
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
}}