Modul:Citation/CS1/Whitelist: razlika između inačica
Prijeđi na navigaciju
Prijeđi na pretraživanje
mNema sažetka uređivanja |
mNema sažetka uređivanja |
||
| Nije prikazano 8 međuinačica | |||
| Redak 1: | Redak 1: | ||
-- Modul:Citation/CS1/Whitelist | -- Modul:Citation/CS1/Whitelist | ||
-- | -- Cista, ASCII-sigurna verzija whitelist parametara | ||
local p = {} | local p = {} | ||
p.params = { | p.params = { | ||
title = true,naslov = true, | |||
------------------------------------------------------------------------- | |||
-- OSNOVNI PARAMETRI | |||
------------------------------------------------------------------------- | |||
title = true, naslov = true, | |||
subtitle = true, | |||
-- Imena autora iz predložaka | |||
first = true, | |||
last = true, | last = true, | ||
first2 = true, | first2 = true, | ||
| Redak 13: | Redak 19: | ||
first3 = true, | first3 = true, | ||
last3 = 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, | volume = true, | ||
series = true, | |||
pages = true, | |||
pages = true, stranice = true, | |||
page = true, stranica = true, | |||
jurisdiction = true, | |||
article = true, | |||
section = true, | |||
chapter = true, | |||
------------------------------------------------------------------------- | |||
-- IDENTIFIKATORI | |||
------------------------------------------------------------------------- | |||
isbn = true, | isbn = true, | ||
doi = true, | doi = true, | ||
oclc = true, | |||
pmid = 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, | CitationClass = true, | ||
type | type = true | ||
} | } | ||
return p | return p | ||
Posljednja izmjena od 22. siječanj 2026. u 11:57
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