/Main/Source/SandcastleMAMLGuide/Content/CommonInline/placeholder.aml
Unknown | 37 lines | 36 code | 1 blank | 0 comment | 0 complexity | f0402e7a0aab3b3d0a67b3c802893748 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1<?xml version="1.0" encoding="utf-8"?> 2<topic id="d995d093-ce18-4a7e-bd03-82c6c0b4fd72" revisionNumber="1"> 3 <developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink"> 4 <introduction> 5 <para>This element is used as a placeholder. By default, it renders text 6in a style determined by the presentation style. It may have specific use in 7custom build components.</para> 8 </introduction> 9 <section> 10 <title>Usage</title> 11 <content> 12 <para>Enter the element in the topic. It's inner text and the end result 13is implementation dependent.</para> 14 </content> 15 </section> 16 <section> 17 <title>Example</title> 18 <content> 19 <code lang="xml" title=" "> 20Something useful could go <placeholder>here</placeholder> if a 21build component made use of it. 22</code> 23 </content> 24 </section> 25 <section> 26 <title>Example Output</title> 27 <content> 28 <para>Something useful could go <placeholder>here</placeholder> if a 29build component made use of it.</para> 30 </content> 31 </section> 32 33 <relatedTopics> 34 <link xlink:href="b96d95c0-ec3c-4846-998a-4b43548bfa0e" /> 35 </relatedTopics> 36 </developerConceptualDocument> 37</topic>