Dead by Daylight Wiki
Register
(''Will do the table of IDs soon'')
 
mNo edit summary
Line 15: Line 15:
   
 
==Example==
 
==Example==
Formatting the first row like this
+
Adding new like with current perk IDs like this
 
<syntaxhighlight lang = lua highlight="2">
 
<syntaxhighlight lang = lua highlight="2">
 
sos = {
 
sos = {
Line 24: Line 24:
 
...
 
...
 
</syntaxhighlight>
 
</syntaxhighlight>
  +
'''{{clr|red|Attention!}} Do not remove any already existing row of previous weeks!'''
  +
 
will update current Shrine of Secrets table like this:
 
will update current Shrine of Secrets table like this:
 
{{#Invoke:SoS|ManualSoS|1|4|7|10}}
 
{{#Invoke:SoS|ManualSoS|1|4|7|10}}

Revision as of 15:18, 31 May 2020

Template-info Documentation

This documentation explains how the Shrine of Secrets Module works and is to be used:

Formatting

{ID#1, ID#2, ID#3, ID#4},

IDs

Each Teachable Perk has a unique numerical ID, which can be looked up in the Documentation.

  • ID#1: 1st Teachable Perk
  • ID#2: 2nd Teachable Perk
  • ID#3: 3rd Teachable Perk
  • ID#4: 4th Teachable Perk

Example

Adding new like with current perk IDs like this

sos = {
	{1, 4, 7, 10},
	{26, 75, 82, 103},
	{46, 62, 73, 84},
	{2, 52, 90, 91},
	...

Attention! Do not remove any already existing row of previous weeks!

will update current Shrine of Secrets table like this: Script error: The function "ManualSoS" does not exist.

Editing the Interwiki Shrines

If you are about to update the weekly Shrine, please consider doing so also for the other languages this wiki exists in. Here's how to go about that. If the wiki is using the old Template system then the logic is pretty same the - you write appropriate IDs
in the format {{sos|1|4|7|10}} on the page you get redirected to:


German Wiki

  1. Go to the German Shrine of Secrets
  2. Insert the correct IDs into the Template.

Spanish Wiki

  1. Go to the Spanish Shrine of Secrets
  2. Insert the correct IDs into the Template and change the next update date in the siguiente field (next in spanish).

Italian Wiki

  1. Go to the Italian Shrine of Secrets
  2. Insert the correct IDs into the Template.

Polish Wiki

  1. Go to the Polish Shrine of Secrets
  2. Insert the correct IDs into the Template.

Portuguese Wiki

  1. Go to the Portuguese Shrine of Secrets
  2. Insert the correct IDs into the Template.

Chinese Wiki

  1. Go to the Chinese Shrine of Secrets
  2. Insert the correct IDs into the Template.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.