Anonymous
Not logged in
Talk
Contributions
Create account
Log in
Guild of Archivists
Search
Editing
Module:See also/doc
(section)
From Guild of Archivists
Namespaces
Module
Discussion
More
More
Page actions
Read
Edit source
History
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Usage from other Lua modules == Load the module: <source lang="lua"> local mSeealso = require('Module:See also') </source> You can then use the _seealso function like this: <source lang="lua"> mSeealso._seeAlso(args, options) </source> The <var>args</var> parameter should be a table of page link strings; if they use custom display values, each string should be preprocessed into a single piped string (e.g. <code><nowiki>page|display value</nowiki></code>). Links specifying a section are automatically formatted as ''page Β§ section'', rather than the MediaWiki default of ''page#section'', if no custom display value is set. The <var>options</var> variable is an optional configuration table. The following field is recognised: * ''selfref'' - set to true to flag the output as a self-reference to Wikipedia. (See the {{tl|selfref}} template for more details on self-references.) === Example 1 === <source lang="lua"> mSeealso._seeAlso({'A'}) </source> Produces: <code><nowiki><div role="note" class="hatnote">See also: [[A]]</div></nowiki></code> Displays as: {{see also|A}} === Example 2 === <source lang="lua"> mSeealso._seeAlso({'A', 'B', 'C#D'}) </source> Produces: <code><nowiki><div role="note" class="hatnote">See also: [[A]], [[B]], and [[C#D|C Β§ D]]</div></nowiki></code> Displays as: {{see also|A|B|C#D}} === Example 3 === <source lang="lua"> mSeealso._seeAlso({'A|the letter "A"', 'B|the letter "B"', 'C|the letter "C"'}, {selfref = true}) </source> Produces: <code><nowiki><div role="note" class="hatnote selfref">See also: [[A|the letter "A"]], [[B|the letter "B"]], and [[C|the letter "C"]]</div></nowiki></code> Displays as: {{see also|A|B|C|l1=the letter "A"|l2=the letter "B"|l3=the letter "C"|selfref=true}}
Summary:
Please note that all contributions to Guild of Archivists may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GoArch:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation
Navigation
Main Page
Random page
Categories
All pages
Recent changes
Resources
D'ni dictionary
Reference material
Utilities
Community
Forums
Jalak Game Directory
Projects
Apocrypha
Unexplored Branches
All projects
Contribute
Stubs
Wanted
Cleanup
Dead ends
Image requested
Help
Help
Guide
Policies
Wiki tools
Wiki tools
Special pages
Page values
Page tools
Page tools
User page tools
More
What links here
Related changes
Page information
Page logs