Revision as of 09:38, 20 April 2023 editNthep (talk | contribs)Autopatrolled, Administrators110,705 edits →MLA style: ReplyTag: Reply← Previous edit | Revision as of 11:16, 20 April 2023 edit undoCabayi (talk | contribs)Edit filter managers, Autopatrolled, Checkusers, Oversighters, Administrators142,268 edits →MLA style: ticket numberNext edit → | ||
Line 197: | Line 197: | ||
:::— Martin <small>(] · ])</small> 09:19, 20 April 2023 (UTC) | :::— Martin <small>(] · ])</small> 09:19, 20 April 2023 (UTC) | ||
::::The lack of the url might be another issue. This request stems from a VTRS ticket that I can't access on my phone. I'll reread the ticket later and get back to you. ] (]) 09:38, 20 April 2023 (UTC) | ::::The lack of the url might be another issue. This request stems from a VTRS ticket that I can't access on my phone. I'll reread the ticket later and get back to you. ] (]) 09:38, 20 April 2023 (UTC) | ||
:::::] is {{u|Nthep}}'s ticket. ] (]) 11:16, 20 April 2023 (UTC) |
Revision as of 11:16, 20 April 2023
"Retrieved" date formatting broken: Superfluous linebreaks
Tracked in PhabricatorTask T171389
Something is wrong here. While the preview on MediaWiki:Citethispage-content looks fine (except that there are visible "<citation>" tags around the "retrieved" date), actually using the "cite this page" functionality (e.g. https://en.wikipedia.org/Special:CiteThisPage?page=Example) leads to the "retrieved" date/datetime appearing on lines of its own, which is probably not intended. (The two BibTeX entries even show broken <pre>
formatting.)
-- das-g (talk) 10:05, 2 June 2017 (UTC)
- I think that the usage of Template:Pre instead of the four spaces for formatting may solve the problem. --Pietrodn · talk with me 13:51, 22 July 2017 (UTC)
- I fixed that, as it looks rather jarring. I'm not sure why the <citation> suddenly behaves like it does. There probably was a small change in the parser while they prepare to switch away from Tidy or something. I've filed a bug report. —TheDJ (talk • contribs) 19:14, 22 July 2017 (UTC)
bibtex version - please add 'contributors'
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
The bibtex version of citation in MediaWiki:Citethispage-content is inconsistent with the other citation examples. I agree that (in this case), the minority is wrong. "Misplaced Pages" is not a legal person, and even if there were some effort made to define Misplaced Pages as a legal person, it's rock-solid Wikipedians' and WMF's legal interpretation that the copyright is that of the authors, i.e. Wikipedians. (WMF is not Misplaced Pages :).)
So in the two bibtex entries, please change
author = "Misplaced Pages",
to
author = "Misplaced Pages contributors",
or
author = {Misplaced Pages contributors},
or
author = "{Misplaced Pages contributors}",
This should be uncontroversial, it seems to me. (I admit I haven't really checked what bibtex + LaTeX really prefer in terms of {} vs "" here... It's not the easiest thing to search for with a search engine.)
Regarding the existence of a space in the "family name", there are some authors of scientific articles whose "family name" (or main name) has two words separated by a space, e.g. Charles de Gaulle would be author = "{{de Gaulle}, C.}" or author = "{{de~Gaulle}, C.}" (or Ch. from a phonetic point of view). Boud (talk) 22:10, 11 December 2017 (UTC)
- Done — Martin (MSGJ · talk) 08:57, 12 December 2017 (UTC)
Add authors?
I've opened up a discussion at Wikipedia_talk:Citing_Wikipedia#When_citing_Wikipedia,_why_not_cite_the_authors?_Why_cite_a_legally_non-existent_person_as_the_author? about citing the first few or the main authors. There's a tool under very recent development (it doesn't seem to be working well yet) mentioned in the discussion. The choice "Misplaced Pages contributors" responds to my immediate concern (Misplaced Pages is not the author of any Misplaced Pages pages - and User:Misplaced Pages is blocked :)), but I think the possibility of citing the first few or a few prominent authors - as self-identified - should be open to debate. So I'm not proposing any short-term change to the Special: page here. I'm just opening up the debate. (There would be a modest cpu cost to listing the first few authors; there would probably be a heavy cpu cost with the algorithm (javascript implementation) under development that estimates the most active contributors, and any alternative algorithm would presumably add either a cpu or a memory/caching load or both.) Boud (talk) 22:10, 11 December 2017 (UTC)
APA version - please add 'contributors'
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
There seem to be two errors in the APA example:
- The table APA style quite clearly gives author attribution, even if it's a "group author", rather than no author attribution at all. But our script excludes the author.
- The APA style table also puts the title of the page after the year. I'm assuming that APA style is correct, since the only "controversy" on Talk:APA style during the last five years is a single comment to do with nonsexist language, which doesn't concern this discussion. But our script has year (and month day) after the page title.
So I propose replacing
{{FULLPAGENAME}}. ({{CURRENTYEAR}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}). In ...
by
{{SITENAME}} contributors. ({{CURRENTYEAR}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}). {{FULLPAGENAME}}. In ...
in the APA subsection. Boud (talk) 21:45, 20 February 2018 (UTC)
- Done — Martin (MSGJ · talk) 13:07, 23 February 2018 (UTC)
Incorrect bibtex produced: produces author name "contributors, W."
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Bibtex format interprets
author = "Misplaced Pages contributors"
as one author, with the first name "Misplaced Pages", and the last name "contributors". Additional curly brackets help:
author = "{{{SITENAME}} contributors}",
as they tell bibtex that "Misplaced Pages contributors" is a single, inseparable, unit. 129.206.61.28 (talk) 14:41, 26 March 2018 (UTC)
Fixed BibTeX entry section (additional curly braces to prevent bibtex from mis-interpreting 'Misplaced Pages' as first name and 'contributors' as last name) - I cannot test if the horrible mediawiki syntax is corrrect with the additional braces:
=== ] entry === {{pre|1= @misc{ wiki:xxx, author = "{{(}}{{SITENAME}} contributors{{)}}", title = "{{FULLPAGENAME}} --- {{(}}{{SITENAME}}{{)}}{,} {{MediaWiki:Sitesubtitle}}", year = "{{CURRENTYEAR}}", url = "{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}", note = "" } }} When using the ] package <code>url</code> (<code>\usepackage{url}</code> somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred: {{pre|1= @misc{ wiki:xxx, author = "{{(}}{{SITENAME}} contributors{{)}}", title = "{{FULLPAGENAME}} --- {{(}}{{SITENAME}}{{)}}{,} {{MediaWiki:Sitesubtitle}}", year = "{{CURRENTYEAR}}", howpublished = "\url{{(}}{{canonicalurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}{{)}}", note = "" } }}
I also fix the wrong \url
suggestion. That should go into the howpublished field only.
129.206.61.28 (talk) 12:23, 10 April 2018 (UTC)
- Done — Martin (MSGJ · talk) 12:49, 10 April 2018 (UTC)
Protected edit request on 13 February 2019
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
In the "Misplaced Pages talk pages" section, I'd like to request that the format be changed from that of an external link to that of an intrawiki link. Since it involves nowiki tags, and the end result is similar, it might be easier to understand this request by looking at the source in edit mode:
Please change
- Markup
- ] ()
to
- Markup
- ] (])
- Result
- MediaWiki talk:Citethispage-content (])
I'd also like to make a correction - currently, the result isn't produced with the markup given. Thus, with both changes, the final result should be:
- Result
- MediaWiki talk:Citethispage-content (])
Thanks, --DannyS712 (talk) 00:44, 13 February 2019 (UTC)
- Done (without the extra
}}
) — JJMC89 (T·C) 02:11, 13 February 2019 (UTC)- @JJMC89: thanks for catching that. Sorry --DannyS712 (talk) 02:16, 13 February 2019 (UTC)
Add BibLaTeX citation entry
This is a proposal to add a citation entry for BibLaTeX. While BibLaTeX has backwards compatibility with BibTeX, there is a much more fitting entry for BibLaTeX which provides better styling and language adaptation in the final output. It looks like this (check source for templates/magic words):
@inreference{wiki:xxx, author = {Misplaced Pages contributors}, title = {MediaWiki talk:Citethispage-content}, booktitle = {Misplaced Pages, The 💕}, date = {2025-01-10}, urldate = {2025-01-10}, url = {https://en.wikipedia.org/search/?title=MediaWiki_talk:Citethispage-content&oldid=1150832077}}
One example of how it looks once compiled in English, with the default BibLaTeX style and Biber:
- Misplaced Pages contributors. MediaWiki talk:Citethispage-content. In: Misplaced Pages, The 💕. Mar. 26, 2019. URL: https://en.wikipedia.org/search/?title=MediaWiki_talk:Citethispage-content&oldid= (visited on 03/26/2019).
@reference
is for a "work of reference such as an encyclopedia" and @inreference
is for "an article in a work of reference". booktitle
is a required field for @inreference
and is the name of the reference.
metarmask (talk) 15:13, 26 March 2019 (UTC)
References
- "The biblatex Package" (PDF).
Protected edit request on 7 April 2020
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Copy from User:Pppery/MediaWiki:citethispage-content (applying Special:Diff/949552933), to remove the transclusion of {{pre}}, which is only semi-protected so shouldn't be used in the MediaWiki namespace. * Pppery * it has begun... 04:10, 7 April 2020 (UTC)
Harvard style
Hello, I suggest to add Harvard style to Special:CiteThisPage () Because it is a standard rule for citation and referencing. (Please ping me when you replied) Thanks! ⇒ AramTalk 11:10, 11 April 2020 (UTC)
Protected edit request on 21 January 2021
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Replace two occurrences
wiki:xxx
by
enwiki:{{REVISIONID}}
Rationale:
- That code
wiki:xxx
is a unique identifier within the TeX document. - Writers are forced to edit this ID manually if they subsequently quote wiki pages and they have to invent a different ID each time.
- By DB name and version ID a globally unique ID will be created now.
- German Misplaced Pages made this change yesterday.
- It is even possible to derive the permalink URL from that ID.
Greetings PerfektesChaos (talk) 13:32, 21 January 2021 (UTC)
- @PerfekteChaos: Has this been tested? --Izno (talk) 19:06, 22 January 2021 (UTC)
- Yes, and has been reported to work fine.
- It is quite easy to see.
{{REVISIONID}}
is already used within the system message in order to generatecanonicalurl:
andenwiki:
is not a drastic change and such ID may consist at least of ASCII letters, colon and digits. --PerfektesChaos (talk) 20:26, 23 January 2021 (UTC)
- Done --Izno (talk) 18:04, 24 January 2021 (UTC)
Protected edit request on 25 September 2021
This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Please change the link after "Primary contributors:" to ], which is Wikimedia hosted and maintained instead of hosted by someone personally. Dylsss 20:14, 25 September 2021 (UTC)
- Comparing the output for a random article:
- Is the information the same? — Martin (MSGJ · talk) 10:30, 4 October 2021 (UTC)
- @Dylsss: please confirm you are happy with this change? — Martin (MSGJ · talk) 08:30, 7 October 2021 (UTC)
- Done — Martin (MSGJ · talk) 19:26, 8 October 2021 (UTC)
- @Dylsss: please confirm you are happy with this change? — Martin (MSGJ · talk) 08:30, 7 October 2021 (UTC)
MLA style
It is requested that an edit be made to the interface page at MediaWiki:Citethispage-content. (edit · history · last · links)
This template must be followed by a complete and specific description of the request, so that an editor unfamiliar with the subject matter could complete the requested edit immediately.
Edit requests to fully protected pages should only be used for edits that are either uncontroversial or supported by consensus. If the proposed edit might be controversial, discuss it on the protected page's talk page before using this template. When the request has been completed or denied, please add the |
According to the MLA style guide access-date should be the last parameter. Currently this page outputs the url as the last parameter. The proposal is to move <citation>{{#time:j M. Y}}</citation>.
from the end to before Web.
Nthep (talk) 18:36, 19 April 2023 (UTC)
- I don't understand.
<citation>{{#time:j M. Y}}</citation>.
produces today's date. When I made this change, the citation at the randomly chosen Johnston's genet was:- Misplaced Pages contributors. "Johnston's genet." Misplaced Pages, The 💕. Misplaced Pages, The 💕, 1 Nov. 2022. 20 Apr. 2023. Web.
- I don't think this is what you intended — Martin (MSGJ · talk) 08:59, 20 April 2023 (UTC)
- I'm just quoting the code from the interface documentation page. So let's go simple - move whatever code outputs the access-date to the end of the output from its current position before the url-link. Nthep (talk) 09:16, 20 April 2023 (UTC)
- Still confused. There is currently no URL is the MLA citation that I can see. The access date is already at the end. this is the current citation on Johnston's genet:
- Misplaced Pages contributors. "Johnston's genet." Misplaced Pages, The 💕. Misplaced Pages, The 💕, 1 Nov. 2022. Web. 20 Apr. 2023.
- — Martin (MSGJ · talk) 09:19, 20 April 2023 (UTC)
- The lack of the url might be another issue. This request stems from a VTRS ticket that I can't access on my phone. I'll reread the ticket later and get back to you. Nthep (talk) 09:38, 20 April 2023 (UTC)
- ticket:2023041710004066 is Nthep's ticket. Cabayi (talk) 11:16, 20 April 2023 (UTC)
- The lack of the url might be another issue. This request stems from a VTRS ticket that I can't access on my phone. I'll reread the ticket later and get back to you. Nthep (talk) 09:38, 20 April 2023 (UTC)
- Still confused. There is currently no URL is the MLA citation that I can see. The access date is already at the end. this is the current citation on Johnston's genet:
- I'm just quoting the code from the interface documentation page. So let's go simple - move whatever code outputs the access-date to the end of the output from its current position before the url-link. Nthep (talk) 09:16, 20 April 2023 (UTC)