Wiki BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Wiki BBCode

Post by BBCode Bot »

Wiki BBCode

The Wiki BBCode puts a Wiki search button in the topics of Your phpbb3 Board.
Image

BBCode:

Code: Select all

[wiki]{INTTEXT}[/wiki]
HTML:

Code: Select all

<input class="button2 btnlite" type="button" value="Wiki: {INTTEXT}" onclick="window.location.href='http://en.wikipedia.org/wiki/{INTTEXT}'" />
Helpline:

Code: Select all

Wiki: [wiki]Search word[/wiki]
Example:

Code: Select all

[wiki]phpbb[/wiki]
Demo: [wiki]phpbb[/wiki]
Locked