Modul:Citation/CS1/Whitelist: razlika između inačica
Prijeđi na navigaciju
Prijeđi na pretraživanje
Stvorena nova stranica sa sadržajem: »--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported discouraged - pre-deprecation purgatory; may someday be deprecated; or not nil - these parame...«. |
Zamijenjen sadržaj stranice s »-- Modul:Citation/CS1/Whitelist -- Minimalna verzija local p = {} p.params = { title = true, author = true, author1 = true, author2 = true, author3 = true, editor = true, editor1 = true, url = true, work = true, website = true, journal = true, publisher = true, date = true, year = true, ["access-date"] = true, accessdate = true, language = true, lang = true, quote = true, volume = true, issue = true, number...« Oznaka: zamijenjeno preko 90 % teksta |
||
| Redak 1: | Redak 1: | ||
-- | -- Modul:Citation/CS1/Whitelist | ||
-- Minimalna verzija | |||
local p = {} | |||
p.params = { | |||
title = true, | |||
author = true, author1 = true, author2 = true, author3 = true, | |||
editor = true, editor1 = true, | |||
url = true, | |||
work = true, website = true, journal = true, | |||
publisher = true, | |||
date = true, year = true, | |||
["access-date"] = true, accessdate = true, | |||
language = true, lang = true, | |||
quote = true, | |||
volume = true, | |||
issue = true, number = true, | |||
pages = true, page = true, | |||
location = true, place = true, | |||
edition = true, | |||
isbn = true, | |||
doi = true, | |||
pmid = true, | |||
CitationClass = true, | |||
type = true, | |||
} | } | ||
return p | |||
Posljednja izmjena od 12. siječanj 2026. u 08:51
Script error: The function "nonexistent" does not exist.
-- Modul:Citation/CS1/Whitelist
-- Minimalna verzija
local p = {}
p.params = {
title = true,
author = true, author1 = true, author2 = true, author3 = true,
editor = true, editor1 = true,
url = true,
work = true, website = true, journal = true,
publisher = true,
date = true, year = true,
["access-date"] = true, accessdate = true,
language = true, lang = true,
quote = true,
volume = true,
issue = true, number = true,
pages = true, page = true,
location = true, place = true,
edition = true,
isbn = true,
doi = true,
pmid = true,
CitationClass = true,
type = true,
}
return p