Honkai Nexus Anima Wiki:Wiki Syntax Formatting Guidelines: Difference between revisions
Chilli Crab (talk | contribs) Created page with "This page covers general wiki syntax formatting guidelines that are not covered in the manual of style to maintain readability and consistency of the wiki markup used to generate a page. It is meant to supplement the General Guidelines and is meant to describe best practices regarding wikitext formatting. This page applies to articles, templates, and project pages. It does not apply to user pages, talk pages, or sandbox pages, which may us..." |
No edit summary |
||
| Line 8: | Line 8: | ||
* Changes to syntax that do not result in changes to page output should only be made en masse by bot accounts to avoid cluttering [[Special:RecentChanges|recent changes]] and revision history pages. It is preferred to clean up wiki syntax when making a bold edit to a page, rather than making an edit that solely cleans up wiki syntax. | * Changes to syntax that do not result in changes to page output should only be made en masse by bot accounts to avoid cluttering [[Special:RecentChanges|recent changes]] and revision history pages. It is preferred to clean up wiki syntax when making a bold edit to a page, rather than making an edit that solely cleans up wiki syntax. | ||
* Wiki markup is preferred in most cases over HTML tags that do the same thing (such as {{color|new|{{F|<nowiki>''...''</nowiki>}}|nobold=1}} instead of {{color|old|{{F|<nowiki><i>...</i></nowiki>}}|nobold=1}}). | * Wiki markup is preferred in most cases over HTML tags that do the same thing (such as {{color|new|{{F|<nowiki>''...''</nowiki>}}|nobold=1}} instead of {{color|old|{{F|<nowiki><i>...</i></nowiki>}}|nobold=1}}). | ||
* {{color|new|{{F|<nowiki><br></nowiki>}}|nobold=1}} | * {{color|new|{{F|<nowiki><br></nowiki>}}|nobold=1}}, {{color|new|{{F|<nowiki><br/></nowiki>}}|nobold=1}} and {{color|new|{{F|<nowiki><br /></nowiki>}}|nobold=1}} are all acceptable forms of line break. If a page is using one style, keep it consistent throughout the page, but do not attempt to change the style to match your personal preferences. | ||
==Headings== | ==Headings== | ||