Modül:Ototaksonkutu: Revizyonlar arasındaki fark

[kontrol edilmiş revizyon][kontrol edilmiş revizyon]
İçerik silindi İçerik eklendi
çeviriler
isim düzeltmeleri
75. satır:
elseif searching then
-- hierarchy exceeds MaxSearchLevels levels
colour = frame:expandTemplate{ title = 'Şablon:Taksonkutu/Hata renk/hata', args = { } }
else
colour = 'transparent'
163. satır:
else
-- if showing is not already forced, force if it's a principal rank or an authority is specified
force = force or frame:expandTemplate{ title = 'Şablon:Taksonkutu/Esas sıralama', args = {rank} } == 'yes' or
auth ~= ''
if not force then
171. satır:
end
if force then
local res = l.tableCell(frame:expandTemplate{ title = 'Şablon:Taksonkutu/Çeviri sıralama', args = {rank} } .. ':')
local bold = 'no'
if boldFirst == 'bold' then bold = 'yes' end
247. satır:
boldRank = true
else
boldRank = frame:expandTemplate{ title = 'Şablon:Taksonkutu/Esas sıralama', args = {rank} } == 'yes'
end
-- now return a row of the taxonomy table with anomalous ranks marked
292. satır:
res = res .. TableRow
local cellContent = ''
local anglicizedRank = frame:expandTemplate{ title = 'Şablon:Taksonkutu/Çeviri sıralama', args = { rank } }
if boldRank then
cellContent = cellContent .. '<b>' .. anglicizedRank .. '</b>:'
489. satır:
local ok, extinct = p.getTaxonInfoItem(frame, taxon, 'extinct')
if italic == '' then
italic = frame:expandTemplate{ title = 'Şablon:Taksonkutu/İtalik takson', args = { rank, virus = virus } }
end
local ok, linkTarget = p.getTaxonInfoItem(frame, taxon, 'link_target')
538. satır:
local res = '{| class="wikitable sortable"\n|+ Ranks checked in taxonomy templates\n! Rank !! Shown as !! Value\n'
for k, v in pairs(rankTable) do
local rankShown = frame:expandTemplate{ title = 'Şablon:Taksonkutu/Çeviri sıralama', args = { k } }
res = res .. TableRow .. l.tableCell(k) .. l.tableCell(rankShown) .. l.tableCell(v)
end
773. satır:
higher rank. The actual numerical values are arbitrary so long as they are
ordered.
The ranks should correspond to those in Şablon:Taksonkutu/Çeviri sıralamas.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =]]
function l.getRankTable()