Template:Authorbox/Doc: Difference between revisions
From questden
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
This template also makes it so author boxes now support the <code>authoralias</code> parameter! | This template also makes it so author boxes now support the <code>authoralias</code> parameter! | ||
__NOTOC__ <!--The headings in the examples show up otherwise and make it look weird--> | |||
==Examples== | ==Examples== |
Latest revision as of 11:51, 5 November 2017
This is a template documentation page. It is transcluded into place. |
A template for making authorboxes. It replaces this header you used to have to copy-paste into every new one you made:
{| width="70%" style="text-align:left; clear:both; background-color: #F9F9F9; border:1px solid #AAAAAA; border-spacing: 7px; border-collapse: separate;" align=center |- style="background:#ccccff" align="center" width="95%" | style="font-size:12px" | '''Quests by [[NAME]]''' |- | style="font-size:11px" |
Just type {{subst:makebox}}
, add your links, and close the table with |}
.
This template also makes it so author boxes now support the authoralias
parameter!
Examples
Creating an authorbox
Code | Output | |||
---|---|---|---|---|
Template:NAME{{subst:makebox}} '''TGchan:''' [[Example Quest 1]] | [[Example Quest 2]] | [[Example Quest 3]] |} <noinclude>[[Category:Author Boxes]]</noinclude> |
Template:NAME
|
When you edit the author box in the future, the first line of code will have changed to:
{{authorbox|author=NAME|authoralias={{{authoralias|}}}}}
.
This is expected behavior, and you don't need to mess with it.
Calling an authorbox
Code | Output | ||
---|---|---|---|
{{NAME}} |
| ||
{{NAME|authoralias=Alternate Name}} |
|