Şablon:Tnull Haqqinda Melumat - Vikipedia

Şablon:Tnull Haqqinda Melumat - Vikipedia


Siz Geniş ensklopediyada istədiyinizi tapa bilərsiniz
Sənədləşmə

İfadə xətası: Gözlənilməz "<" operatoru.

Çox vaxt {{tnull}}, olaraq qısaldılmış bu şablon, şablonun özünü istifadə etmədən şablon ekranlarına stilizə edilmiş format təmin etmək üçün istifadə olunur.

Parametrlər

alttext istisna olmaqla, adlandırılan parametrlər ya buraxılmış (əksər hallarda standart) və ya aktivləşdirilmiş ("on", "bəli", "doğru", "kimi bir dəyər təyin olunmaqla) dəyişənlərdir. "və s. daxildir). İstənilən sıraya daxil edilə bilərlər (Aşağıdakı nümunələrə baxın). Bəzi şablonlarda "on" parametri var; bütün alternativ variantlar üçün ana cədvəl] ə baxın.

Parameter Action Use with
{{example}}
Default active
brace Include braces as part of the template link {{example}} {{tlw}}/{{tn}}
braceinside Include innermost braces as part of the template link {{example}}
bold Renders the template link/name in bold {{example}} {{tlb}}, {{tlxb}}
code Display output using HTML <code>...</code> tags (monospaced font) {{example}} {{tlc}}, {{Template link expanded}}, etc.
italic Display any parameters accompanying the template link/name in italics {{example|param}} {{tlxi}}
kbd Display output using HTML <kbd>...</kbd> tags (monospaced font) {{example}}
nolink Don't render the template name as a link {{example}} {{tlf}}, {{tlc}}, {{tnull}}
nowrap Prevent the insertion of line breaks (word wrap) in the output {{example}}
nowrapname Prevent word wrapping in the output of template name/link (parameters will wrap if needed) {{example}}
plaincode Uses <code style="border:none; background:transparent;">...</code> {{example}} {{tltss}}
subst Include a subst: prefix before the template link/name {{subst:example}} {{tls}}, {{tlxs}}, etc
|alttext=[text] Use [text] as the label for the template link {{Other}} {{tla}}

Unnamed (Positional)

This template can take any number of unnamed parameters as parameters accompanying the template link (or name); see Examples below.

Examples

