0
editací
(oprava) |
(2 opravy) |
||
if not p.empty(c.args["číslo"]) then
if not p.empty(c.args["ročník"]) then
table.insert(c.r, ""
.. ", "▼
.. (not p.empty(c.args["typ čísla"]) and c.args["typ čísla"] or "čís.")▼
)
else
table.insert(c.r, ""
.. " "
.. p.upperFirst(not p.empty(c.args["typ čísla"]) and c.args["typ čísla"] or "čís.")
)
end
table.insert(c.r, ""
▲ .. ", "
▲ .. (not p.empty(c.args["typ čísla"]) and c.args["typ čísla"] or "čís.")
.. " "
.. c.args["číslo"]
.. ", s. "
.. c.args["strany"]
.. "."
)
end
|
editací