User talk:Ritsu/Archive 1: Difference between revisions

From Elwiki
No edit summary
No edit summary
Line 2: Line 2:


I adopted the new Job Change template on the German site. But there's one problem. I edited [[Sword Knight/de]], and you can see there "Sword Knight/de", but I want "Schwertritter". Do you know how to resolve this problem? I also want to do it in such a way that it doesn't end up being too much work for the other classes. And in German the Quest names are ''Der Weg des Schwertritters, Teil 1/2/3/4''.
I adopted the new Job Change template on the German site. But there's one problem. I edited [[Sword Knight/de]], and you can see there "Sword Knight/de", but I want "Schwertritter". Do you know how to resolve this problem? I also want to do it in such a way that it doesn't end up being too much work for the other classes. And in German the Quest names are ''Der Weg des Schwertritters, Teil 1/2/3/4''.
*You need to edit the Title0 field in Segment templates (one for each job):
*I added an argument there, just call the template again with |class=Schwertritter. For the quest name, I don't think we even include that in English version. <span class="sig"><span class="sig-icon">[[File:Ritsu-Logo.png|15px]]</span>'''[[User:Ritsu|Ritsu]]''' ([[User talk:Ritsu|talk]])</span> 12:41, 21 May 2022 (CEST)
<pre><nowiki>| 1st=
<div class="job-change-collapsible">
{{Segment
| SectionSty=font-size: 1em; border: 0;
| SectionCls={{{class|mw-collapsible mw-collapsed}}} tone-4
| hStyle=border: none; font-weight: 600; padding: 8px; text-align: center;
| Style0=padding: 0;
| Color0={{ColorSel|Character|{{{2|}}}}}
| Title0={{PAGENAME}}
| Content0=</nowiki></pre>
Change <nowiki>{{PAGENAME}}</nowiki> to whatever you want (this is the quest name on colorful background).
Then for the grey background quests, edit Content0 here:
<pre><nowiki>| Content0=
{{Quest
|ClassChange=true
|HeaderCls= color-normal
|HeaderStyles=text-shadow: none;
|QuestType=Class Change
|QuestName={{PAGENAME}} 1/4</nowiki></pre>
Specifically, the QuestName field under <nowiki>{{Quest</nowiki>.
Actually, I'm gonna make it an extra argument so that you can pass the class name lol. <span class="sig"><span class="sig-icon">[[File:Ritsu-Logo.png|15px]]</span>'''[[User:Ritsu|Ritsu]]''' ([[User talk:Ritsu|talk]])</span> 12:38, 21 May 2022 (CEST)

Revision as of 11:41, 21 May 2022

Template JobChangeDE

I adopted the new Job Change template on the German site. But there's one problem. I edited Sword Knight/de, and you can see there "Sword Knight/de", but I want "Schwertritter". Do you know how to resolve this problem? I also want to do it in such a way that it doesn't end up being too much work for the other classes. And in German the Quest names are Der Weg des Schwertritters, Teil 1/2/3/4.

  • I added an argument there, just call the template again with |class=Schwertritter. For the quest name, I don't think we even include that in English version. Ritsu (talk) 12:41, 21 May 2022 (CEST)