美国得克萨斯州再次发生邮件爆炸1人受伤
Izgled
百度 墨尔本:新房增加,但墨尔本内城区空置率在2017年再次减少,如果内城区空置率下跌低于2%的话,租金可能会大幅增加。
Dokumentaciju za ovaj modul mo?ete napraviti na stranici Modul:Shortcut/config/dok
-- This module holds configuration data for [[Module:Shortcut]].
return {
-- The heading at the top of the shortcut box. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['shortcut-heading'] = '[[Wikipedija:Pre?ica|{{PLURAL:$1|Pre?ica|Pre?ice}}]]',
-- The heading when |redirect=yes is given. It accepts the following parameter:
-- $1 - the total number of shortcuts. (required)
['redirect-heading'] = '[[Wikipedija:Preusmjeravanje|{{PLURAL:$1|Preusmjeravanje|Preusmjeravanja}}]]',
-- The error message to display when a shortcut is invalid (is not a string, or
-- is the blank string). It accepts the following parameter:
-- $1 - the number of the shortcut in the argument list. (required)
['invalid-shortcut-error'] = 'pre?ica #$1 je neva?e?a (pre?ice moraju biti ' ..
'niske du?ine najmanje jednog znaka)',
-- The error message to display when no shortcuts or other displayable content
-- were specified. (required)
['no-content-error'] = 'Gre?ka: Nijedna pre?ica nije navedena i parametar ' ..
mw.text.nowiki('|msg=') ..
' nije postavljen.',
-- A category to add when the no-content-error message is displayed. (optional)
['no-content-error-category'] = '?abloni pre?ica s nedostaju?im parametrima',
}