User:Ganaram inukshuk/Provisional style guide for Lua: Difference between revisions

ArrowHead294 (talk | contribs)
ArrowHead294 (talk | contribs)
Line 46: Line 46:


== Mediawiki table formatting ==
== Mediawiki table formatting ==
Unless the cells in the table contain short content and no custom styling, one line per cell is preferred over of one line per row. This is for ease-of-reading when debugging the output of a module-generated table. Add a space between pipes/exclamation points and table entries to avoid accidentally adding new rows, such as when inputting negative numbers.
Unless the cells in the table contain short content and no custom styling, Wikitables should be written with one line per cell instead of one line per row. This is for ease-of-reading when debugging the output of a module-generated table. Add a space between pipes/exclamation points and table entries to avoid accidentally adding new rows, such as when inputting negative numbers.


'''Use this'''
'''Use this'''