Template talk:Doc
Template:Doc
.
To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page. Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.
I really like the language bar with the flags of all available docs at the top right, but what I really don't like is that the doc language defaults to the client's language even though a doc in the client's language does not exist. It even becomes ridiculous when the page uses {{doc|nolang=1}}
, such that you get a non-existent doc and you don't even get the languages bar to switch to english. Please fix? --Popcorn (talk) 18:26, 23 Jan 2023
- Fixed. Actually, I was just thinking about doing this. The thing is, I'm currently working on another template that will probably get rid of 90% of the mess with languages, both in templates and documentation. If everything works, the
{{{suf}}}
parameter will no longer be needed anywhere. And I also removed thenolang
parameter. I don't even remember why I added it. --Max34 (talk) 19:39, 23 Jan 2023
- There is a problem that the template can't load the documentation of default language when the translations don't exist and using the
{{{content}}}
parameter. Please add support for the parameter. --1416006136 (talk) 21:52, 23 Jan 2023
The buttons and message box can not work correctly
There is a problem in the template that when your language is English, the Creating button on the right top and an empty message box before the documentation will be displayed whether the documentation exists. --1416006136 (talk) 11:36, 21 Feb 2023 (UTC)
- Unless move the English documentation to
…/doc/en
. --1416006136 (talk) 15:55, 21 Feb 2023 (UTC)
- The problem has solved by adding new parameter,
{{{default-none}}}
to{{uselang}}
.}} --1416006136 (talk) 16:17, 21 Feb 2023
- It was worth just rolling back the change from
{{uilang}}
to{{uselang}}
. In any case, this is not important, since it is planned to switch from this template to the original template{{documentation}}
. Everything will work differently in it, so there will be no need for the{{{default-none}}}
parameter in{{uselang}}
. --Max34 (talk) 16:28, 21 Feb 2023
- It was worth just rolling back the change from
- The new design of
{{Doc}}
looks good. But it will take some time to make these changes. --1416006136 (talk) 18:18, 8 Apr 2023
- The new design of
Bug:Extra slash "/" on "Template:(Page)/doc/" does not exist. [todo tested in?]
See image below.
Beside, docs page that are created with "/doc/
" instead of "/doc
", example: Template:YouTube/doc/
instead of Template:YouTube/doc
would cause the {{Doc/subpage}}
(documentation subpage) notice to not show up at all, unless it is "doc
", without slash after it. --Kr0tchet (talk) 14:35, 29 Aug 2023
That's related to its working principle. {{Doc/subpage}} will try to check if the {{SUBPAGENAME}}
is doc
, or language suffixes (en
, eo
, de
, ...). about
, preload
are also valid value.
- If
{{SUBPAGENAME}}
is valid value, {{Doc/subpage}} will display the notice. - If it is not, the template will display nothing. --1416006136 (talk) 17:24, 29 Aug 2023
As for the message box with a slash after the link, that may be a bug. You can use the button "Create" to the right top to create page. --1416006136 (talk) 17:43, 29 Aug 2023
The bug should be fixed now. I have changed the parameter {{{pref}}}
of {{Uselang}}. --1416006136 (talk) 18:22, 29 Aug 2023
Yea it's looking good now. --Kr0tchet (talk) 11:36, 30 Aug 2023
ULF usage question
Why is {{ulf|all-lang=1}}
added? not every template has translations for every language yet, and it should be up to the page to specify what languages are used. If anything, the same logic used to detect what language translations are used in the drop-down should be used in ULF as well to show the correct flags, at least. -Equalizer, aka the better pickaxe (talk) 11:33, 23 August 2024 (PDT)
- I added it to quickly be able to preview the template in any language when I encountered bunch of templates that didn't have the language flags at all and I had to add them manually. Not a best solution and I still planned to put it on some better place later so it doesn't interfere with manually picked ulf but didn't get to do it yet. Can't really detect what strings are available automatically unless string subpages had such information in the #switch and it's also good to have all the flags somewhere quickly clickable on the page --Nescius (talk) 13:29, 23 August 2024 (PDT)
- Added 'String info' string to Template:Translate and Template:Doc string pages so that the translation progress can be easily retrieved from the string page. Maybe something like that would be fine. --Nescius (talk) 14:08, 23 August 2024 (PDT)