Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.03 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 2.03 KB

Adding / Modifying a Game in Django Administration

If you are copy-pasting the wiki information from somewhere, please refer the sources by using [NUMBER] in the game description. Also, make sure to select Clean Format button before submitting the text.

Notes Description

Separate your explanation in paragraphs if needed.

Note: Tables are not allowed here at the moment.

Game Notes

Please insert the explanation here. You can put bullets to clarify your explanation:

* This rule is not implemented.
* This feature needs to be polished.

Note: Tables are not allowed here.

Game Regulations

Description

If you insert a table:

  • Please make sure that the font is << System Font >> and there is no font styling (font-size: small; or font-size:16px...) in each row when saving it.
  • Please make sure that there is no border styling (border-color: black; or border-size: none;).
  • Please make sure you don't put style on the table in the Admin Text Editor (tinymce); the table style comes with the inline-style of the html file, so don't override it.
  • If you have set a table with multiple cells merged (colspan=X or rowspan=X exists), please make sure there's no &nbsp; or <br /> between the row (or column) and the content. You can examine if the table is properly formatted in View -> Sources.

Example of good table formatting:

Cartas de la Aluette

Example of bad table formatting:

 
 
Cartas de la Aluette 
 

Note: In case there is such issue, you can install FoxReplace on Firefox, search each font style and replacing them all by nothing.

What you can do only with the Django Admin Text Editor (tinymce): the first row of the table (the headers, aka column titles) must be bolded.