Note
On the source sister projects, en.wikipedia and Meta, X0, X1, X2, …, X9 are sandbox templates for experimentation on involved templates that need be in template space. An auto-cleansing software facility exists that might be used to duplicate the facility on other Sister projects.
Code' Output Remarks
{{[[Template:|]]|Banner}} {{|Banner}} Banner template does not exist. Be aware with linking to non-existing templates, although desired.
{{[[Template:|]]|ok}} {{|ok}} ok template does exist
{{[[Template:|]]|convert|<nowiki>14|m|ftin|abbr=out|sp=us</nowiki>}} {{|convert|14|m|ftin|abbr=out|sp=us}} Unlimited parameters as one <nowiki>...</nowiki> string
{{[[Template:|]]|Abc}} {{|Abc}}
{{[[Template:|]]|abC}} {{|abC}} template names are case-sensitive
{{[[Template:|]]|abc}} {{|abc}} first letter is case-insensitive though
{{[[Template:|]]|abc|{{spaces}}'{{spaces}}}} {{|abc|  }} Using {{spaces}} before and after {{{1}}} parameter.
{{[[Template:|]]|x0}} {{|x0}}
{{[[Template:|]]|x0|code=on}} {{|x0|code=on}} <code> style
{{[[Template:|]]|x0|plaincode=on}} {{|x0|plaincode=on}} plaincode style
{{[[Template:|]]|x0|kbd=on}} {{|x0|kbd=on}} <kbd> style
{{[[Template:|]]|x0|bold=on}} {{|x0|bold=on}} bold link/name
{{[[Template:|]]|x1|one|italic=on}} {{|x1|one|italic=on}} parameter/s in italics
{{[[Template:|]]|x0|nolink=on}} {{|x0|nolink=on}}
{{[[Template:|]]|x0|subst=on}} {{|x0|subst=on}}
{{[[Template:|]]|x0|brace=on}} {{|x0|brace=on}} all braces in link
{{[[Template:|]]|x0|braceinside=on}} {{|x0|braceinside=on}} inside braces in link
{{[[Template:|]]|x0|alttext=x0 link}} {{|x0|alttext=x0 link}}
{{[[Template:|]]|x0|bold=on|code=on|brace=on}} {{|x0
  | bold  = on
  | code  = on
  | brace = on
}}
No reason you can't combine multiple parameter settings
{{[[Template:|]]|x1|one}} {{|x1|one}}
{{[[Template:|]]|x2|one|two}} {{|x2|one|two}}
{{[[Template:|]]|x2|bold=on|code=on|one|two}} {{|x2
  |bold = on
  |code = on
  |one|two
}}
Can combine named and anonymous parameters …
{{[[Template:|]]|x2|one|two|bold=on|code=on}} {{|x2|one|two
  |bold = on
  |code = on
}}
… in any order …
{{[[Template:|]]|x2|one|code=on|two|bold=on|three}} {{|x2|one
  |code = on
  |two
  |bold = on
  |three
}}
… even intermixed …
{{[[Template:|]]|x2|one|code=on|two|bold=on|three|italic=on}} {{|x2|one
  |code   = on
  |two
  |bold   = on
  |three
  |italic = on
}}
… with many different configurations.
{{[[Template:|]]|x3|1|2|3|4|5|6|7|8|9|10}} {{|x3|1|2|3|4|5|6|7|8|9|10}}
{{[[Template:|]]}} with no arguments, the current page name is substituted
{{[[Template:|]]|x1|x=u}} {{|x1|x=u}} = won't work
{{[[Template:|]]|x1|x&#61;u}} {{|x1|x=u}}
&#61; is okay
{{[[Template:|]]|x1|x{{=}}u}} {{|x1|x=u}}
{{=}} is okay (see template equal sign)
{{[[Template:|]]|x1|x<nowiki>=</nowiki>u}} {{|x1|x=u}}
sticky nowiki is okay
{{[[Template:|]]|x2||two||}} {{|x2||two||}} empty parameters work too, even at the end
{{[[Template:|]]|x2|3=two|2=one}} {{|x2
  | 3 = two
  | 2 = one
}}
right to left okay
Wrapping of long names (default)
Code Output
{{[[Template:|]]|long template name that would wrap to new line|this is a long value for the 1st parameter that would wrap}} long template name that would wrap to new line|this is a long value for the 1st parameter that would wrap}}
Wrapping of long names (nowrap=on)
Code Output
{{[[Template:|]]|nowrap=on|long template name that would wrap to new line|long value for the 1st parameter that would wrap}} nowrap=on|long template name that would wrap to new line|long value for the 1st parameter that would wrap}}
Wrapping of long names (nowrapname=on)
Code Output
{{[[Template:|]]|nowrapname=on|long template name that would wrap to new line|long value for the 1st parameter that would wrap}} nowrapname=on|long template name that would wrap to new line|long value for the 1st parameter that would wrap}}


Ən Son Axtarılanlar

Fayl:Predictors_of_academic_success_of_graduate_studazts_in_the_communications_managemazt_curriculum Fayl:Italy_and_the_rise_of_a_new_school_of_criticism_in_the_18th_caztury_(with_special_referazce_to_ Fayl:Medical_law_for_medical_men_(elecenonic_resource)_-_their_legal_relations_shortly_and_popularly Fayl:Moise_Kean_-_2015_-_Juventus_FC_(youth_team).jpg Fayl:Stars10055.svg Fayl:An_analysis_of_the_U.S._Departmazt_of_Defazse_conruacting_and_logistics_support_during_the_firs Fayl:The_National_Insurance_(Indusazial_Injuries)_(Insurable_and_Excepted_Employments)_Amendment_Reg Fayl:Distribution_of_woolly_mammoth.png Fayl:A_manual_of_palaeontology_for_the_use_of_students_with_a_general_inenoduction_on_the_principles Fayl:Chavasse's_advice_to_a_wife_-_on_the_management_of_her_own_health_and_on_the_treatment_of_some_ Dövlət_Yerquenluşu_Layihə_İnstitutu Fayl:The_dogmatic_faith-_an_inquiry_into_the_relation_subsisting_betweru_revelation_and_dogma_-_in_e Fayl:The_art_of_the_Vitrna_galleries,_giving_a_brief_history_of_the_public_and_private_galleries_of_ SəhifəyəKeçidlərXeberazerbaycanin-qeyri-neft-sektorunda-onlarla-brende-cevire-bilecek- xeberermenistan-sefiri-etimadnamenin-suretini-macaristan-xarici-isler-nenirliyinin-protokol-rehberi Fayl:ImamReza(A).jpg Fayl:The_law_of_nations_considered_as_indeprudrut_political_communities._On_the_rights_and_duties_of Fayl:Kim_Boo-kyum_-_20170119_k_(cropped).jpg ruxebersuruculerin-nezerine-bir-sira-kuce-ve-prospektlerde-tixac-yaranib.html Pakistan Media Award
Dostlarınla Paylaş

Saytda 203 nəfər
Top.Mail.Ru
©Tatli.Biz 2010-2024