diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-12 17:19:15 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-12 17:19:15 +0100 |
commit | c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9 (patch) | |
tree | 21b75d8d97a8015fe450de415ad6b64c811670c9 /files/es/mdn | |
parent | e8ef9c5dbb51fbacc788a6013845373cf85efd29 (diff) | |
download | translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.tar.gz translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.tar.bz2 translated-content-c10e96cb350f2f9fbd51164634dd6aeb5bfbbda9.zip |
fix various macros
Diffstat (limited to 'files/es/mdn')
-rw-r--r-- | files/es/mdn/tools/kumascript/index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/files/es/mdn/tools/kumascript/index.html b/files/es/mdn/tools/kumascript/index.html index cac2778065..cd5f178cb4 100644 --- a/files/es/mdn/tools/kumascript/index.html +++ b/files/es/mdn/tools/kumascript/index.html @@ -340,29 +340,6 @@ El resultado de 2 + 2 = <%= math_lib.add(2, 2) %> <p>You can also find templates in need of repair by simply browsing through wiki content and spotting where content looks garbled with code or otherwise incorrect. Editing the page should show you the name of a macro that's in need of help. You may also see scripting errors on pages, which should offer editing links to the templates causing issues.</p> -<h3 id="Keyword_Shortcut_for_quick_template_editing">Keyword Shortcut for quick template editing</h3> - -<p>If you spend time editing a lot of KumaScript templates (e.g., to fix partly-migrated legacy DekiScript templates), you may find this keyword shortcut bookmark handy:</p> - -<table style="width: 100%;"> - <tbody> - <tr> - <th>Name</th> - <td><code>edit mdn template</code></td> - </tr> - <tr> - <th>Location</th> - <td><code><a class="link-https" href="/en-US/docs/Template:%s$edit" rel="freelink">/en...mplate:%s$edit</a></code></td> - </tr> - <tr> - <th>Keyword</th> - <td><code>te</code></td> - </tr> - </tbody> -</table> - -<p>Armed with this bookmarklet, you can copy the name of a template, open a new tab, and type "te [Ctrl-V][Return]" to start editing the template. This helps when a template is misbehaving, yet not badly enough to cause a scripting error message.</p> - <h3 id="Changing_Locale_Identifiers">Changing Locale Identifiers</h3> <p>The identifiers for various locales have changed from MindTouch to Kuma:</p> |