User:RickScott

Hi!

{{Userboxtop|~ About ~}}

{{User Canada}}

{{User en}}{{User fr-2}}{{User de-1}}{{User ja-1}}

{{User lynx}}

{{Userboxbottom}}

Two-bit intro

Travel nerd, language nerd, software nerd, systems nerd. Trying to make the world a better place.

class="wikitable"

|+ Interests

ProfessionalCrossoverPersonal
Systems thinkingLanguageMusic
Humane computingTravelOutdoors
Sustainable workInfrastructureKnitting

[https://rickscott.dreamwidth.org/ Gratuitous homepage link]

Wikipedia editing cribnotes

= Policies & Guidelines =

== Wikipedia generally ==

== Specific topic guidelines ==

= Wikipedia Meta =

= Templates: Hatnotes =

  • generally: WP:HN
  • section hatnotes for split-out of related articles:
  • {{tlx|Main}}: pointing to the main article on a topic, of which this section is a summary
  • {{tlx|Further}}: for further detail on a narrower topic
  • {{tlx|Broader}}: for broader coverage of the topic, but not a main article
  • {{tlx|See also}}: related topics at roughly the same level of focus

= Templates: Cites & Refs =

  • {{tlx|cite web}} / {{tlx|cite news}} / {{tlx|cite press release}}
  • {{tlx|cite book}} / {{tlx|cite journal}} / {{tlx|cite thesis}}
  • {{tlx|cite map}}

{{cite web

| url =

| title = </p> <p>| last = <lname of author></p> <p>| first = <fname of author></p> <p>| date =</p> <p>| website = <website name, if it has one other than the domain name></p> <p>| publisher = <org/company></p> <p>| access-date =</p> <p>| language = en</p> <p>| quote = <context quote if needed></p> <p>| trans-quote = <quote translated into english if needed></p> <p>}}</p> <p></ref></p> <p></pre></p> <p>Check {{tlx|cite web}} for extra params if translating/using non-English sources.</p></div></section><section class='wiki-section collapsible' id='section--amed-refs-'><h2 class='section-toggle'>== Named refs ==</h2><div class='wiki-body'><p>Use a normal cite for the first occurrence, with the name attribute added to the ref tag. Then use an empty ref tag for subsequent calls:</p> <p><pre></p> <p><ref name="Cite2024">{{cite...}}</ref></p> <p><ref name="Cite2024" /></p> <p></pre></p></div></section><section class='wiki-section collapsible' id='section--ew-refs-section-if-needed-'><h2 class='section-toggle'>== New refs section if needed ==</h2><div class='wiki-body'><p><pre></p></div></section><section class='wiki-section collapsible' id='section--eferences'><h2 class='section-toggle'>References</h2><div class='wiki-body'><p>{{reflist}}</p> <p></pre></p></div></section><section class='wiki-section collapsible' id='section--iscellaneous-yntax-'><h2 class='section-toggle'>= Miscellaneous Syntax =</h2><div class='wiki-body'></div></section><section class='wiki-section collapsible' id='section--edirect-'><h2 class='section-toggle'>== Redirect ==</h2><div class='wiki-body'><p><pre></p> <ol> <li>REDIRECT <a href='?title=Name_of_article'>Name of article</a></li> </ol> <p></pre></p></div></section><section class='wiki-section collapsible' id='section--nterlanguage-matters-'><h2 class='section-toggle'>== Interlanguage matters ==</h2><div class='wiki-body'><p>Interlanguage links: easiest way is the {{tlx|ill}} template; it shows up as a redlink if the current language version doesn't exist, and a blue link if it does.</p> <p><pre></p> <p>{{ill|Patrick Norman|fr}}</p> <p>{{ill|Mikuni Pass|ja|三国峠 (群馬県・新潟県)}}</p> <p></pre></p> <p>It's also possible to use a plain interwiki link, and this is what you want to use if you're using it in an edit summary. <nowiki><a href='?title=%3Afr%3APatrick_Norman'>:fr:Patrick Norman</a></nowiki></p> <p>Interlanguage spans:</p> <ul> <li>{{tlx|langx}} for the first mention of a foreign-language term in an article</li> <li>{{tlx|lang}} for subsequent mentions or general use.</li> </ul> <p>Don't use either inside <nowiki>{{cite}}s</nowiki> and the like; it can mess with the metadata. Besides, most of the cite templates have their own ways of dealing with languages anyway.</p></div></section><section class='wiki-section collapsible' id='section--nterwiki-links-'><h2 class='section-toggle'>== Interwiki links ==</h2><div class='wiki-body'><p>Wikivoyage: the base template creates a wiki box; the inline one is suitable for use in a bulleted list.</p> <p><pre></p> <p>{{Wikivoyage}}</p> <p>{{Wikivoyage inline}}</p> <p>{{Wikivoyage|<page on wv>|<rendered-as>}}</p> <p></pre></p> <p>These almost always go in the 'External Links' section on Wikipedia.</p></div></section><section class='wiki-section collapsible' id='section--inally'><h2 class='section-toggle'>Finally</h2><div class='wiki-body'><p>First rule of Wiki Club: Write it down</p> <p>Second rule of Wiki Club: Fix it up later</p> <p>:anticdent</p></div></section></div></main> <footer class="site-footer"> <div class="footer-container"> <div class="footer-links"> <a href="/about.php">About</a> <a href="/help.php">Help</a> <a href="/updates.php">Updates</a> <a href="/contact.php">Contact</a> <a href="/privacy.php">Privacy</a> <a href="/terms.php">Terms</a> <a href="https://github.com/yourusername/friendly-wiki" target="_blank" rel="noopener">GitHub</a> </div> <div class="footer-copy"> © 2025 Friendly Wiki. All rights reserved. </div> </div> </footer> <script> const toggle = document.getElementById('mobileMenuToggle'); const menu = document.getElementById('mobileMenu'); toggle.addEventListener('click', () => { menu.classList.toggle('active'); }); </script> <!-- Collapsible toggle --> <script> document.addEventListener("DOMContentLoaded", function () { const toggles = document.querySelectorAll('.section-toggle'); toggles.forEach(toggle => { toggle.addEventListener('click', function () { const section = toggle.closest('.collapsible'); const body = section.querySelector('.wiki-body'); body.classList.toggle('collapsed'); }); }); }); </script>