Modul:Citation/CS1/Whitelist
Prijeđi na navigaciju
Prijeđi na pretraživanje
Script error: The function "nonexistent" does not exist.
-- Modul:Citation/CS1/Whitelist
-- Cista, ASCII-sigurna verzija whitelist parametara
local p = {}
p.params = {
-------------------------------------------------------------------------
-- OSNOVNI PARAMETRI
-------------------------------------------------------------------------
title = true, naslov = true,
subtitle = true,
-- Imena autora iz predložaka
first = true,
last = true,
first2 = true,
last2 = true,
first3 = true,
last3 = true,
first4 = true,
last4 = true,
first5 = true,
last5 = true,
author = true, autor = true,
author1 = true, autor1 = true,
author2 = true, autor2 = true,
author3 = true, autor3 = true,
editor = true, urednik = true,
editor1 = true,
translator = true,
translator1 = true,
work = true,
website = true,
["archive-url"] = true,
["url-status"] = true,
["archive-date"] = true,
journal = true,
newspaper = true, novine = true,
encyclopedia = true, enciklopedija = true,
law = true, zakon = true,
archive = true, arhiva = true,
interview = true, intervju = true,
program = true,
collection = true,
identifier = true,
publisher = true, izdavac = true,
location = true, mjesto = true, place = true,
year = true, godina = true,
date = true,
edition = true, izdanje = true,
volume = true,
series = true,
pages = true, stranice = true,
page = true, stranica = true,
jurisdiction = true,
article = true,
section = true,
chapter = true,
-------------------------------------------------------------------------
-- IDENTIFIKATORI
-------------------------------------------------------------------------
isbn = true,
doi = true,
oclc = true,
pmid = true,
-------------------------------------------------------------------------
-- URL I PRISTUP
-------------------------------------------------------------------------
url = true,
["access-date"] = true,
accessdate = true,
-------------------------------------------------------------------------
-- JEZIK I FORMAT
-------------------------------------------------------------------------
language = true,
lang = true,
format = true,
-------------------------------------------------------------------------
-- OSTALO
-------------------------------------------------------------------------
quote = true,
notes = true,
-------------------------------------------------------------------------
-- KONTROLA
-------------------------------------------------------------------------
CitationClass = true,
type = true
}
return p