|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| == Avoid using tags in wiki markup ==
| |
|
| |
|
| Hi. We currently do not have a page with editing guidelines. We will prepare it later.
| |
|
| |
| But can you please aviod using direct html tags in wiki markup. Such as <nowiki><pre>, <div>, <code></nowiki> and so on. Also do not inline the styles, like in here:
| |
| {{bc|1=<nowiki><div class="toccolours mw-collapsible mw-expanded" style="overflow:auto;">
| |
| <div style="font-weight:bold;line-height:1.6;">List of packages</div>
| |
| <div class="mw-collapsible-content"></nowiki>}}
| |
| Please use proper wiki syntax, using templates. [[User:Ashark|Ashark]] ([[User talk:Ashark|talk]]) 14:54, 2 November 2023 (UTC)
| |
|
| |
| > Please use proper wiki syntax, using templates.
| |
| 1. This smells like the wiki page will not be portable to other mediawiki instances.
| |
| 2. This wiki page is marked for deletion. When it will get deleted, I will need to move it to my wiki into markdown format. I will use "<pre>" and "<code>" etc.
| |