Difference between revisions of "Template:Biki"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Template creation) |
Lou Montana (talk | contribs) (Add name parameter) |
||
Line 1: | Line 1: | ||
− | <includeonly>[https://community.bistudio.com/wiki/{{{1|}}} {{{1|BI wiki}}}]</includeonly><noinclude> | + | <includeonly>[https://community.bistudio.com/wiki/{{{1|}}} {{{2|{{{1|BI wiki}}}}}}]</includeonly><noinclude> |
+ | <!-- TODO: add fix spaces → underscores: {{#replace:{{{1|}}}| |_}} when Extension:ParserFunctions allows it --> | ||
Creates a link to the Bohemia Interactive wiki: https://community.bistudio.com/wiki/ | Creates a link to the Bohemia Interactive wiki: https://community.bistudio.com/wiki/ | ||
== Usage == | == Usage == | ||
− | {{<nowiki/>Biki|'''''page'''''}} | + | {{<nowiki/>Biki|'''''page'''''|'''''name'''''}} |
* page: (optional) the Bohemia Interactive wiki target page | * page: (optional) the Bohemia Interactive wiki target page | ||
+ | * name: (optional, default ''page'') link's display name | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 17: | Line 19: | ||
| <nowiki>{{Biki|player}}</nowiki> | | <nowiki>{{Biki|player}}</nowiki> | ||
| {{Biki|player}} | | {{Biki|player}} | ||
+ | |- | ||
+ | | <nowiki>{{Biki|Data Types}}</nowiki> | ||
+ | | {{Biki|Data Types}} | ||
+ | |- | ||
+ | | <nowiki>{{Biki|setDamage|setDammage}}</nowiki> | ||
+ | | {{Biki|setDamage|setDammage}} | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 00:18, 16 May 2020
Creates a link to the Bohemia Interactive wiki: https://community.bistudio.com/wiki/
Usage
{{Biki|page|name}}
- page: (optional) the Bohemia Interactive wiki target page
- name: (optional, default page) link's display name
Code | Result |
---|---|
{{Biki}} | BI wiki |
{{Biki|player}} | player |
{{Biki|Data Types}} | Types Data Types |
{{Biki|setDamage|setDammage}} | setDammage |