Talk:Sims 4: Guides

From All The Fallen | Mods
Jump to navigation Jump to search

Discussion

I think is better to use the same style for all the pages.

In this one I used some formatting in order to make a friendly view due it's a long page and otherwise it would be quite chaotic. Next, I'll show the formatting I used:

  • I added tables for instructions and steps using the following format:
{| style="background-color:#f8f9fa; border: 1px solid #eaecf0;"
| 
#step 1
#step 2
...
|}
  • For a table contained into other table, one with a little darker border
{| style="background-color:#f8f9fa; border: 1px solid #aaa;"
|
Content
|}
  • Also collapsible elements, using the following coding:
<div class="mw-collapsible mw-collapsed">
Header
<div class="mw-collapsible-content">
Content
</div>
</div>
  • Finally, for examples into a collapsible square
<div class="toccolours mw-collapsible mw-collapsed">
Example
<div class="mw-collapsible-content">
Content
....
</div>
</div>