Dead by Daylight Wiki
(Creata pagina con "--DO NOT CHANGE bar = "|" -- code for | br = "<br>" space = " " dot = "." comma = "," list = ", " colon = ":" bullet = "\n* " dbullet = "\n** " nl = "\n" nlp = "\n<p>" nt...")
 
TheRealLuBu (discussione | contributi)
Nessun oggetto della modifica
Riga 2: Riga 2:
 
bar = "&#124;" -- code for |
 
bar = "&#124;" -- code for |
 
br = "<br>"
 
br = "<br>"
  +
brnl = "<br>\n"
 
space = " "
 
space = " "
 
dot = "."
 
dot = "."
comma = ","
+
comma = ", "
list = ", "
 
 
colon = ":"
 
colon = ":"
 
bullet = "\n* "
 
bullet = "\n* "

Versione delle 20:08, 14 ott 2021


--DO NOT CHANGE
bar = "&#124;" -- code for |
br = "<br>"
brnl = "<br>\n"
space = " "
dot = "."
comma = ", "
colon = ":"
bullet = "\n* "
dbullet = "\n** "
nl = "\n"
nlp = "\n<p>"
ntl = "|-" -- new table line
hl = "! " -- header line
pg = "<p>" --paragraph

--common strings
cstr = {
	file = "File:", --[[File: ...]]
	
}