Difference between revisions of "Template:QuickAdd"

MyWikiBiz, Author Your Legacy — Thursday April 18, 2024
Jump to navigationJump to search
(Property change)
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<includeonly>
+
Name: '''[[Common Name::{{PAGENAME}}]]'''
[[Common Name:={{PAGENAME}}]]
 
  
{| border="0" cellpadding="4" cellspacing="4" style="margin-bottom: 10px;"
+
{|  
|-  
+
|-
{{#if: {{{City|}}}|[[City:={{{City}}}]]|}}
+
{{#if: {{{Address|}}}|Address: [[Address::{{{Address}}}]]<br>|}}
 +
|-
 +
{{#if: {{{City|}}}|City: [[City::{{{City}}}]]<br>|}}
 +
|-
 +
{{#if: {{{State|}}}|State: [[State Name::{{{State}}}]]<br>|}}
 +
|-
 +
{{#if: {{{Zip|}}}|Zip: [[Zip::{{{Zip}}}]]<br>|}}
 +
|-
 +
{{#if: {{{Country|}}}|Country: [[Country Name::{{{Country}}}]]<br>|}}
 +
|-
 +
{{#if: {{{Phone|}}}|Phone: [[Phone::{{{Phone}}}]]<br>|}}
 +
|-
 +
{{#if: {{{Email|}}}|Email: [mailto:{{{Email}}} [[Email::{{{Email}}}]]]<br>|}}
 +
|-
 +
{{#if: {{{Web|}}}|Web: [{{{Web}}} [[Web::{{{Web}}}]]]<br>|}}
 +
|-
 +
{{#if: {{{Contact|}}}|Contact: [[Key Person1::{{{Contact}}}]]<br>|}}
 +
|-
 +
{{#if: {{{Title|}}}|Title: [[Key Person1 Title::{{{Title}}}]]<br>|}}
 
|}
 
|}
</includeonly>
+
 
 +
<noinclude>
 +
This template is called by [[Template:QuickAdd Preprint]]. The page name entered at the input form is automatically recorded as the [[Property:Common Name]]. All remaining fields are optional as follows:
 +
 
 +
<pre>
 +
{{QuickAdd
 +
| Address =
 +
| City =
 +
| State =
 +
| Zip =
 +
| Country =
 +
| Phone =
 +
| Email =
 +
| Web =
 +
| Contact =
 +
| Title =
 +
}}
 +
</pre>
 +
 
 +
''Note that the quick input instructions are loaded from [[Template:QuickAdd Instructions]].''
 +
</noinclude>

Latest revision as of 10:36, 21 April 2010

Name: QuickAdd


This template is called by Template:QuickAdd Preprint. The page name entered at the input form is automatically recorded as the Property:Common Name. All remaining fields are optional as follows:

{{QuickAdd
| Address = 
| City = 
| State = 
| Zip = 
| Country = 
| Phone = 
| Email = 
| Web = 
| Contact = 
| Title = 
}}

Note that the quick input instructions are loaded from Template:QuickAdd Instructions.