Talk:Achievements: Difference between revisions

1,323 bytes added ,  17:36, 18 August 2019
no edit summary
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:


Each achievement is given its own subsection so that that achievement can be linked to specifically using <nowiki>[[Achievements#</nowiki>{{Qud text|&BSpecific Achievement Here|notxml}}<nowiki>]]</nowiki>.
Each achievement is given its own subsection so that that achievement can be linked to specifically using <nowiki>[[Achievements#</nowiki>{{Qud text|&BSpecific Achievement Here|notxml}}<nowiki>]]</nowiki>.
Most of these subsections are alphebatized, but achievements in a "sequence" are all put after each other, alphebatized by the first achievement in the sequence. Currently, the sequences are Litteratus and So Powerful is the Charm of Words, Say No More and Tongue in Cheek, Metal Pedal and Footloose, and Three-Sludge Monte, Five-Sludge Monte, and Ten-Sludge Monte.


Below each subsection header is a 2-column, 1-row table containing the achievement image and information about the achievement.  
Below each subsection header is a 2-column, 1-row table containing the achievement image and information about the achievement.  
Line 62: Line 64:
* If you have enough text in either of the notes lines that it needs to wrap, you either need to delete some or move it to a different notes line. Otherwise, the spacing gets weird and off of the standard.
* If you have enough text in either of the notes lines that it needs to wrap, you either need to delete some or move it to a different notes line. Otherwise, the spacing gets weird and off of the standard.
* There always need to be 5 lines in the text section of each table. None can be added and none can be deleted. Otherwise, the spacing gets weird and off the standard.
* There always need to be 5 lines in the text section of each table. None can be added and none can be deleted. Otherwise, the spacing gets weird and off the standard.
[[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)