diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-30 16:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 16:28:38 +0200 |
commit | 71c618f2ea793f0462948cfd512414c9094f7370 (patch) | |
tree | 44b543cd5982852c6bd8b641346503a883c2f7be /files/pt-br/mdn | |
parent | fb5b8c8367d594d5fc4f38c61573d8e2e3552a57 (diff) | |
download | translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.gz translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.bz2 translated-content-71c618f2ea793f0462948cfd512414c9094f7370.zip |
KS: Removal of the least used macros - l10n-frozen (#611)
* KS: Deletion of KS macros used less than 100 times
* FIX: Remove conflicting and orphaned files from commits=
Diffstat (limited to 'files/pt-br/mdn')
-rw-r--r-- | files/pt-br/mdn/guidelines/writing_style_guide/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/mdn/structures/macros/index.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/files/pt-br/mdn/guidelines/writing_style_guide/index.html b/files/pt-br/mdn/guidelines/writing_style_guide/index.html index 2e2ec48824..21070eabfc 100644 --- a/files/pt-br/mdn/guidelines/writing_style_guide/index.html +++ b/files/pt-br/mdn/guidelines/writing_style_guide/index.html @@ -85,7 +85,7 @@ original_slug: MDN/Guidelines/Style_guide <div class="warning"><strong>Warning:</strong> Similarly, the "Warning" style creates warning boxes like this.</div> -<p>Unless specifically instructed to do so, <strong>do not</strong> use the HTML <code>style</code> attribute to manually style content. If you can't do it using a predefined class, drop into {{IRCLink("mdn")}} and ask for help.</p> +<p>Unless specifically instructed to do so, <strong>do not</strong> use the HTML <code>style</code> attribute to manually style content. If you can't do it using a predefined class, drop into <a href="https://chat.mozilla.org/#/room/#mdn:mozilla.org">Matrix</a> and ask for help.</p> <h3 id="Code_sample_style_and_formatting">Code sample style and formatting</h3> diff --git a/files/pt-br/mdn/structures/macros/index.html b/files/pt-br/mdn/structures/macros/index.html index 703f7554cb..8a8f1eea2f 100644 --- a/files/pt-br/mdn/structures/macros/index.html +++ b/files/pt-br/mdn/structures/macros/index.html @@ -38,5 +38,3 @@ translation_of: MDN/Structures/Macros <p>Macros can be as simple as just inserting a larger block of text or swapping in contents from another part of MDN, or as complex as building an entire index of content by searching through parts of the site, styling the output, and adding links.</p> <p>You can read up on our most commonly-used macros on the <a href="/en-US/docs/MDN/Contribute/Structures/Macros/Commonly-used_macros" title="/en-US/docs/Project:MDN/Contributing/Custom_macros">Commonly-used macros</a> page; also, there's a <a href="https://developer.mozilla.org/en-US/docs/templates" title="https://developer.mozilla.org/en-US/docs/templates">complete list of all macros</a> here. Most macros have documentation built into them, as comments at the top.</p> - -<p>{{EditorGuideQuicklinks}}</p> |