Project

General

Profile

Defect #43920 » 43920.patch

Go MAEDA, 2026-04-02 10:16

View differences:

app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb
27 27
        <li><a href='#12'>Makros</a></li>
28 28
        <li><a href='#13'>Hervorgehobener Programmcode</a></li>
29 29
        <li><a href='#15'>Roh HTML</a></li>
30
        <li><a href='#16'>Alerts</a></li>
30 31
    </ul>
31 32

  
32 33
    <h2><a name="2" class="wiki-page"></a>Links</h2>
......
368 369
<tr><td align="center" colspan="2">bar</td></tr>
369 370
</table>
370 371

  
372
    <h2><a name="16" class="wiki-page"></a>Alerts</h2>
373

  
374
    <p>
375
    <dl>
376
      <dt><code>NOTE</code></dt>
377
      <dd>
378
        <pre><code>> [!NOTE]<br>> Wiki page edits are preserved as history, allowing you to restore previous versions if needed.</code></pre>
379
        <div class="markdown-alert markdown-alert-note">
380
        <p class="markdown-alert-title">Note</p>
381
        <p>Wiki page edits are preserved as history, allowing you to restore previous versions if needed.</p>
382
        </div>
383
      </dd>
384
      <dt><code>TIP</code></dt>
385
      <dd>
386
      <pre><code>> [!TIP]<br>> To quickly review the update history of an issue, use the "History" tab for convenient access.</code></pre>
387
      <div class="markdown-alert markdown-alert-tip">
388
          <p class="markdown-alert-title">Tip</p>
389
          <p>To quickly review the update history of an issue, use the "History" tab for convenient access.</p>
390
      </div>
391
      </dd>
392
      <dt><code>IMPORTANT</code></dt>
393
      <dd>
394
      <pre><code>> [!IMPORTANT]<br>> Changing role permissions can affect user access across all projects, so be mindful of potential impacts.</code></pre>
395
      <div class="markdown-alert markdown-alert-important">
396
          <p class="markdown-alert-title">Important</p>
397
          <p>Changing role permissions can affect user access across all projects, so be mindful of potential impacts.</p>
398
      </div>
399
      </dd>
400
      <dt><code>CAUTION</code></dt>
401
      <dd>
402
      <pre><code>> [!CAUTION]<br>> When installing plugins, make sure to verify compatibility. Version differences can cause unexpected behavior.</code></pre>
403
      <div class="markdown-alert markdown-alert-caution">
404
          <p class="markdown-alert-title">Caution</p>
405
          <p>When installing plugins, make sure to verify compatibility. Version differences can cause unexpected behavior.</p>
406
      </div>
407
      </dd>
408
      <dt><code>WARNING</code></dt>
409
      <dd>
410
      <pre><code>> [!WARNING]<br>> Deleting an issue is a permanent action. Be certain it is truly necessary before proceeding.</code></pre>
411
      <div class="markdown-alert markdown-alert-warning">
412
          <p class="markdown-alert-title">Warning</p>
413
          <p>Deleting an issue is a permanent action. Be certain it is truly necessary before proceeding.</p>
414
      </div>
415
      </dd>
416
    </dl>
417
    </p>
418

  
371 419
</body>
372 420
</html>
app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb
27 27
  <li><a href='#12'>குறுநிரல்கள்</a></li>
28 28
  <li><a href='#13'>சிறப்பம்ச குறியீடு</a></li>
29 29
  <li><a href='#15'>Raw HTML</a></li>
30
  <li><a href='#16'>Alerts</a></li>
30 31
</ul>
31 32

  
32 33
<h2><a name="2" class="wiki-page"></a>இணைப்புகள்</h2>
......
377 378
  மிதவை
378 379
</code></pre>
379 380

  
381
    <h2><a name="16" class="wiki-page"></a>Alerts</h2>
382

  
383
    <p>
384
    <dl>
385
      <dt><code>NOTE</code></dt>
386
      <dd>
387
        <pre><code>> [!NOTE]<br>> Wiki page edits are preserved as history, allowing you to restore previous versions if needed.</code></pre>
388
        <div class="markdown-alert markdown-alert-note">
389
        <p class="markdown-alert-title">Note</p>
390
        <p>Wiki page edits are preserved as history, allowing you to restore previous versions if needed.</p>
391
        </div>
392
      </dd>
393
      <dt><code>TIP</code></dt>
394
      <dd>
395
      <pre><code>> [!TIP]<br>> To quickly review the update history of an issue, use the "History" tab for convenient access.</code></pre>
396
      <div class="markdown-alert markdown-alert-tip">
397
          <p class="markdown-alert-title">Tip</p>
398
          <p>To quickly review the update history of an issue, use the "History" tab for convenient access.</p>
399
      </div>
400
      </dd>
401
      <dt><code>IMPORTANT</code></dt>
402
      <dd>
403
      <pre><code>> [!IMPORTANT]<br>> Changing role permissions can affect user access across all projects, so be mindful of potential impacts.</code></pre>
404
      <div class="markdown-alert markdown-alert-important">
405
          <p class="markdown-alert-title">Important</p>
406
          <p>Changing role permissions can affect user access across all projects, so be mindful of potential impacts.</p>
407
      </div>
408
      </dd>
409
      <dt><code>CAUTION</code></dt>
410
      <dd>
411
      <pre><code>> [!CAUTION]<br>> When installing plugins, make sure to verify compatibility. Version differences can cause unexpected behavior.</code></pre>
412
      <div class="markdown-alert markdown-alert-caution">
413
          <p class="markdown-alert-title">Caution</p>
414
          <p>When installing plugins, make sure to verify compatibility. Version differences can cause unexpected behavior.</p>
415
      </div>
416
      </dd>
417
      <dt><code>WARNING</code></dt>
418
      <dd>
419
      <pre><code>> [!WARNING]<br>> Deleting an issue is a permanent action. Be certain it is truly necessary before proceeding.</code></pre>
420
      <div class="markdown-alert markdown-alert-warning">
421
          <p class="markdown-alert-title">Warning</p>
422
          <p>Deleting an issue is a permanent action. Be certain it is truly necessary before proceeding.</p>
423
      </div>
424
      </dd>
425
    </dl>
426
    </p>
427

  
380 428
</body>
381 429
</html>
(2-2/2)