Talk:Achievements: Difference between revisions

855 bytes added ,  17:36, 18 August 2019
no edit summary
No edit summary
 
Line 66: Line 66:


[[User:Pokedragonboy|Pokedragonboy]] ([[User talk:Pokedragonboy|talk]]) 03:47, 18 August 2019 (UTC)
[[User:Pokedragonboy|Pokedragonboy]] ([[User talk:Pokedragonboy|talk]]) 03:47, 18 August 2019 (UTC)
:* Paying attention to how many lines are in the text can be worked around by adding in <code>vertical-align:top;</code> to the style section of the table. I implemented my own [[Template:Achievement]] that implements a similar style but with better padding. Width was set to 100% to match user's default window width. I also specified the width of the image because they won't show up on mobile without it. Here is what the template looks like:
:{{Achievement
| image = Cosmo-Chrononaut.png
| description = A description!
| notes = Some notes!
}}
::I also removed <code>class="wikitable"</code> because that causes some odd border lines to show up on mobile and should not be used if not formatting an actual table. Please let me know if you want to make any changes! [[User:Teamtoto|Teamtoto]] ([[User talk:Teamtoto|talk]]) 17:35, 18 August 2019 (UTC)