Template:JournalAuthor: Difference between revisions

From VOC Wiki
Jump to navigation Jump to search
imported>George
No edit summary
imported>George
No edit summary
Line 7: Line 7:
Empty:
Empty:
<pre><nowiki>
<pre><nowiki>
{{JournalAuthor
{{JournalAuthor|Name=}}
| Name=
}}
</nowiki></pre>
</nowiki></pre>


Filled Out:
Filled Out:
<pre><nowiki>
<pre><nowiki>
{{JournalAuthor
{{JournalAuthor|Name=Birgit Rogalla}}
| Name=Birgit Rogalla
}}
</nowiki></pre>
</nowiki></pre>




</noinclude>
</noinclude>

Revision as of 22:23, 18 April 2019

Rogalla| |_}} Birgit RogallaThis template should be used within tables on VOC Journal Pages to link the author to their author archive on the main website https://www.ubc-voc.com/author/firstname_lastname.

$wgPFEnableStringFunctions = true; needs to be set in the LocalSettings.php in order for this template to work. The two functions below are two string functions affected by this setting. When enabled, it should show "striw" and "6". {{#replace:string|g|w}} {{#len:string}}

Empty:

{{JournalAuthor|Name=}}

Filled Out:

{{JournalAuthor|Name=Birgit Rogalla}}