Wiki – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Template creation)
 
(Add extractionScript)
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{#switch:{{uc:{{{1|}}}}}
<includeonly>{{#if:{{{1|}}}|{{#switch:{{uc:{{{1|}}}}}
|DELETE= {{Messagebox|'''This article has been submitted for''' <big>deletion</big>'''.'''{{#if:{{{2|}}}|<nowiki> </nowiki>'''The reason given was:''' {{{2}}}'''.'''}}|🗙|#F00}}{{TemplateCase||[[Category:Deletion requests]]}}
|DELETE= {{Messagebox|'''This article has been submitted for''' <big>deletion</big>'''.'''{{#if:{{{2|}}}|<nowiki> </nowiki>'''The reason given was:''' {{{2}}}}}|🗙|#F00}}{{TemplateCase||[[Category:Deletion requests]]}}
|DISAMB
|DISAMBIG= {{Messagebox|This [[:Category:Disambiguation Pages|disambiguation page]] lists articles associated with the same title.|{{Icon|disamb|35}}|burlyWood}}{{TemplateCase||[[Category:Disambiguation Pages]]}}
|EXTRACTIONSCRIPT= {{Feature|Informative|Extraction script can be found on the [[Biki Export Scripts#{{{2|{{FULLPAGENAME}}}}}|Biki Export Scripts]] page.}}
|LIPSUM
|LOREM= Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris{{#ifeq:{{{2|}}}|...|&hellip;|<nowiki/> nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.}}
|MERGE= {{Messagebox|This article has been proposed to merge with {{#if:{{{2|}}}|[[{{{2}}}]]|'''-no article provided-'''}}.{{#if:{{{3|}}}|<nowiki/> Reason: {{{3}}}}}|<div style{{=}}"font-size: .75em; line-height: .6em">↘<br>↗</div><!--↣-->|blueviolet}}{{TemplateCase||[[Category:Merge Requests]]}}
|PLACEHOLDER= {{Messagebox|[[:Category:Maintenance/RV/Description needed|Placeholder description]] extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]].|🏗|DarkGray}}{{TemplateCase||[[Category:Maintenance/RV/Description needed]]}}
|STUB= <div class="notice metadata" id="stub">''This article is a [[:Category:Stubs|Stub]]. You can help BI Community Wiki by <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it]</span>.''</div>{{TemplateCase||[[Category:Stubs]]}}
|STUB= <div class="notice metadata" id="stub">''This article is a [[:Category:Stubs|Stub]]. You can help BI Community Wiki by <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it]</span>.''</div>{{TemplateCase||[[Category:Stubs]]}}
|WIP= {{Messagebox|This article is a '''[[:Category:WIP|work in progress]]'''!|🏗|dodgerblue}}{{TemplateCase||[[Category:WIP]]}}
|TODO= {{Messagebox|'''TODO:''' {{{2|this must be updated.}}}|🚧|#96C}}{{TemplateCase||[[Category:To-do]]}}
|WIP= {{Messagebox|This article is a '''[[:Category:WIP|work in progress]]'''!{{#if:{{{2|}}}|<nowiki/> Reason: {{{2}}}}}|🏗|dodgerblue}}{{TemplateCase||[[Category:WIP]]}}
|#default= -wrong wiki option ("{{{1}}}") defined-
|#default= -wrong wiki option ("{{{1}}}") defined-
}}
}}
|-no wiki option defined!-}}
|-no wiki option defined!-}}
</includeonly><noinclude>{{Doc/Template
</includeonly><noinclude>
|descr= Template description
This template serves as a toolbox for wiki editors. It contains most useful templates, and automatically categorises pages.
|param1= parameter1
 
|descr1= this is the first parameter
== Usage ==
|param2= parameter2
{{<nowiki/>Wiki|'''''type'''''|'''''arguments'''''}}
|descr2= (Optional) this is the second parameter
* type: (case-insensitive) messagebox type, can be:
|example1= <nowiki>{{Wiki}}</nowiki>
** delete: a [[:Category:Deletion requests|Deletion request]]
|result1= {{Wiki}}
*** argument1: deletion request reason
|example2= <nowiki>{{Wiki|Hello there!}}</nowiki>
** disamb: a [[:Category:Disambiguation Pages|Disambiguation]] page
|result2= {{Wiki|Hello there!}}
** extractionScript: a link to the [[Biki Export Scripts]] page
|example3= <nowiki>{{Wiki|delete}}</nowiki>
*** argument1: (Optional, default <tt><nowiki>{{FULLPAGENAME}}</nowiki></tt> link anchor
|result3= {{Wiki|delete}}
** lipsum: a {{Wikipedia|Lorem ipsum}} excerpt
|example4= <nowiki>{{Wiki|stub}}</nowiki>
*** argument1: <tt>...</tt> to have a shortened version (see examples below)
|result4= {{Wiki|stub}}
** merge: a [[:Category:Merge Requests|Merge request]]
|example5= <nowiki>{{Wiki|wip}}</nowiki>
*** argument1: destination page
|result5= {{Wiki|wip}}
*** argument2: merge reason
}}</noinclude>
** placeholder: a [[:Category:Maintenance/RV/Description needed|placeholder]] mark, meaning the [[:Category:Functions|Function]] page has a basic header documentation
** stub: a [[:Category:Stubs|Stub]] mark, meaning the page/section can be expanded
** TODO: a [[:Category:To-do|To-Do]] mark, meaning the page/section must be (re)written ''soon''&trade;
** WIP: a [[:Category:WIP|work in progress]] page - a wiki editor is ''currently'' working on it
* argument: (Optional) argument, depends on ''type''
 
{| class="wikitable"
|+ Examples
! Code
! Result
|-
| <nowiki>{{Wiki}}</nowiki>
| {{Wiki}}
|-
| <nowiki>{{Wiki|Hello there!}}</nowiki>
| {{Wiki|Hello there!}}
|-
| <nowiki>{{Wiki|delete}}</nowiki>
| {{Wiki|delete}}
|-
| <nowiki>{{Wiki|delete|Why not?}}</nowiki>
| {{Wiki|delete|Why not?}}
|-
| <nowiki>{{Wiki|disamb}}</nowiki>
| {{Wiki|disamb}}
|-
| <nowiki>{{Wiki|extractionScript}}</nowiki>
| {{Wiki|extractionScript}}
|-
| <nowiki>{{Wiki|extractionScript|OtherName}}</nowiki>
| {{Wiki|extractionScript|OtherName}}
|-
| <nowiki>{{Wiki|lorem}}</nowiki>
| {{Wiki|lorem}}
|-
| <nowiki>{{Wiki|lorem|...}}</nowiki>
| {{Wiki|lorem|...}}
|-
| <nowiki>{{Wiki|merge}}</nowiki>
| {{Wiki|merge}}
|-
| <nowiki>{{Wiki|merge|Main Page}}</nowiki>
| {{Wiki|merge|Main Page}}
|-
| <nowiki>{{Wiki|merge|Main Page|Why not?}}</nowiki>
| {{Wiki|merge|Main Page|Why not?}}
|-
| <nowiki>{{Wiki|placeholder}}</nowiki>
| {{Wiki|placeholder}}
|-
| <nowiki>{{Wiki|stub}}</nowiki>
| {{Wiki|stub}}
|-
| <nowiki>{{Wiki|todo}}</nowiki>
| {{Wiki|todo}}
|-
| <nowiki>{{Wiki|todo|message}}</nowiki>
| {{Wiki|todo|message}}
|-
| <nowiki>{{Wiki|WIP}}</nowiki>
| {{Wiki|WIP}}
|-
| <nowiki>{{Wiki|WIP|working on new pictures.}}</nowiki>
| {{Wiki|WIP|working on new pictures.}}
|}
 
[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude>

Revision as of 00:52, 18 August 2021

This template serves as a toolbox for wiki editors. It contains most useful templates, and automatically categorises pages.

Usage

{{Wiki|type|arguments}}

  • type: (case-insensitive) messagebox type, can be:
    • delete: a Deletion request
      • argument1: deletion request reason
    • disamb: a Disambiguation page
    • extractionScript: a link to the Biki Export Scripts page
      • argument1: (Optional, default {{FULLPAGENAME}} link anchor
    • lipsum: a Lorem ipsum excerpt
      • argument1: ... to have a shortened version (see examples below)
    • merge: a Merge request
      • argument1: destination page
      • argument2: merge reason
    • placeholder: a placeholder mark, meaning the Function page has a basic header documentation
    • stub: a Stub mark, meaning the page/section can be expanded
    • TODO: a To-Do mark, meaning the page/section must be (re)written soon
    • WIP: a work in progress page - a wiki editor is currently working on it
  • argument: (Optional) argument, depends on type
Examples
Code Result
{{Wiki}} -no wiki option defined!-
{{Wiki|Hello there!}} -wrong wiki option ("Hello there!") defined-
{{Wiki|delete}}
🗙
This article has been submitted for deletion.
{{Wiki|delete|Why not?}}
🗙
This article has been submitted for deletion. The reason given was: Why not?
{{Wiki|disamb}}
Disambiguation
This disambiguation page lists articles associated with the same title.
{{Wiki|extractionScript}}
Extraction script can be found on the Biki Export Scripts page.
{{Wiki|extractionScript|OtherName}}
Extraction script can be found on the Biki Export Scripts page.
{{Wiki|lorem}} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{{Wiki|lorem|...}} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris…
{{Wiki|merge}}

This article has been proposed to merge with -no article provided-.
{{Wiki|merge|Main Page}}

This article has been proposed to merge with Main Page.
{{Wiki|merge|Main Page|Why not?}}

This article has been proposed to merge with Main Page. Reason: Why not?
{{Wiki|placeholder}}
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
{{Wiki|stub}}
{{Wiki|todo}}
🚧
TODO: this must be updated.
{{Wiki|todo|message}}
🚧
TODO: message
{{Wiki|WIP}}
🏗
This article is a work in progress!
{{Wiki|WIP|working on new pictures.}}
🏗
This article is a work in progress! Reason: working on new pictures.