Honkai Nexus Anima Wiki:Wiki Syntax Formatting Guidelines: Difference between revisions
No edit summary |
Can't add the key template as it hinges on the design of the game. Just replacing with text for now |
||
| Line 5: | Line 5: | ||
==General== | ==General== | ||
* It is strongly recommended to use the source editor, not VisualEditor. This reduces the probability of introducing nonconforming syntax changes that may need fixing later. If you need help, feel free to ask in the wiki's [https://discord.com/invite/Zh3WTSj5 Discord]. | * It is strongly recommended to use the source editor, not VisualEditor. This reduces the probability of introducing nonconforming syntax changes that may need fixing later. If you need help, feel free to ask in the wiki's [https://discord.com/invite/Zh3WTSj5 Discord]. | ||
* At the bare minimum, syntax changes must '''not''' cause problems with the outputted layout. Correct page output must ''always'' be prioritized. Use the "Show preview" button to make sure that the output is correct before and after adjusting syntax. You may use | * At the bare minimum, syntax changes must '''not''' cause problems with the outputted layout. Correct page output must ''always'' be prioritized. Use the "Show preview" button to make sure that the output is correct before and after adjusting syntax. You may use Ctrl+Shift+I or F12 to open the developer tools to check the output. | ||
* 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}}). | ||