No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
===Top Level=== | ===Top Level=== | ||
====Article==== | |||
<article id="ID"> | <article id="ID"> | ||
</article> | </article> | ||
====Section==== | |||
===Section=== | |||
<section id="ID"> | <section id="ID"> | ||
<title></title> | <title></title> | ||
</section> | </section> | ||
Line 80: | Line 79: | ||
===Inline:=== | ===Inline:=== | ||
<firstterm></firstterm> also suggested by Christopher Curran | # <firstterm></firstterm> also suggested by Christopher Curran | ||
<application></application> | # <application></application> | ||
# <command> | |||
# <option></option> | |||
<command> | # </command> | ||
# <package></package> | |||
# <filename></filename> | |||
</command> | # <systemitem></systemitem> | ||
# <computeroutput></computeroutput> | |||
<package></package> | # <userinput></userinput> | ||
<filename></filename> | # <prompt></prompt> | ||
<systemitem></systemitem> | #<menuchoice></menuchoice> | ||
<computeroutput></computeroutput> | # <guimenu></guimenu> | ||
<userinput></userinput> | # <guisubmenu></guisubmenu> | ||
# <guimenuitem></guimenuitem> | |||
<prompt></prompt> | # <guibutton></guibutton> | ||
# <guiicon></guiicon> | |||
<menuchoice> | # <guilabel></guilabel> | ||
# <mousebutton></mousebutton> | |||
# <keycombo></keycombo> | |||
# <keycap></keycap> | |||
# <abbrev></abbrev> Lana Brindley suggests this can be removed | |||
# <acronym></acronym> Lana Brindley suggests this can be removed | |||
<guibutton></guibutton> | # <emphasis></emphasis> | ||
<guiicon></guiicon> | # <quote></quote> | ||
<guilabel></guilabel> | # <link></link> | ||
# <subscript></subscript> | |||
<mousebutton></mousebutton> | # <superscript></superscript> | ||
# <action></action> | |||
<keycombo> | # <classname></classname> | ||
# <constant></constant> | |||
# <errorcode></errorcode> | |||
# <errorname></errorname> | |||
<abbrev></abbrev> Lana Brindley suggests this can be removed | # <errortype></errortype> | ||
<acronym></acronym> Lana Brindley suggests this can be removed | # <function></function> | ||
<emphasis></emphasis> | # <interface></interface> | ||
# <parameter></parameter> | |||
<quote></quote> | # <property></property> | ||
# <replaceable></replaceable> | |||
<link></link> | # <returnvalue></returnvalue> | ||
# <structfield><structfield> | |||
<subscript></subscript> | # <structname></structname> | ||
<superscript></superscript> | # <symbol></symbol> | ||
# <token></token> | |||
<action> | # <type></type> | ||
# <varname></varname> | |||
<classname> | |||
<constant> | |||
<errorcode></errorcode> | |||
<errorname></errorname> | |||
<errortype></errortype> | |||
<function></function> | |||
<interface></interface> | |||
<parameter></parameter> | |||
<property></property> | |||
<replaceable></replaceable> | |||
<returnvalue></returnvalue> | |||
<structfield><structfield> | |||
<structname></structname> | |||
<symbol></symbol> | |||
<token></token> | |||
<type></type> | |||
<varname></varname> | |||
Revision as of 17:15, 27 May 2009
This page lists the tags finalized for incorporation in Phase I of DocBook Editor implementation. Feature for this page is atDocBook_Editor_Feature
Initial tags
Top Level
Article
<article id="ID"> </article>
Section
<section id="ID"> <title></title> </section>
Block Tags
Paragraph
<para></para>
Screen
<screen></screen>
ItemizedList
<itemizedlist> <listitem> <para></para> </listitem> </itemizedlist>
OrderedList
<orderedlist> <listitem> <para></para> </listitem> <orderedlist>
Procedure
<procedure> <step> <para> </para> </step> </procedure>
Important
<important> <title></title> <para></para> </important>
Tip
<tip> <title></title> <para></para> </tip>
Note
<note> <title></title> <para></para> </note>
Warning
<warning> <title></title> <para></para> </warning>
Caution
<caution> <title></title> <para></para> </caution>
Inline:
- <firstterm></firstterm> also suggested by Christopher Curran
- <application></application>
- <command>
- <option></option>
- </command>
- <package></package>
- <filename></filename>
- <systemitem></systemitem>
- <computeroutput></computeroutput>
- <userinput></userinput>
- <prompt></prompt>
- <menuchoice></menuchoice>
- <guimenu></guimenu>
- <guisubmenu></guisubmenu>
- <guimenuitem></guimenuitem>
- <guibutton></guibutton>
- <guiicon></guiicon>
- <guilabel></guilabel>
- <mousebutton></mousebutton>
- <keycombo></keycombo>
- <keycap></keycap>
- <abbrev></abbrev> Lana Brindley suggests this can be removed
- <acronym></acronym> Lana Brindley suggests this can be removed
- <emphasis></emphasis>
- <quote></quote>
- <link></link>
- <subscript></subscript>
- <superscript></superscript>
- <action></action>
- <classname></classname>
- <constant></constant>
- <errorcode></errorcode>
- <errorname></errorname>
- <errortype></errortype>
- <function></function>
- <interface></interface>
- <parameter></parameter>
- <property></property>
- <replaceable></replaceable>
- <returnvalue></returnvalue>
- <structfield><structfield>
- <structname></structname>
- <symbol></symbol>
- <token></token>
- <type></type>
- <varname></varname>
Suggested by Paul W. Frields
<class> <indexitem>
Suggested by Ruediger Landmann
<book id="ID">
<title></title>
</book>
<part id="ID">
<title></title>
</part>
<introduction id="ID">
<title></title>
</introduction>
<chapter id="ID">
<title></title>
</chapter>
<appendix id="ID">
<title></title>
</appendix>
<citetitle></citetitle>
<literal></literal>
<ulink></ulink>
<variablelist> also suggested by Lana Brindley
<title></title> <varlistentry> <term></term> <listitem> <para></para> </listitem> </varlistentry>
</variablelist>
<xref></xref>
<remark></remark>
<title></title> in <itemizedlist> also suggested by Lana Brindley <title></title> in <orderedlist> also suggested by Lana Brindley <title></title> in <article>
For future
<figure> <example>Suggested by Lana brindley
<programlisting></programlisting>
Suggested by Christopher Curran
seglist (as a part of advanced features)