Difference between revisions of "Template:Airship Cosmetics Row"
From MHWiki
m (Typo) |
m (Cleaned up coding made unnecessary via CSS class b_and_p and reorganised div id tagging) |
||
(4 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}}}]|?}} |
− | {{if|{{{BalloonImage|}}}|[{{MHdomain}}{{{BalloonImage}}} {{{BalloonImageDesc|Image}}}]| | + | |- id="{{{HullName|}}}" style="scroll-margin-top: 2.498em" |
− | |- | + | | style="text-align: left" <!--HullName--> | {{MHinfo|{{{HullLLL|?}}}|{{{HullName|?}}}}} |
− | | style=" | + | | <!--HullImage--> | {{if|{{{HullImage|}}}|[{{MHdomain}}{{{HullImage}}} {{{HullImageDesc|Image}}}]|?}} |
− | | | + | |- id="{{{SailName|}}}" style="scroll-margin-top: 2.498em" |
− | {{if|{{{HullImage|}}}|[{{MHdomain}}{{{HullImage}}} {{{HullImageDesc|Image}}}]| | + | | style="text-align: left" <!--SailName--> | {{MHinfo|{{{SailLLL|?}}}|{{{SailName|?}}}}}</div> |
− | |- | + | | <!--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: |
− | | style=" | ||
− | | | ||
<pre> | <pre> | ||
{{Airship Cosmetics Row | {{Airship Cosmetics Row | ||
Line 27: | 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 }}