Template talk:No article text
This is the talk page for discussing improvements to the No article text template. |
|
Archives: 1, 2Auto-archiving period: 31 days ![]() |
![]() | Template:No article text is shown when viewing an article which doesn't exist. The content depends on whether the user is permitted to create the page. MediaWiki:Newarticletext is a related message, providing the default editnotice when editing a page which doesn't exist (as long as no specific editnotice has been created), provided the user has the permission to create the page. When the user has no such permission, MediaWiki:Nocreatetext is shown instead. This interface message or skin may also be documented on MediaWiki.org or translatewiki.net. The page forms part of the MediaWiki interface, and can only be edited by administrators and interface editors. To request a change to the page, add {{edit fully-protected}} to this page, followed by a description of your request. Consider announcing discussions you add here at Wikipedia:Village pump (technical) to bring more people to the discussion. |
![]() | To help centralize discussions and keep related topics together, MediaWiki talk:Noarticletext, MediaWiki talk:Noarticletext-nopermission and Template talk:No article text/sister projects redirect here. |
Protected edit request on 11 June 2024
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
|{{#ifeq:{{#invoke:Title blacklist|main|action=create|pagename={{#invoke:String|replace|source={{FULLPAGENAME}}|}}}}|templateeditor|* This page is on the title blacklist, so only [[Wikipedia:Administrators|administrators]], [[Wikipedia:Template editors|template editors]], and [[Wikipedia:Page movers|page movers]] can create it|* ''' {{ #switch: {{NAMESPACE}}
Please add a "." to the "can create it" phrase. Just a random Wikipedian(talk) 14:07, 11 June 2024 (UTC)
Archives
[edit]On talk page archives, the "page" tab on top gives redlinks, because it incorrectly backforms a page title. E.g.
Since this template already does a bunch of logic, how hard would it be to automatically detect and correct this? Note that we already seem to have something like this for Smith (disambiguation (note the missing end parenthesis).
- Did you mean: Smith (disambiguation)?
My thinking here is to just automatically detect if the page title has /Archive
or /archive
in it, and if so, say something like this, e.g. for Talk:George W. Bush/Archive 1 linking to George W. Bush/Archive 1 it would say:
- Did you mean: George W. Bush?
If anyone has a reason why this would be stupid or harmful, let me know, otherwise I intend to start working on a modification that fixes this. jp×g🗯️ 00:11, 23 October 2024 (UTC)
Confused
[edit]This talk page appears to be for a template that doesn't exist. When I click on the "Template" link at the top left of the page, I get to Template:No_article_text, which starts ambiguously with
Did you mean: Template:No article text?
and continues
Wikipedia does not have a template with this exact name.
I'm clearly out of my depth here. Maproom (talk) 12:56, 13 July 2025 (UTC)
- That is what the template looks like. It's similar to how if you go to say {{db-g12}} it says that template is in the process of being deleted. Primefac (talk) 13:26, 13 July 2025 (UTC)
- @Maproom: The template is used by MediaWiki:Noarticletext which is displayed at top of non-existing pages like https://en.wikipedia.org/wiki/No_such_page (the red link No such page behaves differently). If it detects a very similar page name which does exist then it's suggested with "Did you mean"? On the template page itself, the result can be confusing. The "similar" page name is actually the page itself in this case. The template tries if the page name would exist if certain characters were removed. On the template page this test doesn't actually remove any characters so it ends up testing whether the page itself exists. It does, so the detected page is suggested with a wikilink which becomes bold text instead because it's a selflink. PrimeHunter (talk) 17:39, 13 July 2025 (UTC)